Less Punishing Empire Size

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

Author: Iadria

Last revision: 17 Sep, 2024 at 03:18 UTC

File size: 22.51 KB

On Steam Workshop

Description:

Reduces the empire size from most sources by half, reduces the empire size from pops by 2/3rds.

Does this by overriding these values in common/defines:

NGameplay.EMPIRE_SIZE_FROM_DISTRICTS = 0.25 # Per district
NGameplay.EMPIRE_SIZE_FROM_SYSTEMS = 0.5 # Per system
NGameplay.EMPIRE_SIZE_FROM_COLONIES = 5 # Per planet
NGameplay.EMPIRE_SIZE_FROM_BRANCH_OFFICES = 1 # Per branch office
NGameplay.EMPIRE_SIZE_FROM_POPS = 0.33 # Per pop

Doesn’t touch any other defines, doesn’t copy any other values over, so it shouldn’t collide with anything else that changes other defines.

Not achievement compatible.