wowgetoffyourcellphone Posted November 8, 2014 Share Posted November 8, 2014 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 More sharing options...
zzippy Posted November 8, 2014 Share Posted November 8, 2014 Tested, works here (linux, svn) in pregame options and ingame as real limit perfectly.. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now