Skip to content

Commit 8ce8aff

Browse files
RobbeBryssinckgitbook-bot
authored andcommitted
GitBook: [#74] No subject
1 parent 9331fc4 commit 8ce8aff

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

guides/server-guide/server-configuration.md

+55-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Everything you need to know about the configuration file
33
---
44

5-
# Server configuration
5+
# Server configuration parameters
66

77
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.
88

@@ -54,6 +54,56 @@ Used to determine how much gold a player loses when they die. When set to 0, pla
5454

5555
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.
5656

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+
57107
### bEnablePvp
58108

59109
#### Description
@@ -149,6 +199,10 @@ Determines the tickrate of the server. Most networks should be able to handle ru
149199

150200
Can be set to `true` for a tickrate of 60 or `false` for a tickrate of 30.
151201

202+
### uMaxPlayerCount
203+
204+
The max number of players that can connect to your server.
205+
152206
### uPort
153207

154208
The port on which the server runs.

0 commit comments

Comments
 (0)