View Single Post
  #1488  
Old May 10th, 2009, 12:13 PM
Arralen's Avatar

Arralen Arralen is offline
Major General
 
Join Date: Nov 2000
Location: 500km from Ulm
Posts: 2,279
Thanks: 9
Thanked 18 Times in 12 Posts
Arralen is on a distinguished road
Default Re: Balance Mod Available for SE:V

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 ?

Last edited by Arralen; May 10th, 2009 at 12:41 PM..
Reply With Quote