AI Species Limit

If you liked this item, please rate it up on Steam Workshop page.

Author: mario0244

Last revision: 25 Dec, 2023 at 20:56 UTC (12)

File size: 236.54 KB

On Steam Workshop

Description:
Load Order

Not important.

For which version of the game is this?

3.10

FAQ

What does this mod do?
It allows you as a player via edict to set a number of allowed subspecies (per empire) up to 20. It doesn’t do anything more or less.

Does the limit apply to player?
No.

What’s the point of this mod?
Well… The AI creates all sorts of subspecies whether it needs to or not. That can clutter the UI so I kinda thought you might want to limit that and make AI stop spamming so many subspecies.

Have you tested this?
Not very much. I used a "has_country_flag" instead of "is_ai = no" to switch between players in order to test this on the species screen. Cannot exactly test "is_ai = no" condition really any other way.

Is it compatible with xyz mod?
It is compatible with any mod (in theory) which doesn’t modify "can_modify_species" game rule.

Is it Ironman or Achievement compatible?
Please, this is a scripting change. It obviously is not compatible.

Can you do xyz?
Maybe, if I want to really.

What languages are supported?
English. English is also not my primary language FYI (if you find spelling mistakes report them and I will fix them).

Is it savegame compatible?
In short: yes. You can install it safely on top of an existing save game. The only drawback is that the mod will kick in from the moment you installed that mod. Which means that any species created up until that point will remain in the game. That is beyond the scope of this mod however.

Can I uninstall it safely?
Yes, you can installuninstall as you wish and it shouldn’t mess up your game. Upon uninstallation some country flags will remain which should never have any impact upon your game. In fact if I didn’t mention these flags (not literal flags though) you probably wouldn’t even know of these. That’s how insignificant they are.

Is it possible to shutdown AI’s ability to modify species completely?
That’s been possible from day one. Recent changes better explain that functionality in the mod. In short just set the number of allowed species to 1 and consider it shut down.

I want to prevent the mod from using the edicts menu, is there anything that I can do?
Check out Dynamic Mod Menu, this mod has full support for it.

Can you limit the number of hybrid species being created?
I am sorry to disappoint I can’t prevent half species from being created programmatically or limit them at all. Paradox’s conditions don’t work, namely the "is_half_species" trigger which is the only way to find out if a species is a hybrid. No way to workaround the issue as no other exposed API calls can be used to find out if a species is a hybrid. Until it’s fixed your best bet is:
1. Cope with it (not what you wanted to hear)
2. Nag PDX to fix the feature
3. Nag PDX to fix "is_half_species" trigger
4. Disable Xeno-Compatibility