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 31: | Line 31: | ||
|- | |- | ||
|'''"MaxPlayers": 8''' | |'''"MaxPlayers": 8''' | ||
| − | | | + | | |
|- | |- | ||
|'''"Password": ""''' | |'''"Password": ""''' | ||
| − | | | + | | |
|- | |- | ||
|'''"LanOnly": false''' | |'''"LanOnly": false''' | ||
| − | | | + | | |
|- | |- | ||
|'''"SaveSlot": 1''' | |'''"SaveSlot": 1''' | ||
| − | | | + | | |
|- | |- | ||
|'''"SaveMode": "Continue"''' | |'''"SaveMode": "Continue"''' | ||
| − | | | + | | |
|- | |- | ||
|'''"GameMode": "Normal"''' | |'''"GameMode": "Normal"''' | ||
| − | | | + | | |
|- | |- | ||
|'''"SaveInterval": 600''' | |'''"SaveInterval": 600''' | ||
| − | | | + | | |
|- | |- | ||
|'''"IdleDayCycleSpeed": 0.0''' | |'''"IdleDayCycleSpeed": 0.0''' | ||
| − | | | + | | |
|- | |- | ||
|'''"IdleTargetFramerate": 5''' | |'''"IdleTargetFramerate": 5''' | ||
| − | | | + | | |
|- | |- | ||
|'''"ActiveTargetFramerate": 60''' | |'''"ActiveTargetFramerate": 60''' | ||
| − | | | + | | |
|- | |- | ||
|'''"LogFilesEnabled": false''' | |'''"LogFilesEnabled": false''' | ||
| − | | | + | | |
|- | |- | ||
|'''"TimestampLogFilenames": true''' | |'''"TimestampLogFilenames": true''' | ||
| − | | | + | | |
|- | |- | ||
|'''"TimestampLogEntries": true''' | |'''"TimestampLogEntries": true''' | ||
| − | | | + | | |
|- | |- | ||
|'''"GameSettings": {}''' | |'''"GameSettings": {}''' | ||
| − | | | + | | |
|- | |- | ||
|'''"CustomGameModeSettings": {}''' | |'''"CustomGameModeSettings": {}''' | ||
| − | | | + | | |
|- | |- | ||
|} | |} | ||
Revision as of 13:16, 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 dedicatedserver.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 | UDP port used for gameplay netcode (Bolt). |
| "QueryPort": 27016" | UDP port used by Steam to list the server and enable the discovery services. |
| "BlobSyncPort": 9700 | BlobSyncPort UDP port used by the BlobSync system to initialize game systems and exchange data. |
| "ServerName": "Sons Of The Forest Server (dedicated)" | Name of the server visible in the server list, and in the Steam contacts. |
| "MaxPlayers": 8 | |
| "Password": "" | |
| "LanOnly": false | |
| "SaveSlot": 1 | |
| "SaveMode": "Continue" | |
| "GameMode": "Normal" | |
| "SaveInterval": 600 | |
| "IdleDayCycleSpeed": 0.0 | |
| "IdleTargetFramerate": 5 | |
| "ActiveTargetFramerate": 60 | |
| "LogFilesEnabled": false | |
| "TimestampLogFilenames": true | |
| "TimestampLogEntries": true | |
| "GameSettings": {} | |
| "CustomGameModeSettings": {} |
Share your opinion