Server Hosts
Server hosts are stuck using Skulltag's internal cvars in order to update the master server settings. There are two ways to do this: shut down your entire cluster and edit you .ini manually, or RCON/Console into every server and update the setting. Note that shutting down is the recommended option.
Shutting down and doing it manually
Once you have shut down your cluster, navigate to your .ini file. Under 'nix, open ~/.skulltag/skulltag.ini - under windows, look for your skulltag folder and open "skulltag-username.ini" where "username" is the name of your logged in user account.
Once you have your .ini file open, search for the following text: "skulltag_masterip" - it should look something like this:
Code: Select all
skulltag_masterip=skulltag.servegame.com
This must be changed. Change "skulltag.servegame.com" to "master.skulltag.net" - this will update your server cluster to use the correct master DNS, and when you restart your servers, it should now be listed.
This is what the final line should look like:
Code: Select all
skulltag_masterip=master.skulltag.net
Note: You will have to do this also, if you are hosting randomly for friends from home. Skulltag must be shut down prior to doing this.
Doing it live
Of course, the other option is to do this while your server is running. Note that *every* server must be done in order to update this properly, or it will not save correctly to your .ini file. This is why it's not the recommended option, unless you only run one or few servers.
Simply open your server's console in some way. For windows, this is as simple as opening it from the system tray. For Linux, you may have to open the terminal window in which it's appeared. If you're doing it remotely, simply send your rcon password from within the game or using the rcon utility. Either way, once you have access to the server's console, do the following:
Type the following into the server box:
Code: Select all
set skulltag_masterip master.skulltag.net
If you are using RCON from within the gane, type this:
Code: Select all
rcon set skulltag_masterip master.skulltag.net
No further action is required, except to repeat this on any other servers running.