wowgetoffyourcellphone Posted November 8, 2014 Report 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? Quote Link to comment Share on other sites More sharing options...
zzippy Posted November 8, 2014 Report Share Posted November 8, 2014 Tested, works here (linux, svn) in pregame options and ingame as real limit perfectly.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.