Allright, I have a bit more questions. The server is up.. but sometimes on the server lists (join tab) it lists it twice under two different names. Also, it likes to reset as soon as noones on, and it also assumes I time out while loading in. Any suggestions?
Unless you change the $Host::GameName value, the server name should remain constant. Depending on your setup, the server may show up multiple times (eg. Local address and external).
If you don't want it to reset when empty, you'll need to open up scripts/server.cs and look for the GameConnection::onDrop function. Once you've found it, look to the bottom of the group and comment out the line:
Hm, now building files wont load. Theyre in the construction/buildings file or w/e and i used /savebuilding radius name and then /loadbuilding name .. they also dont show up on the 'change map' or choose map etc. tab
Okay, it now works when i save them as : /savebuilding 50 test2.cs but its still not showing on the loader. Give me a specific example? I think Im missing something.
kay, another pesky question. How do I set it so the server options dont reset every time I [x] out of the server and then go back in? By options I mean jail, pure building, underground mode, all that jazz
Make sure the prefs get exported. That is, remove the old serverprefs.cs.dso and use export( "$Host::*", "prefs/ServerPrefs.cs", false ); or quit(); when you close the server
Comments
Adminvote, at least i tihnk thats what it is.
If you don't want it to reset when empty, you'll need to open up scripts/server.cs and look for the GameConnection::onDrop function. Once you've found it, look to the bottom of the group and comment out the line:
//schedule(0, 0, "resetServerDefaults");
?
/giveweapon Nailgun cmdrbob
/Givepack woodplank cmdrbob
EDIT: nevermind, found the thread on saving.