Less Punishing Empire Size
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.