Editing STServer.ini
The default
STServer.ini
config file will look like this:[general]
sLogLevel=info
bConsole=true
[LiveServices]
bAnnounceServer=true
[Gameplay]
fGoldLossFactor=0
bEnablePvp=false
bEnableGreetings=false
uDifficulty=4
[ModPolicy]
bAllowMO2=true
bAllowSKSE=true
bEnableModCheck=false
[GameServer]
sPassword=
sAdminPassword=
sServerName=Dedicated Together Server
bPremiumMode=true
uPort=10578
On the following page, the guide will explain what the
bEnableModCheck
is and how to properly configure it.We'll give you an example of how to set up a config file in this section. If you require further explanation of the parameters, we will refer you to this page.
[general]
sLogLevel=info # Logs everything
bConsole=true # Enables interactive console is enabled or not
[LiveServices]
bAnnounceServer=true # Makes it show on the global server list
[Gameplay]
fGoldLossFactor=0 # Disables players losing gold on deaths
bEnablePvp=true # Enables PVP
bEnableGreetings=false # Disables NPCs greeting
uDifficulty=5 # Setting the difficulty level at Legendary
[ModPolicy]
bAllowMO2=true # Allows using ModOrganizer2
bAllowSKSE=true # Allows SKSE
bEnableModCheck=false # Disables verifying connecting users loadorder.txt (more on that later)
[GameServer]
sPassword=mySuperServerPassword # Setting the password to mySuperServerPassword
sAdminPassword=thisdoesntmatter # Setting the admin password to thisdoesntmatter
sServerName=My Very Best Server # Setting the server name to be "My Very Best Server"
bPremiumMode=true # Setting the tickrate to 60
uPort=10578 # Setting the port to 10578 (important!)
Last modified 1yr ago