Meg,
Running ded server, in console, I get the following error, even though I have cheats turned on. May not work from command line?
"Can't use cheat command gamemode_set in multiplayer, unless the server has sv_cheats set to 1."
However, not specifying anything about gamemode, mine starts in sandbox mode. The following appears right after LUA/ULib/ULX initializes.
Registering gamemode 'sandbox' derived from 'base'
Not sure what 'base' is or where it comes from.
Griff, you do know you have all your sbox_blah settings commented out, right?
Remove the // from in front of them if you didn't mean for them to be,
Using the FIND command from server console, found the following, searching for 'gamemode'
sv_gamemode and sv_defaultgamemode are probably what you would need to make sure you're setting, if uncommenting out the sbox_ lines doesn't work.
find gamemode
"gamemode_reload"
game cheat
- Reloads the gamemode. This won't transfer new clientside files - so you'll ne
ed to restart the map for connected clients to see the changes.
"gamemode_set"
game cheat
- Set the gamemode. Takes the gamemode name.
"sv_gamemode" = "sandbox"
game replicated
- The current gamemode name
"sv_defaultgamemode" = "sandbox"
game archive replicated
- The default gamemode
"map2"
game
- <map> <gamemode> - Start a map with named gamemode instead of the default