- Drac346 EpikFail
Atlas Dedicated Server Setup Guide - Part 9: Update Server Configs
Each server stores individual map configuration. One map can have different settings from another map.
./ShooterGame/Saved/A1 Is Map A1 (or grid 0,0)
./ShooterGame/Saved/A2 Is Map A2 (or grid 0,1)
./ShooterGame/Saved/B1 Is Map B1 (or grid 1,0)
./ShooterGame/Saved/B2 Is Map B2 (or grid 1,1)
These should match our "Save Folder Name:" that we used when starting the server.
We are going to modify One of the Server Config files, you will need to reproduce the changes for EACH server.
The files we want are stored in ./ShooterGames/Saved//Config/WindowsServer We will be modifying the file GameUserSettings.ini
Bonuses and RCON
You can google what most of these do, but here is what we want. Previously, we documented the following changes A1
KillXPMultiplier=2.0
HarvestXPMultiplier=2.0
CraftXPMultiplier=2.0
GenericXPMultiplier=2.0
SpecialXPMultiplier=2.0
We are going to expand that list with a few more settings (including the RCON port from our spreadsheet):
ServerPVE=1
ServerAdminPassword=DracTestRCONPW
RCONEnabled=True
RCONPort=24000
Combine both of those and add them below [ServerSettings] It should look something like this:
[ServerSettings]
KillXPMultiplier=2.0
HarvestXPMultiplier=2.0
CraftXPMultiplier=2.0
GenericXPMultiplier=2.0
SpecialXPMultiplier=2.0
ServerPVE=1
ServerAdminPassword=DracTestRCONPW
RCONEnabled=True
RCONPort=24000
ShowMapPlayerLocation=True
AllowThirdPersonPlayer=True
PvPStructureDecay=True
ServerCrosshair=True
EnableHealthbars=True
RCONPort=27020
TheMaxStructuresInRange=10500.000000
OxygenSwimSpeedStatMultiplier=1.000000
StructurePreventResourceRadiusMultiplier=1.000000
TribeNameChangeCooldown=15.000000
AllowHideDamageSourceFromLogs=True
RaidDinoCharacterFoodDrainMultiplier=1.000000
PvEDinoDecayPeriodMultiplier=1.000000
KickIdlePlayersPeriod=3600.000000
PerPlatformMaxStructuresMultiplier=1.000000
AutoSavePeriodMinutes=5.000000
ListenServerTetherDistanceMultiplier=1.000000
MaxTamedDinos=5000.000000
RCONServerGameLogBuffer=600.000000
ShowFloatingDamageText=True
AllowHitMarkers=True
TribeJoinInterval=10.000000
Save the file.
Make the same changes on the other server GameUserSettings.ini files. If you have a 2x2 map, then you will need to do this 4 times in total