Author Topic: Server won't change name?  (Read 364 times)

I'm trying to change the name of my dedicated server. I've tried to change it through RTB a lot and it won't work. I've also tried putting
Code: [Select]
webcom_postserver(); in the console but to no avail.
Is there a way to change the name of the server through the console so I can try to see if that works?


Uh, yeah.  I don't have a copy of BL @ work right now, so I can't give you command offhand but its something like $Pref::Server::Name = "blahblah";   <-- NOT sure if that's exactly right.

If you go into Blockland\config\server\pref.cs aka find your preferences file you can get the command directly from there.

Also, atleast on MY computer, if you change the name and hit F2 to bring up the player list, the name will be the same.  If you check the server list, or rejoin the game it should be changed though.

Code: [Select]
$Pref::Server::Name = "Merfle";
Put that into the server console(the one in the command prompt style window).