|
2 | 2 | description: Everything you need to know about the configuration file
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -# Server configuration |
| 5 | +# Server configuration parameters |
6 | 6 |
|
7 | 7 | To configure the server, simply go to the folder where Skyrim Together is installed, then go into the `config` folder and open `STServer.ini`. Here, you can configure all the server settings. Alternatively, you can use the command line in the server console when you have opened the server. Use /help to display all the possible commands.
|
8 | 8 |
|
@@ -54,6 +54,56 @@ Used to determine how much gold a player loses when they die. When set to 0, pla
|
54 | 54 |
|
55 | 55 | This is a factor. It can be set to anything between 0 and 1. For example, if you want the player to lose 5% of its gold on death, set it to 0.05.
|
56 | 56 |
|
| 57 | +### bEnableItemDrops |
| 58 | + |
| 59 | +#### Description |
| 60 | + |
| 61 | +Disabling this will make it so that dropping items in the world is not synced. Dropping items has caused crashes in the past, and picking them up is often not synced anyway, so we recommend you keep it at the default, which is "off". |
| 62 | + |
| 63 | +#### Options |
| 64 | + |
| 65 | +Can be set to `true` or `false`. |
| 66 | + |
| 67 | +### bEnableXpSync |
| 68 | + |
| 69 | +#### Description |
| 70 | + |
| 71 | +Determines whether the xp sync system is enabled or not. |
| 72 | + |
| 73 | +#### Options |
| 74 | + |
| 75 | +Can be set to `true` or `false`. |
| 76 | + |
| 77 | +### uTimeScale |
| 78 | + |
| 79 | +#### Description |
| 80 | + |
| 81 | +Determines how fast the time in Skyrim progresses. |
| 82 | + |
| 83 | +#### Options |
| 84 | + |
| 85 | +Can be set to a number between `0` and `1000`. |
| 86 | + |
| 87 | +### bEnableDeathSystem |
| 88 | + |
| 89 | +#### Description |
| 90 | + |
| 91 | +Determines whether the Skyrim Together Reborn custom death system is enabled. This should ONLY be turned off if you know what you're doing, and if you have a suitable death mod that replaces the mechanics. Reloading old saves every time you die **will** cause issues. |
| 92 | + |
| 93 | +#### Options |
| 94 | + |
| 95 | +Can be set to `true` or `false`. |
| 96 | + |
| 97 | +### bSyncPlayerHomes |
| 98 | + |
| 99 | +#### Description |
| 100 | + |
| 101 | +Determines whether chests in player homes are synced. Beware that long term storage is not consistent in Skyrim. By default, this option is disabled so that players can use their homes to safely dump items in their chests as a form of long term storage. |
| 102 | + |
| 103 | +#### Options |
| 104 | + |
| 105 | +Can be set to `true` or `false`. |
| 106 | + |
57 | 107 | ### bEnablePvp
|
58 | 108 |
|
59 | 109 | #### Description
|
@@ -121,6 +171,8 @@ This is the mod policy feature, as descripted in the "**Features**" page. To use
|
121 | 171 |
|
122 | 172 | Can be set to `true` or `false`.
|
123 | 173 |
|
| 174 | +{% embed url="https://wiki.tiltedphoques.com/tilted-online/guides/server-guide/windows-setup/regular-setup/explaining-benablemodcheck#what-does-benablemodcheck-do" %} |
| 175 | + |
124 | 176 | ### sPassword
|
125 | 177 |
|
126 | 178 | #### Description
|
@@ -149,6 +201,10 @@ Determines the tickrate of the server. Most networks should be able to handle ru
|
149 | 201 |
|
150 | 202 | Can be set to `true` for a tickrate of 60 or `false` for a tickrate of 30.
|
151 | 203 |
|
| 204 | +### uMaxPlayerCount |
| 205 | + |
| 206 | +The max number of players that can connect to your server. |
| 207 | + |
152 | 208 | ### uPort
|
153 | 209 |
|
154 | 210 | The port on which the server runs.
|
0 commit comments