This is the first time I have tried to do a mod. Usually I just edit the files and call it done. But I seem to be having issues with the game not saving and crashing on me so I'm trying to do it the "correct" way. I got some of it down, just need a two questions answered.
First, I want to take out a line on a units info. Can I just do this:
Will that make the unit available till endgame?
Second how can I add a line to later in the file? As in adding another upgrade to a unit?
If this info is around here somewhere my bad, just call me an idiot and point me in the right direction. Thanks.
First, I want to take out a line on a units info. Can I just do this:
Code:
<Update>
<Where Type="UNIT_JAPANESE_SAMURAI" />
<Set ObsoleteTech="" />
</Update>
Second how can I add a line to later in the file? As in adding another upgrade to a unit?
If this info is around here somewhere my bad, just call me an idiot and point me in the right direction. Thanks.