How to make a new XML table?

The game isn't "smart" enough to make your new table work automatically. To make a new table work ingame, you need to create the code that makes it work. Since we don't have access to the DLL code for now, the only option is to use LUA.

This mod is an example of making a new XML table (MinorCivilization_UnitClassOverrides) that works ingame.
 
You can't do it, adding XML tags that don't already exist will have no effect, except if you want them to contain data used by your LUA script.
 
Back
Top Bottom