09-19-2011, 16:51
Hello
This is a small tutorial of some interesting dvars that can help those LobbyTracker users: http://www.itsmods.com/forum/Thread-LobbyTracker.html
The first dvar allow you to change the name that appears in lobbytracker, in Servername, to remove the COD4HOST thing:
Now, this dvars will allow you to change player limit from 18 to whatever(not more than 18, you can troll game but wont work), . In this case is 4:
This dvar changes easily the message that appears when you load screen.
This is it, enjoy your new lobby settings
This is a small tutorial of some interesting dvars that can help those LobbyTracker users: http://www.itsmods.com/forum/Thread-LobbyTracker.html
The first dvar allow you to change the name that appears in lobbytracker, in Servername, to remove the COD4HOST thing:
Code:
setDvar("sv_hostname", "Your server name here");
Now, this dvars will allow you to change player limit from 18 to whatever(not more than 18, you can troll game but wont work), . In this case is 4:
Code:
setDvar("party_maxPrivatePartyPlayers",4);
setDvar("party_maxplayers",4);
setDvar("sv_maxclients",4);
setDvar("ui_maxclients",4);
This dvar changes easily the message that appears when you load screen.
Code:
setDvar("didyouknow","Your Info");
This is it, enjoy your new lobby settings