Cadamier
New member
Hello Everyone!
I was wondering if there is a complete list of commands for the config file on a server?
I apparently stumbled upon one that "I didn't know about:"
<property name="ServerDisabledNetworkProtocols" value="UNET"/> <!-- Networking protocols that should not be used. Separated by comma. Possible values: UNET, RakNet, SteamNetworking. Ex: "unet,steamnetworking" -->
Which I found in this post and apparently they've used this command to disable UNET on the server side:
https://7daystodie.com/forums/showthread.php?80373-Dedicated-server-not-visible-or-connectable-unless-im-in-game!&p=782215&viewfull=1#post782215
So with the above command - I was wondering how clients would react to a server with this setting if their clients where setup to enable UNET networking?
If you look at the server log near the bottom you'll see commands that aren't 'officially listed' such as:
GamePref.DayCount = 3
GamePref.DebugMenuEnabled = False
GamePref.DebugMenuShowTasks = False
GamePref.DebugStopEnemiesMoving = False
Just to show a few... In the logs on the console for the dedi I run I see those and a whole slew more! But then again I was wondering - would the command for the "GamePref.DayCount = 3" be something like:
<property name="GamePref.DayCount" value="3"/>
Thereby giving me the ability to set 'the start date' on a new map?
Thanks for your time and effort!
Clarification: This is not the commands for the console, these would be the commands contained within the server config file.
I was wondering if there is a complete list of commands for the config file on a server?
I apparently stumbled upon one that "I didn't know about:"
<property name="ServerDisabledNetworkProtocols" value="UNET"/> <!-- Networking protocols that should not be used. Separated by comma. Possible values: UNET, RakNet, SteamNetworking. Ex: "unet,steamnetworking" -->
Which I found in this post and apparently they've used this command to disable UNET on the server side:
https://7daystodie.com/forums/showthread.php?80373-Dedicated-server-not-visible-or-connectable-unless-im-in-game!&p=782215&viewfull=1#post782215
So with the above command - I was wondering how clients would react to a server with this setting if their clients where setup to enable UNET networking?
If you look at the server log near the bottom you'll see commands that aren't 'officially listed' such as:
GamePref.DayCount = 3
GamePref.DebugMenuEnabled = False
GamePref.DebugMenuShowTasks = False
GamePref.DebugStopEnemiesMoving = False
Just to show a few... In the logs on the console for the dedi I run I see those and a whole slew more! But then again I was wondering - would the command for the "GamePref.DayCount = 3" be something like:
<property name="GamePref.DayCount" value="3"/>
Thereby giving me the ability to set 'the start date' on a new map?

Thanks for your time and effort!
Clarification: This is not the commands for the console, these would be the commands contained within the server config file.
Last edited by a moderator: