Thrawn's Revenge

Imperial Civil War [Empire at War] => Discussion, Suggestions & Feedback => Topic started by: hrissker on December 25, 2015, 04:37:45 PM

Title: Modding the mod, changing unit stats ect.
Post by: hrissker on December 25, 2015, 04:37:45 PM
How do i mod imperial civil war mod ? I cannot remember how to change unit stats, Ive always wanted to make like instant build times, how do I do this ???
Title: Re: Modding the mod, changing unit stats ect.
Post by: Pentastar Enforcer on December 25, 2015, 07:40:47 PM
Has something to do with the XML files, I haven't done it in a while and I'm no expert, but notepad ++ will be your best friend in this situation. Just changing values is pretty simple in the faction xml files - I changed the amount of TIE Hunter squadrons available per Escort Carrier for example (made it OP but beside the point) it didn't take long at all,  but maybe just a little guide on it here on the forums would be amazing.
Title: Re: Modding the mod, changing unit stats ect.
Post by: kucsidave on December 26, 2015, 04:21:09 PM
First things first, this should have gone to the Community mods page... I give you the link:
http://thrawnsrevenge.com/forums/index.php?board=53.0

But XML is really easy to learn how to mod, but quite hard to master it. I learned almost all I know by myself from my own submod. It is quite straight forward
To make instant bulds just find the XML the unit's info is in, and look for the following line:
<Build_Time_Seconds>xxx</Build_Time_Seconds>
where X is a number. Set the number to what you wish, and done.