Blockland Forums > Help

glitched welcome message?

Pages: (1/1)

the_stitch:

hi. i have a problem that occurs whenever i host a server. it's nothing terrible, just inconvenient.
so, a long time ago i was messing with vehicle control events, when i crashed. the problem is, the welcome message is now glitched whenever i start a server saying
--- Quote ---"welcome to blockland %1, i'm currently making an assassin's creed build. AFK!"
--- End quote ---
the problem is, when people see that, they instantly leave. this is also really annoying having to do this every time i start a server.

so, what do i do?

Greek2me:

Is this a dedicated server? If so, you need to shut it down by typing quit(); in console.

Also, please read this topic: http://forum.blockland.us/index.php?topic=229273.0

Dglider:


--- Quote from: Port on April 15, 2013, 12:12:57 PM ---Enter the following into the console:

$Pref::Server::WelcomeMessage = "Welcome to my server.";

Try using quit(); right after that just to test saving it once.

--- End quote ---

If quit(); doesn't export the preferences properly, you can go in and manually edit the config file at:

blockland/config/server/prefs.cs

Just open that with a text editor and... do stuff.


Or, I think you can manually export the prefs file. >.O  It's something like:

export("$Pref::*", "config/server/prefs.cs");
or maybe
export("$Pref::Server::*", "config/server/prefs.cs");

The * is a wildcard.  Also source.

Actually if you're going to do that I suggest testing it first with something like:
export("$Pref::Server*", "preftest.cs");
To see if it saved all of the settings correctly.

the_stitch:

okay, nvm, just some mod conflict(?), locking topic now.

Pages: (1/1)

Go to full version