The first issue I think I could fix myself (can I, or are there any pitfalls?),
but I'm at a loss with the 2nd one ... .
Any hints ?
edit: ... !! Found it myself:
www.captainkwok.net/files/BalanceModScriptsv119.zip
... I added
"Kamikaze Attack Ship":
call Sys_Set_Vehicle_Design_Strategy(sys_long_Player_ID , design_id, "Kamikaze")
to the end of the "Set_Design_Type_Strategy" list, but Script_AI_DesignCreation.txt does not compile ... :
Code:
====================================================
Errors
====================================================
Could not parse Script_AI_DesignCreation.txt (line #268): Invalid Variable Name - lst_AI_Design_Type_Name
Could not parse Script_AI_DesignCreation.txt (line #268):
Could not parse Script_AI_DesignCreation.txt (line #268): Bad Set Declaration
Could not parse Script_AI_DesignCreation.txt (line #272): Invalid Variable Name - lst_AI_Design_Type_Name
Could not parse Script_AI_DesignCreation.txt (line #272):
Could not parse Script_AI_DesignCreation.txt (line #272): Bad Set Declaration
Could not parse Script_AI_DesignCreation.txt (line #273): Invalid Variable Name - lst_AI_Design_Type_Vehicle_Size
Could not parse Script_AI_DesignCreation.txt (line #273):
Could not parse Script_AI_DesignCreation.txt (line #273): Bad Set Declaration
Could not parse Script_AI_DesignCreation.txt (line #286): Invalid Variable Name - lst_AI_Design_Type_Name
Could not parse Script_AI_DesignCreation.txt (line #286):
Could not parse Script_AI_DesignCreation.txt (line #286): Bad Set Declaration
Could not parse Script_AI_DesignCreation.txt (line #287): Invalid Variable Name - lst_AI_Design_Type_Vehicle_Size
Could not parse Script_AI_DesignCreation.txt (line #287):
Could not parse Script_AI_DesignCreation.txt (line #287): Bad Set Declaration
Could not parse Script_AI_DesignCreation.txt (line #300): Could not find ENDIF
Could not parse Script_AI_DesignCreation.txt (line #130): Unmatched Forward Function for set_ai_design_type_for_design
Btw., I
did thank you for your excellent mod, did I ?
