Recent content by Bruce

  1. Bruce

    In Progress My Openbor Game Preview

    Vergil and Assist Combos As the moment I haven't had a chance to come up with combos. However, with this assist system, players are able to come up with a lot of combos. At the moment, I only have Dante and Vergil characters right now. My plan is to group them up in different categories...
  2. Bruce

    In Progress My Openbor Game Preview

    Assist System and In_Game Character Select Screen It took me a while to get this In_Game Character Select Screen to work because of limitations. After trials and errors, I found a way to make it work for 4 players! I can even more stuff to it, but for now, I am happy with it.
  3. Bruce

    Solved Help at select Custom Screen

    I am having an issue with getting the player index properly in this anim waiting. No matter which player (1st, 2nd, etc..) is pressing the directions, the "playerindex" always returns 0 instead of 0 for player 1, 1 for player 2, 2 for player 3, etc.. Is this a bug or that's how it is? Thank you
  4. Bruce

    Solved Question About Loadsprite Function

    Thank you so much for your informative information which will help me avoid memory leak! I've already figured I would have to free it before loading a new sprite with this: void ExistedSprite = getglobalvar("AssistSprite" + P_Index); if(ExistedSprite != NULL()) { free(ExistedSprite); } void...
  5. Bruce

    Solved Question About Loadsprite Function

    Hello guys, I am trying to code the Assist Select Screen on top of Char Select Screen. Right now I only have 3 pictures that I need to show during the Assist Selection Menu. Something in the OpenBor log has bothered me, so I need to make sure I am understanding abut the loadsprite function...
  6. Bruce

    ChronoCrash Modders Tools

    Thank you so much for quick update. Can you please check it? I unchecked the label option and restarted the app, but the label tab is still there. Please see the attachment, I can not live without your app because it saves me a lot of time! thanks again for your awesome work.
  7. Bruce

    ChronoCrash Modders Tools

    Hey buddy, Whenever you have time, is it possible that you can add an option that allows users to disable the tab called "Label" in the animation mode? I don't really use it as it is taking space, and I can't really see the full name of freespecial animations. Please take a look at the...
  8. Bruce

    A Tool I Created to make a LIST out of PNG files

    Hello guys, I created a simple tool that allows the users to create a list out of the png files. This is very useful, especially when you are creating a new character or enemy with a lot of png files to deal with. Just place this tool inside that folder, click it, and it will create a list for...
  9. Bruce

    In Progress My Openbor Game Preview

    First of all, welcome to the great forum and thanks. To answer your questions, For Dante, I only let him use Sparda's skills when he is in EX mode. Of course, I can make him use other skills if I like to. Basically, it is all up to me how I want his EX mode to be. Yes, there is a 15s count down...
  10. Bruce

    In Progress My Openbor Game Preview

    Now I can pretty much have big bosses in every level!. Almost complete the Vecna Lair stage. Just added the crazy mid-boss Scorpions. Leviathan Boss:
  11. Bruce

    In Progress My Openbor Game Preview

    New Stages, Enemies, and Bosses: Stages: Up Side Down Realm (from Stranger Things series): - Images were taken from Tekken 8 Phoenix Gate stage Vecna Lair (from Stranger Things series) - from this picture on Google I've barely touched the surface of the OpenBor engine, but I can feel...
  12. Bruce

    ChronoCrash Modders Tools

    Check your donation inbox! That's for your Starbucks coffee!
  13. Bruce

    ChronoCrash Modders Tools

    Awesome buddy, now it is working! Thank you so much for your hard work, we can never thank you enough!
  14. Bruce

    ChronoCrash Modders Tools

    0.7.8 Jun 25, 2025 still has this feature, but the last few updates removed this feature
  15. Bruce

    ChronoCrash Modders Tools

    It is the feature like Note++ that allows you to paste a string above or below the current selected line (or where the cursor is). I requested this feature long time ago, and you were able to add it to your app.
Back
Top Bottom