IGx89 I have really enjoyed your program. I have read the entire forum here... So I hope I don't post anything too obvious. I have been having a problem using FLMM 1.2 in creating NEW SHIPS with INFOCARDS using:
ids_name = 0 ;GENERATESTRRES("NAME HERE"
ids_info = 0 ;GENERATEXMLRES("INFO CARD HERE"
...
ids_info3 = 0; GENERATEXMLRES("INFO CARD HERE"
For some reason my code crashes the game every time.
However... If I hard code the changes it works.
I am sure I am doing SOMETHING WRONG...
The error occurs regardless of whether I use it as the only mod or if I use it on top of working hardcoded mods.
Could You possibly send me a a link to a MOD (script.xml) that creates a NEW SHIP with Infocard descriptions created with the GenerateXMLRES methods...?
I have been unable to locate one.
I have found scripts that create weapons using this method...
and I have found scripts that make new ships by overiding other ships and use old infocards... or even hardcoded changes but nothing that makes new infocards... but not a script for ships that makes custom infocards...
Thanks...
{HFH}MACK