Page 1 of 1

Ra95 Mission Translator

Posted: Sun May 26, 2019 1:52 pm
by ads830e
This weekend I was trying to make a tool converting ra95 ini mission file to lua script.I toke scu40ea(Shock Therapy) as the example.
Here is the link:https://github.com/ads830e/OpenRAMissionGen
There are some problems:
1.There are many kinds of trigger events(0~32).Some of them are complex.
2.There are many kinds of trigger actions(0~36).Some of them are complex.
3.The behaviour of the team types is complex.For example,The team containing TRAN,LST,BADGER will board first.
4.I don't know how to use Lua.(What I know:if,else,function call)
5.The Gened Lua file seems a little big.

Re: Ra95 Mission Translator

Posted: Tue Jun 04, 2019 1:17 pm
by ads830e
new big problem: How to build a lua class for TeamType in ra95.