While trying to make a mod of mine compatible to others, I noticed that all spawned units somehow piled up attributes/promotions which I haven’t given them in any way.
After a while of figuring out why the heck, I noticed that by removing new promotions, the promotion-pile was getting smaller. I came to the conclusion that there seems to be a limit how many promotions the game can handle.
The game doesn’t even care if you delete unneeded promotions by XML or SQL command. Whatever is added will further reduce the number of available promotions, so it seems important that you only add what is really necessary.
The more DLCs are introduced, the smaller the number of available promotions for modders becomes what could sooner or later mess up large combo-mods.
I created a mod with a long list of new promotions to test how many the game can still handle. The number of "Test #" promotions on all spawned units showing should vary how many DLCs and Mods are installed.
I've attached the test-mod here to check yourself if there is a limit or not. It's important that you install and activate this mod after any other one.
Can someone confirm if any of those "Test" promotions appear on all spawned units?
After a while of figuring out why the heck, I noticed that by removing new promotions, the promotion-pile was getting smaller. I came to the conclusion that there seems to be a limit how many promotions the game can handle.
The game doesn’t even care if you delete unneeded promotions by XML or SQL command. Whatever is added will further reduce the number of available promotions, so it seems important that you only add what is really necessary.
The more DLCs are introduced, the smaller the number of available promotions for modders becomes what could sooner or later mess up large combo-mods.
I created a mod with a long list of new promotions to test how many the game can still handle. The number of "Test #" promotions on all spawned units showing should vary how many DLCs and Mods are installed.
I've attached the test-mod here to check yourself if there is a limit or not. It's important that you install and activate this mod after any other one.
Can someone confirm if any of those "Test" promotions appear on all spawned units?