Search results

  1. tightninja

    Draw Directly to Display

    I am trying to understand how OpenBor displays backgrounds and the game in general. Default resolution for game is 256x224 so most of the backgrounds are that same resolution (larger x value for scrolling levels). I notice when increase the resolution to say 1080p, the game world shrinks and...
  2. tightninja

    Hold Block - Face Different Direction

    Yes you are correct i woul prefer to hold the button. However, it isn't a deal breaker and especially with the DUCK freespecial. I wish we could cancel into "anim block" or "anim attack1" Is it posible to right a script to do that?
  3. tightninja

    Hold Block - Face Different Direction

    Yeah his game was great. I just wanted to change a couple of things. I have reached out to him, but he has been busy working on fight forever. This is my first time modding and programming, it's been fun and frustrating at the same time. I appreciate everyone's help. Invaluable advice. EDIT...
  4. tightninja

    Screen Quake on Regular Attacks

    For some reason I keep getting screen quaks on regular attacks. This didn't start until today. yesterday was fine. Not sur wat is causing the issues. I did create new weapon for the game yesterday. Sonny.txt is has the quake effect on all attacks. sonny kali is the new weapon that was create...
  5. tightninja

    Freespecial Cancel Chain ends in Credit Death

    I have an issue where using a freespecial cancel chain not only leads to death but I loose all lives as well the player input is a4, a2, a2, a2, then at some point the character warps to bottom of the screen and dies. also a3, a2 end player life very quickly I Video attached along with...
  6. tightninja

    Hold Block - Face Different Direction

    Would anyone mid sharing their block code? I also wonder if my engine version is to old (still using 3.0 6359)
  7. tightninja

    Hold Block - Face Different Direction

    I attached my block code.
  8. tightninja

    Hold Block - Face Different Direction

    This will face the direction but the the player goers to "idle" instead of "block" Can I alter this script to say "block" instead of direction?
  9. tightninja

    4 Player mod

    is there documentation somewhere on how 4 player mod interacts with a game that was designed for 2 players only? I am getting a bug where there is an "in game cutscene" where the players jump from one platform to the next.via animationscript. However player 3 and 4 don't seem to have the "code"...
  10. tightninja

    Hold Block - Face Different Direction

    Is there any way to face a different direction while holding the block button? IF I am facing right, can I press back (left) to face left? I tired drawmethod flipx 1 below . It does flip the frame to face left, but the engine has determined that I am still facing right. #####-----STANDARD...
  11. tightninja

    Select Screen and Life Bar Size and Placement

    Could this be trhe culprit? update.c is the actual file name
  12. tightninja

    Select Screen and Life Bar Size and Placement

    So all negative values are off screen. x-axis = 0-255 would be the length of the screen (left to right) y-axis = 0-223 would be height of (screen top to bottom) Is this correct? I will see if I can locate a "health bar script" that might be affecting this. I never thought about that, thanks!
  13. tightninja

    Life BAr wont "warp"

    Changed to lbarsize 94 10 1 0 0 lifebar still does not wrap and goes the length of the entire screen
  14. tightninja

    Select Screen and Life Bar Size and Placement

    Specifically, the mod I am working on is originally 2 player. I want to make it 4 player. However, placing P3 and P4 health bars is tough. By default it goes near the bottom of screen with have the graphics missing. The resolution is 256x224 but it is hard to calculate where to start and...
  15. tightninja

    Life BAr wont "warp"

    I will give it a try when I get off work tonight. I pretty sure I have the 4th parameter to "0" before. However, it is worth another shot.
  16. tightninja

    Life BAr wont "warp"

    I change the life bar HP from 100 to 250. P1 goes all the way to the edge of the screen in single player. P2 goes off screen. How do I get it to wrap? below is the line of code lbarsize 94 10 1 1 0 -300 -300 -9999 -9999
  17. tightninja

    Slightly altered Custom Animation frame always pixelated

    I have been trying to edit a frame of animation using gimp, inkscape and or paint. When I save it the image becomes pixelated. If I manage to save an unpixellated image (.png), when I load it into the mod tool, it is still pixelated. Also, the alternate color for the character does not carry...
  18. tightninja

    Block Unblockable attacks?

    I am not sure the defense has been implemented fully in my 3.0 build couldn't get anything to work. I did find a work around that almost functions correctly.. Is there a way to ignore or skip GUARDBREAK and go right to damage/pain/fall when guardcost = 0? Rather than take 1 last block, I am...
  19. tightninja

    Block Unblockable attacks?

    Is there a way to block unblockage attacks? Right now in the game, weapon attacks are unblockable. I want to allow blocking weapon attacks if the player is holding a weapon. Can I do this via script? When a player is holding a weapon and blocks, the enemy's weapon attack switches from (...
Back
Top Bottom