Little Fighter Empire - Forums

Full Version: Duplicating stage mode (in order to make 2 diffirent stage modes)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering, would it be possible to duplicate stage mode and get in in the main menu twice, while using diffirent data for both? That way we could make both a stage mode ánd a story mode (which is basically a stage mode, but with storyline) for LF2 extended. I want to save the pleasure of the fastpaced, never interupted gameplay of the original game but also offer something new.

I could try to learn some hex editing and give it a try if it's not too advanced (if it's pretty advanced though, we might need some help as none of us are hexers)



Edit: got a solution, however it's not brilliant... we can do this without editing the exe, by simply providing 2 diffirent stage.dat files. If you want to play the mode with the story, you use the stage.dat file that loads the story mode; if you want to play the original type stage mode, load the other one.
Unfortunately, I don't think doing such would be an easy thing at all. Every menu item on the screen has an id. Getting a new item in between would require ploughing on the ids of all the other items below it; might require changing the window each loads to match the new ids, AND, padding the offsets of the item coordinates in the menus assets taking account of that new item. Then comes replicating the stage loading code and having it load the new stage.dat file instead.

What makes it even more tedious is that, AFAIK, none of the above things has been documented before.

Edit: @V: You rule when it comes to this stuff :P
I did this back in 2006 for 1.9c and added survival mode :P http://ztage.com/forum/viewtopic.php?f=1...val#p23213

I think modifying the menu is pretty easy. The harder bit will be getting the game to load 2 stage modes. I can't really help you with that.
(02-25-2015, 04:20 PM)Lord Silva Wrote: [ -> ]I did this back in 2006 for 1.9c and added survival mode :P http://ztage.com/forum/viewtopic.php?f=1...val#p23213

I think modifying the menu is pretty easy. The harder bit will be getting the game to load 2 stage modes. I can't really help you with that.

Hmm okay. I guess we should stick with 1 stage mode then.. :)
Its really Hard to Do that Although I dont know How to Hex the Exe.But I can Fell...that.