[LINUX] Saving character + GameSettings issues

Get assistance with hosting your own ARK server here.
Post Reply
VleNiK
Posts: 1
Joined: Thu Oct 15, 2015 1:40 pm

[LINUX] Saving character + GameSettings issues

Post by VleNiK » Thu Oct 15, 2015 1:54 pm

Hello lads!

First post here, hoping someone can help me with the problems I'm having while running my own dedicated server on my kubuntu machine...
I've installed an Ark dedicated server with the guidance of

http://ark.gamepedia.com/Dedicated_Server_Setup

So far so good, it runs, players can join and have some fun... BUT...

Issue #1:
If a player has played for quite some time and logs off, the next time he logs on he has to create a new character.
Although, his body is just laying there on the floor?...
So I've searched the internet for a solution but nevertheless, nothings works :-s
Creating a bed, cheating with console command 'cheat saveworld', 'admincheat save', 'admincheat saveworld'...
A pain in the ass if you've created your own fort and have to start all over again, and again...

Any help?

Issue #2:
inside my etc/systemd/system folder I've created the 'ark-dedicated.service' file with some parameters in it...
When my machine boots, the server starts w/o problems.
But when i request the status of the server with command "

Code: Select all

systemctl status ark-dedicated.service
" it gives me several errors:

Code: Select all

Oct 15 22:11:00 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:28] Unknown section 'MessageOfTheDay'....oring.
Oct 15 22:16:25 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:6] Unknown section '/Script/Engine.Gam...oring.
Oct 15 22:16:25 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:20] Unknown section 'ServerSettings'. Ignoring.
Oct 15 22:16:25 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:29] Unknown section 'MessageOfTheDay'....oring.
Oct 15 22:16:26 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:6] Unknown section '/Script/Engine.Gam...oring.
Oct 15 22:16:26 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:20] Unknown section 'ServerSettings'. Ignoring.
Oct 15 22:16:26 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:29] Unknown section 'MessageOfTheDay'....oring.
Oct 15 22:26:06 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:6] Unknown section '/Script/Engine.Gam...oring.
Oct 15 22:26:06 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:20] Unknown section 'ServerSettings'. Ignoring.
Oct 15 22:26:06 vlenik-srv systemd[1]: [/etc/systemd/system/ark-dedicated.service:29] Unknown section 'MessageOfTheDay'....oring.
I've no idea what I'm doing wrong :s

My service-file looks like this:

Code: Select all

[Unit]
Description=ARK: Survival Evolved dedicated server
Wants=network-online.target
After=syslog.target network.target nss-lookup.target network-online.target

[/Script/Engine.GameSession]
MaxPlayers=10

[Service]
ExecStart=/home/steam/servers/ark/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?listen?SessionName=VleNiksServer?ServerAdminPassword=**** -server -log 
LimitNOFILE=100000
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
User=steam
Group=steam

[Install]
WantedBy=multi-user.target

[ServerSettings]
HarvestAmountMultiplier=2.0
TamingSpeedMultiplier=3
XPMultiplier=2
ServerPVE=True
ServerAdminPassword=****
AutoSavePeriodMinutes=5.000000


[MessageOfTheDay]
Message=Welcome to our VleNiks Ark. Enjoy your stay!
Duration=20
Could anyone give me some advice?
Or if you need some more information, please feel free to ask!

Thanks in advance!

Post Reply