Jump to content

Modifying Population Limits


 Share

Recommended Posts

Hi modders. Looking to add a '500' option between 300 and Unlimited.

I do this in gamesetup.js:

const POPULATION_CAP = ["50", "100", "150", "200", "250", "300", "500", translate("Unlimited")];const POPULATION_CAP_DATA = [50, 100, 150, 200, 250, 300, 500, 10000];

But the game interpret at unlimited. Is there seomething else that needs to be edited?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...