Author Topic: Player Capacity  (Read 866 times)

This is Pink Geek. I have seen some servers recently that have a player capacity of 64.
I was just wondering how exactly they did this, and if possible, how I can.
I thought it was that if your server was popular, you got it, but I don't really know.
Any comments would help, THANKS!
And remember, JOIN THE AoE CLAN!

I thought it was that if your server was popular, you got it, but I don't really know

Your an idiot.

User was banned for this post
« Last Edit: August 13, 2010, 12:33:57 AM by Badspot »

Your an idiot.
Help section is not for flaming.
Keep that crap in drama/rule breaking threads.

This is Pink Geek. I have seen some servers recently that have a player capacity of 64.
I was just wondering how exactly they did this, and if possible, how I can.
I thought it was that if your server was popular, you got it, but I don't really know.
Any comments would help, THANKS!
And remember, JOIN THE AoE CLAN!

You need to be running a dedicated server, and set the player limit through the console.

Once you have a dedicated server running, type this:
$Pref::Server::MaxPlayers = 64;
Exactly how it is, I did not make any mistakes.

so, do I type that in the console?

If you're running a dedicated server.

Even though that Blockland does that automatically once in a while, you might want to type this afterwards:

Code: [Select]
WebCom_PostServer();

I keep forgetting the name of that command.
I should write that down in a .txt file somewhere.

Even though that Blockland does that automatically once in a while, you might want to type this afterwards:

Code: [Select]
WebCom_PostServer();
Thanks, I thought it was webCom = ServerPost(); :o