YesNoOk
avatar

Load external modules in IKEMEN (Read 2758 times)

Started by NikoPalad67140, December 30, 2022, 06:30:02 PM
Share this topic:
Load external modules in IKEMEN
#1  December 30, 2022, 06:30:02 PM
  • avatar
  • *
    • France
Hey guys!
I want to add the external lua scripts I found on the Ikemen github. I put the in the right folder, but when I open the game, they're not there. The github said that they are loaded via the command "commonStatesInsert", but where should I use this command and how?
Re: Load external modules in IKEMEN
#2  January 11, 2023, 04:13:27 AM
  • avatar
  • **
What module are you trying to use? I don't know how to load them all, but some are pretty easy. For instance, 100 Fight Kumite is loaded by placing the LUA file in the correct folder. Then, if you go into the system.def, you put this code with the menu items:

menu.itemname.vs100kumite = "VS 100 KUMITE"

If the LUA script is in the right folder, and if you have this code in your system.def, the menu item should pop up and work... Boss Rush mode works the same way.

I'm a little sleepy, so that might not be the best explanation....