Hi Mikemike47,
Feel free to play with MCCD mod's files.
As long as you give me credits if your release a mod containing anything from my mod I see no problem
It has been a long time I didn't put my hand on these Python like scripts.
I wish I have the time to finish my "todo list" on this one :
http://www.subsim.com/radioroom/show...06&postcount=2
Maybe you will succeed where I didn't.
But as we can read in "crew_commands.txt" submarines files :
Quote:
// new test commands - working, but not correctly implemented - to fix when the specification list will be completed
|
Thing they never finished/fixed, so I guess we are stuck for now and certainly forever...
Anyway feel free to try.
If I remember correctly,
- you define your dialog UI and call strategies in "Dialogs_Default" folder .aix files (dialog strings have to be created in "UPCLocalization\dialogs.tsr")
- you create your strategies and call commands in "AI/Crew" folder .aix files
- finally commands gets executed in "submarine\NSS_x" folder crew_commands.txt files
Good luck