Changing upgrade costs

Users who are viewing this thread

I know I probably should be able to find the answer to this somewhere, but I simply can't.

I'm playing with making custom troops using txt editors, but i need to change to upgrade cost between them. How do I do that, if at all possible?

Thanks in advance.
 
This is determined in script_game_get_upgrade_cost, but you're out of luck if you're just using the troop editor. The script takes the base troop's level into account, so you can't differentiate between upgraded troops without some work involving tricky parameters.
 
So if I don't need to differentiate between two upgrade paths of a unit, it should be possible? Im just modifying the base troop trees, and adding some units to some of them. If it is, is there some kind of tool do that?
 
Back
Top Bottom