Search results

  1. P

    Dedicated weather effects modules?

    Yeah, I kinda do need it because I'm trying to build a certain mood for a particular scene... and thank you for the examples you provided. I think I'm going to use a hybrid of both.
  2. P

    Dedicated weather effects modules?

    Hi, Do you still have access to the mods you mentioned that use entities for rain? I'm having some optimization problems when creating a rain effect and I think I'm going to have to compromise and try something completely new. So basically I created an entity called rainmaker and another...
  3. P

    Solved Large sprites problem at the beginning of a stage.

    Correcto mundo amigo. Edit: Okay, problem solved. So what was happening here is that the engine was flipping the image but it was not fast enough for my eyes to not catch it? AWESOME, thank you @Bloodbane
  4. P

    Solved Large sprites problem at the beginning of a stage.

    Hi guys, So I created a large banner that reads "stage one" with a picture of a map (it almost takes up the entire space of the screen. ) the banner then fades away and P1 and P2 appears from the left side of the screen and the stage begins. The problem that I'm having is that for whatever...
  5. P

    Solved How to teleport to a (x, y, ) coordinate on a stage.

    Thank's @Bloodbane You were right, I have no idea why I didn't noticed I was using positive values on my "position" values. Ugh, I feel so dumb. :(
  6. P

    Solved How to teleport to a (x, y, ) coordinate on a stage.

    Hey @Bloodbane , I tried that script and it doesn't work. Because I'm essentially trying to figure out how to teleport both players to an exact same position on the stage. That means that if one player is 100 pixels further than the other he will teleport 100 pixels further or behind. Say...
  7. P

    Solved How to teleport to a (x, y, ) coordinate on a stage.

    I checked the manual and I think there are only two ways to change the players position via a script. Player position, meaning relative to the current position on the stage and xpos or xposition, meaning relative to the screen position. Someone feel free to correct me if I'm wrong. Also I'm...
  8. P

    Solved How to teleport to a (x, y, ) coordinate on a stage.

    Sorry, I didn't save any script But it was basically something simple like If ( getenityproperty(entity,"animationid")== openborconstant("ANI_UP)){ changeentityproperty(P1,"position", Ex-100 - XPos, Ez+1000-Ypos); I mean these scripts teleport and work okay but I'm looking for a way to...
  9. P

    Solved How to teleport to a (x, y, ) coordinate on a stage.

    Hi guys, I've been playing around with changing two entity's position using regular x,y,z values and even xpos, ypos values but I'm having some trouble when trying to do this with two players. I'm simply attempting to teleport both players to the same spot whenever a timer runs out, or one...
  10. P

    Is it possible to Switch from camera type 0 to 1 using script?

    LTTP, guys i figured this out a while back. Thanks for all of the replies. I've been really busy learning openbor and having a blast.
  11. P

    If credits= 0 question

    Thanks for the explanation @Bloodbane !
  12. P

    If credits= 0 question

    @Bloodbane On your vs module for the select animation I noticed you have a script that's pretty cool because it stops the vs mode from starting unless you press start for the second player. In a game that has a story mode and a vs mode similar to yours, how would you allow for the select...
  13. P

    If credits= 0 question

    Thank you @Bloodbane , I actually had a system called "vs helper" myself (y) I'm so grateful for your example. I'm going to dive in and see how it works. Thank you
  14. P

    If credits= 0 question

    Hi, In a vs mode I'm creating I want to exit the vs stage if one of the player dies first. I tried multiple scripts and the best script I came up was by using if P1 or P2 credits =0 then kill the fake invisible enemy entity that's on the stage so that I can proceed to the next stage or back to...
  15. P

    Is it possible to Switch from camera type 0 to 1 using script?

    Hi, Is it possible to switch from camera type 0 to 1 with/via script?
  16. P

    Solved Extract.bat error "Permission denied"

    Understood, I'm attaching two new screen shots that shows the set up I'm using and a similar error when I tried to unpack the castlevania collaboration pak file. All I did was double click on the extract bat and it creates a data folder but stops shortly after the error. EDIT: Okay- it's now...
  17. P

    Solved Extract.bat error "Permission denied"

    Hi guys, I'm attaching a screen shot that shows a new error I'm getting when using the extract.bat tool in order for me to unpack the bor.pak file into a data folder with all of it's content. I's literally been a year since I've used this tool, so the problem may be on my end. If anyone could...
  18. P

    Updating OpenBOR Content On-The-Fly.

    Anyone has the issue mentioned above?
  19. P

    Updating OpenBOR Content On-The-Fly.

    Great! Thanks Edit: Damon Caskey Is it normal for log.txt files and screenshots to no longer work when running the game via the data folder like in the link you provided?
  20. P

    Updating OpenBOR Content On-The-Fly.

    How do you launch the game by using the DATA folder?
Back
Top Bottom