Hi,
I want to remove certain units from being recruitable. I dont want Hippeus Lancers to be a bodyguard unit for my faction under the Greek/hellenic culture etc. Any ideas fellas?!
Hi,
I want to remove certain units from being recruitable. I dont want Hippeus Lancers to be a bodyguard unit for my faction under the Greek/hellenic culture etc. Any ideas fellas?!
You remove units by adding building_units_allowed and NOT renaming it so that it contains all the vanilla units and their buildings. You then remove the ones you don't want. To remove a general unit you do the same with commander_unit_permissions_table.
Would this option make my mod almost unusable alongside other unit mods? It will be over-riding all other units wont it?
No, you will only be over riding the vanilla table and vanilla units. Other unit mods will be adding new tables with new prefixes, so they won't be effected.
Basically unit mods don't edit the vanilla tables, they add brand new tables that run alongside them. However, your mod will likely be incompatible with other mods that remove units since they will both include the same vanilla table. In that case your removal of the units would fail and they would still be in the game. That's the reason why it is better to avoid removing units as much as possible.