Hi,
Today I got my server running on my linux machine and everything was running smoothly.
However, when players log out and log back in, they have to make a new character. This happens every time.
I've tried to solve this by adding additional options such as ServerHardcore=false and saving the server manually via the in game console. None of these have worked.
Currently I'm starting the server with these options:
Bash: server_start.sh
#!/bin/bash
./ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?QueryPort=27015?listen?SessionName=xxxx?MaxPlayers=50?ServerAdminPassword=xxxx?ServerPVE=true?ServerCrosshair=true?AllowThirdPersonPlayer=true?MapPlayerLocation=true?ServerHardcore=false -server -log
I don't really know what else to do. I'm not sure if the server is logging anything at all as I can't find any logs.
Thanks in advance