Recent content by tightninja

  1. tightninja

    Pause Menu - End game and Continue

    Thanks for the info, I am going to work on some more of it tonight.
  2. tightninja

    Pause Menu - End game and Continue

    I attached my update.c that contains the custom pause menu along with the other sub menus (drop player, music select, custom hud, how to plaY) you can navigate the menu with attack1 and go back with attack 2. I have tried to "track" the i have successfully disabled the start button ending the...
  3. tightninja

    Pause Menu - End game and Continue

    I am using the "Kratus" method for custom pause menus. I have several sub neu and the "tracking" for which native option get lost sometimes. I there a way to "detect" whether "continue" or "end game" is selected? Is there a way to "force" on or the other to be selected? I have the native menu...
  4. tightninja

    ChronoCrash Modders Tools

    @Piccolo Is there a way to prevent the .c1 files showing up when browsing for scripts? iOr perhaps a way to move them to a different location?
  5. tightninja

    In Progress Double Dragon Rampage (formerly known as Double Dragon Mini)

    I am probaably missing something here. I can get the tracks to play but the overlay stays open throughout the level. How do I close i?.
  6. tightninja

    Solved Force Changing Animations

    Rube Golderg!! HA!! I beg to differ but seriously I was looking at Double Dragon Mini and wish I had seen that sooner. It has other functions I could use as well. I will see if I can adapt somethings and hopefully avoid other edge cases.
  7. tightninja

    Solved Force Changing Animations

    I am working on a ladder system. I have the ladder as an enemy that is constantly attacking but doesn't do any damage, when the ladder hits the player pain animation (attack type bug calculation is still annoying) is the start of the climb and then switches to a weapon model of the player where...
  8. tightninja

    Solved Force Changing Animations

    Is there a way force a player to a specific animation when they are near the bbox of a specified entity? Is it possible to change player weapon models this way as well?
  9. tightninja

    Level design - (Walls, Holes, Moving Platforms)

    Hello Everyone, I am trying to understand how the wall placement works in the modders tool. From what I understand: The base color (dark blue) section is where you CANT go. The top color (light blue/turqouise) is a platform that player can walk on or through If they overlap, I assume the dark...
  10. tightninja

    Group enemies for 3 and 4 players

    I originally tried to spawn enemies via spawn script but the enemies would never spawn or the entity i used the spawn script with would not spawn at all. It could be my script is bad, but I am unsure how to fix it. spawn ropert spawnscript data\scripts\groupwrl.c health 150 coords...
  11. tightninja

    Group enemies for 3 and 4 players

    I wanted to update this thread with a new way to manage enemies via group It requires two things: 1.Part of Bloodbane's fake enemy script 2."Chain Spawning" The code below only spawns 3 entities but 7 enemies. custwill spawns a total of 3 enemies scrollx 0 400 at 0 group 3 3 spawn baker...
  12. tightninja

    Solved Energycost per frame?

    The kitten's sacrifice will not be in vain. Script works perfectly thanks! Do you mean something like: if openborconstant("ANI_FREESPECIAL15") changeentitiypropperty(mprate==0) or something like that? I am just curious and always want to learn more, this journey has been fun for me. I...
  13. tightninja

    Solved Energycost per frame?

    Is it possible to reduce MP per frame in a freespecial? I have a multi hit freespecial that gives too much MP per hit even after draining all MP. Is there a way to reduce it per frame or at the end of an animation?
  14. tightninja

    New Release Preview - Stress Test

    Sorry I may be slightly confused. First I would use Plombo's too to convert my current gifs into useable pngs. Next, I am looking to change the reference to each gif in every txt file whether it is a background layer or entity. For example: FROM frame data/chars/1billy/grab01.gif TO...
  15. tightninja

    New Release Preview - Stress Test

    I assuem the best way to edit the ,txt files with ,gif extensions is with a custom .bat file as well. Tell it to search every .txt file and change .gif to .png?
Back
Top Bottom