Recent content by tightninja

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

    New Release Preview - Stress Test

    Awesome stuff DC, for games that use .gif files for assets if we simply change the extension will it run on the 64 bit version of the engine?
  4. tightninja

    ChronoCrash Modders Tools

    The settings.ini only has one reference to font - "font_color" on the "project =" line. It didn't change when I changed the font and restarted. Perhaps it is how I have isntalled/using the app. I just unzipped it and ran the exe. When using a newer version i simplu unzipp to a different folder...
  5. tightninja

    ChronoCrash Modders Tools

    UPDATE: 1. I select a new editor font, nothing changes. I then selected solarized dark, and the editor font changed! I kept changing the theme until I got Picture 2. 2. I closed app and restarted. The tool reverts back to original font with a weird hybrid normal/ solarized dark theme...
  6. tightninja

    ChronoCrash Modders Tools

    This is a great start, however the font in the editor did not change (most important). Also when you restart the application the settings revert back. Attached is a screen shot where I changed application font AND the editor font. I used a goofy font just for reference. Thanks for the quick...
  7. tightninja

    ChronoCrash Modders Tools

    Every time i select a different font and restart, nothing changes. Sometimes I even get an error message.
  8. tightninja

    ChronoCrash Modders Tools

    Is it possible to get a different font? I have run into an issue where the Lower case L "l" is the same as the number "1" it makes it hard to read freespecial19 vs freespecial9
  9. tightninja

    ChronoCrash Modders Tools

    copy and past bug i keep geting when using ctrl-a and ctrl-c (select all, paste all) Traceback (most recent call last): File "\\VBoxSvr\Partage\CMT\cmt.py", line 407, in saveFile File "gui\main\__init__.py", line 398, in save File "gui\main\fileselector.py", line 289, in save...
  10. tightninja

    Anim Grabdown

    Is it possible to use grabdown and grabdown2 as a back attack while grabbing? When I set the hitbox behind the player for the attack, the enemy never gets hit. Is grabdown hard coded to a front attack only?
  11. tightninja

    In Progress Double Dragon Mini

    The timing of you sharing this is uncanny i started working on something similar two weeks ago! this is much better. I can't wait to try this!
  12. tightninja

    Advanced How to Play Screen

    Never mind. I found Kratus Custom Pause Menu script!
  13. tightninja

    Advanced How to Play Screen

    Hey guys, is there any way to bring up he how to play screen during game play? I would like an option to bring it up via a custom pause menu that I have been working on.
  14. tightninja

    Group enemies for 3 and 4 players

    Hey Mr. Q. I am starting to understand. Looking at Bloodbane's scripts, you spawn invisible enemies that kill themselves to let real enemies take over if the player count is 3 or 4. // 12 enemies in this section, max of 6 enemies on screen at a time. // If player count is 2 or less, 2 fake...
  15. tightninja

    Group enemies for 3 and 4 players

    @Bloodbane How do the fake/dummy enemies know when remove themselves? Can you provide a script example?
Back
Top Bottom