NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "Sons of The Forest Server Settings"
Jump to navigation
Jump to search
Share your opinion
Line 16: | Line 16: | ||
|- | |- | ||
| '''"IpAddress": "0.0.0.0""''' | | '''"IpAddress": "0.0.0.0""''' | ||
− | | | + | | Listening interface for the game server, usually 0.0.0.0 if listening on all interfaces. |
|- | |- | ||
− | |''' | + | |'''"GamePort": 8766''' |
|Steam Communication Port - Note: If you have a router you will need to open this port. | |Steam Communication Port - Note: If you have a router you will need to open this port. | ||
|- | |- | ||
− | |''' | + | |'''"QueryPort": 27016"''' |
|Game Communication Port - Note: If you have a router you will need to open this port. | |Game Communication Port - Note: If you have a router you will need to open this port. | ||
|- | |- | ||
− | |''' | + | |'''"BlobSyncPort": 9700''' |
|Query Communication Port - Note: If you have a router you will need to open this port. | |Query Communication Port - Note: If you have a router you will need to open this port. | ||
|- | |- | ||
− | |''' | + | |'''"ServerName": "Sons Of The Forest Server (dedicated)"''' |
|Server display name | |Server display name | ||
|- | |- | ||
− | |''' | + | |'''"MaxPlayers": 8''' |
|Maximum number of players | |Maximum number of players | ||
|- | |- | ||
− | |''' | + | |'''"Password": ""''' |
|Enable VAC (Valve Anti-cheat System at the server. Must be set off or on | |Enable VAC (Valve Anti-cheat System at the server. Must be set off or on | ||
|- | |- | ||
− | |''' | + | |'''"LanOnly": false''' |
|Server password. blank means no password | |Server password. blank means no password | ||
|- | |- | ||
− | |''' | + | |'''"SaveSlot": 1''' |
|Server administration password. blank means no password | |Server administration password. blank means no password | ||
|- | |- | ||
− | |''' | + | |'''"SaveMode": "Continue"''' |
|Your Steam account name. blank means anonymous | |Your Steam account name. blank means anonymous | ||
|- | |- | ||
− | |''' | + | |'''"GameMode": "Normal"''' |
|Time between server auto saves in minutes - The minumum time is 15 minutes, the default time is 30 | |Time between server auto saves in minutes - The minumum time is 15 minutes, the default time is 30 | ||
|- | |- | ||
− | |''' | + | |'''"SaveInterval": 600''' |
|Game difficulty mode. Must be set to Peaceful Normal or Hard | |Game difficulty mode. Must be set to Peaceful Normal or Hard | ||
|- | |- | ||
− | |''' | + | |'''"IdleDayCycleSpeed": 0.0''' |
|New or continue a game. Must be set to New or Continue | |New or continue a game. Must be set to New or Continue | ||
|- | |- | ||
− | |''' | + | |'''"IdleTargetFramerate": 5''' |
|Slot to save the game. Must be set 1 2 3 4 or 5 | |Slot to save the game. Must be set 1 2 3 4 or 5 | ||
|- | |- | ||
− | |''' | + | |'''"ActiveTargetFramerate": 60''' |
|Show event log. Must be set off or on | |Show event log. Must be set off or on | ||
|- | |- | ||
− | |''' | + | |'''"LogFilesEnabled": false''' |
|Contact email for server admin | |Contact email for server admin | ||
|- | |- | ||
− | |''' | + | |'''"TimestampLogFilenames": true''' |
|No enemies | |No enemies | ||
|- | |- | ||
− | |''' | + | |'''"TimestampLogEntries": true''' |
|No enemies during day time | |No enemies during day time | ||
|- | |- | ||
− | |''' | + | |'''"GameSettings": {}''' |
|Reset all structure holes when loading a save | |Reset all structure holes when loading a save | ||
|- | |- | ||
− | |''' | + | |'''"CustomGameModeSettings": {}''' |
|Regrow 10% of cut down trees when sleeping | |Regrow 10% of cut down trees when sleeping | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} |
Revision as of 12:01, 23 June 2023
To change settings for your server, you will need to access the config file via FTP or by using your control panel.
FTP
- Stop your server from the panel.
- Log in to FTP.
- Navigate to the directory you wish to upload or edit a file.
You want to edit the Server.cfg file. - Open up the file using a text editor like Notepad or Notepad++.
If you are not familiar with configuration files, any line starting with two slashes is ignored by the program.
// This is a comment and will not be read by a file
Control panel
- Click the Dedicatedserver.cfg button under the Advanced Config section of your control panel.
- Edit the your desired settings.
Server Settings
Command | Description |
---|---|
"IpAddress": "0.0.0.0"" | Listening interface for the game server, usually 0.0.0.0 if listening on all interfaces. |
"GamePort": 8766 | Steam Communication Port - Note: If you have a router you will need to open this port. |
"QueryPort": 27016" | Game Communication Port - Note: If you have a router you will need to open this port. |
"BlobSyncPort": 9700 | Query Communication Port - Note: If you have a router you will need to open this port. |
"ServerName": "Sons Of The Forest Server (dedicated)" | Server display name |
"MaxPlayers": 8 | Maximum number of players |
"Password": "" | Enable VAC (Valve Anti-cheat System at the server. Must be set off or on |
"LanOnly": false | Server password. blank means no password |
"SaveSlot": 1 | Server administration password. blank means no password |
"SaveMode": "Continue" | Your Steam account name. blank means anonymous |
"GameMode": "Normal" | Time between server auto saves in minutes - The minumum time is 15 minutes, the default time is 30 |
"SaveInterval": 600 | Game difficulty mode. Must be set to Peaceful Normal or Hard |
"IdleDayCycleSpeed": 0.0 | New or continue a game. Must be set to New or Continue |
"IdleTargetFramerate": 5 | Slot to save the game. Must be set 1 2 3 4 or 5 |
"ActiveTargetFramerate": 60 | Show event log. Must be set off or on |
"LogFilesEnabled": false | Contact email for server admin |
"TimestampLogFilenames": true | No enemies |
"TimestampLogEntries": true | No enemies during day time |
"GameSettings": {} | Reset all structure holes when loading a save |
"CustomGameModeSettings": {} | Regrow 10% of cut down trees when sleeping |
Share your opinion