Jump to content

help Ark server linux VPS Issues with settings


Recommended Posts

Ark server linux VPS Issues with settings

Hello I have followed a  guide located at https://www.linode.com/docs/game-servers/create-an-ark-survival-evolved-server-on-ubuntu-16-04/     

The server works and I can connect to it and but the problem is that is doesnt seem to load any of my settings from Gameusersettings.ini 

Im not sure if its a problem with the service that starts the server or with my settings. 

here is my gameusersettings 


 


[ServerSettings]
allowThirdPersonPlayer=1
alwaysNotifyPlayerJoined=1
alwaysNotifyPlayerLeft=1
DayCycleSpeedScale=1.00000
DayTimeSpeedScale=1.00000
NightTimeSpeedScale=1.00000
DinoCharacterFoodDrainMultiplier=1.00000
DinoCharacterHealthRecoveryMultiplier=1.00000
DinoCharacterStaminaDrainMultiplier=1.00000
DinoCountMultiplier=1.00000
DinoDamageMultiplier=1.00000
DinoResistanceMultiplier=1.00000
globalVoiceChat=0
HarvestAmountMultiplier=1.00000
HarvestHealthMultiplier=1.00000
MaxStructuresInRange=6700
noTributeDownloads=0
PreventDownloadSurvivors=0
PreventDownloadItems=0
PreventDownloadDinos=0
PlayerCharacterFoodDrainMultiplier=1.00000
PlayerCharacterHealthRecoveryMultiplier=1.00000
PlayerCharacterStaminaDrainMultiplier=1.00000
PlayerCharacterWaterDrainMultiplier=1.00000
PlayerDamageMultiplier=1.00000
PlayerResistanceMultiplier=1.00000
proximityChat=0
ResourceNoReplenishRadiusPlayers=1.00000
ResourceNoReplenishRadiusStructures=1.00000
ResourcesRespawnPeriodMultiplier=1.00000
ServerAdminPassword=******
ServerCrosshair=1
serverForceNoHud=0
serverHardcore=0
ServerPassword=******
serverPVE=0
ShowMapPlayerLocation=1
StructureDamageMultiplier=1.00000
StructureResistanceMultiplier=1.00000
TamedDinoDamageMultiplier=1.00000
TamedDinoResistanceMultiplier=1.00000
TamingSpeedMultiplier=1.00000
XPMultiplier=1.00000
EnablePVPGamma=1
SpectatorPassword=
DifficultyOffset=0.50000
Banlist="http://arkdedicated.com/banlist.txt"
PvPStructureDecay=0
AdminLogging=0
MaxTamedDinos=8000
KickIdlePlayersPeriod=1800
PerPlatformMaxStructuresMultiplier=1.00000
StructureDamageRepairCooldown=180
bForceAllStructureLocking=1
AutoDestroyOldStructuresMultiplier=0.00000
bUseVSync=0
MaxPlatformSaddleStructureLimit=141
bPassiveDefensesDamageRiderlessDinos=1
RCONPort=27020
AutoSavePeriodMinutes=20
RCONServerGameLogBuffer=600
OverrideStructurePlatformPrevention=0
PreventOfflinePvPInterval=60.0
bPvPDinoDecay=1
bPvPStructureDecay=1
DisableImprintDinoBuff=1
AllowAnyoneBabyImprintCuddle=1
EnableExtraStructurePreventionVolumes=0
ShowFloatingDamageText=1
DestroyUnconnectedWaterPipes=0
OverrideOfficialDifficulty=1.0
TheMaxStructuresInRange=10500
MinimumDinoReuploadInterval=0
NPCNetworkStasisRangeScalePlayerCountStart=70
NPCNetworkStasisRangeScalePlayerCountEnd=120
NPCNetworkStasisRangeScalePercentEnd=0.50
MaxPersonalTamedDinos=500
AutoDestroyDecayedDinos=1
ClampItemSpoilingTimes=0
UseOptimizedHarvestingHealth=0
AllowCrateSpawnsOnTopOfStructures=1
ForceFlyerExplosives=0
PreventOfflinePvP=1
AllowFlyingStaminaRecovery=1
AllowMultipleAttachedC4=1
OxygenSwimSpeedStatMultiplier=1.00
bPvEDisableFriendlyFire=1
ServerAutoForceRespawnWildDinosInterval=86400
DisableWeatherFog=0
RandomSupplyCratePoints=0
CrossARKAllowForeignDinoDownloads=1
PersonalTamedDinosSaddleStructureCost=19
[/script/engine.gamesession]
MaxPlayers=70
[SessionSettings]
SessionName=*****
[MessageOfTheDay]
Duration=30
Message=Welcome to your new life

I only changed the in the service 

[Unit]
Description=ARK Survival Evolved
[Service]
Type=simple
Restart=on-failure
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
User=ark
Group=ark
ExecStartPre=/home/ark/steamcmd +login anonymous +force_install_dir /home/ark/server +app_update 376030 +quit
ExecStart=/home/ark/server/ShooterGame/Binaries/Linux/ShooterGameServer CrystalIsles?listen?SessionName=**** -server -log
ExecStop=killall -TERM srcds_linux
[Install]
WantedBy=multi-user.target
Link to comment
Share on other sites

A couple of things spring to mind...

1. You need to stop the server, edit the ini files, then restart the server.
If you edit the files while the server is running, it will ignore the changes and over-write the files.

2. Which directory are you putting the ini files into ?

3. I can't see where you've specified your port and query port numbers.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...