I was trying to set the game to 40 players, having set it, I wasn't able to. var MAX_PLAYERS = 40; var MAX_SPECTATORS = 3; var MAX_CLIENTS = MAX_PLAYERS + MAX_SPECTATORS; I think this is probably because it's most likely still forced client side, anybody know where that's located? @cola_colin perhaps?
Open the new_game.js of the client and look for the numbers 10 and 5. Replace all occurrences that look like you want to replace them.
Mind showing me a snippet of what I should be looking for in the new_game.js? Also as I seem to remember you were using linux, is it the new_game.js that could be run as an executable, but of course opened in a text editor?
I have no idea what you mean with running new_game.js as an executable. Just search the file for the numbers 10 and 5, read where the places and modify the file.
Eh nevermind it, all .js files are able to be run as an executable for some reason, disregard, just making sure I had the right file. Anyway, what do you mean search? Manually? Because it's quite a ways of searching if so.. Though I can deal with it for the greater good
Oh wow, I had no idea, thanks! That'll help with other things as well... So I assume this is what I was looking for? self.showAddArmy = ko.computed(function () { if (self.playerCount() >= 10) return false; What is the 5 for?
Oh boy, here we go. I hope you have a beefy server 20 vs 20 The Realm vs The World. /summon @cwarner7264
Anyone got this to work?, tryed what colin sayed, can't select more than 10 players in the game lobby (ffa) Edit; there is only 11 colours to select from, that could be a issue?