Search results

  1. 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)
  2. tightninja

    Hold Block - Face Different Direction

    I attached my block code.
  3. 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?
  4. 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"...
  5. 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...
  6. tightninja

    Select Screen and Life Bar Size and Placement

    Could this be trhe culprit? update.c is the actual file name
  7. 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!
  8. 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
  9. 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...
  10. 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.
  11. 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
  12. 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...
  13. 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...
  14. 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 (...
  15. tightninja

    Need Help Testing Steam Remote Play and Parsec

    I got it to work thanks, feel free to add me on steam though, we can game any time!
  16. tightninja

    Need Help Testing Steam Remote Play and Parsec

    I got it working! Just need to change resoution and disable hardware encoding.
  17. tightninja

    Need Help Testing Steam Remote Play and Parsec

    I read Kratus post on Steam remote play. I tried playing it with a friend and he said the farme rate was like 2 frames every 5 seconds and the music was glitchy. I wanted to try it with someone else to see if I get the same results. Not looking to play the entire game I just want to see what the...
  18. tightninja

    Is it possible to remap grabup, jumpattack2 etc with "com"

    can someone provide an example of a keyscript, I will try and take it from there
  19. tightninja

    Is it possible to remap grabup, jumpattack2 etc with "com"

    Is it possible for me to remap jumpattack2 (default d a1) using the following line: com b a2 jumpattack2 Game seems to crash if you try to remap anything other than a freespecial, is that correct?
Back
Top Bottom