DreamsideInteractive / FrozenFlameServer

Frozen Flame Dedicated Server
18 stars 18 forks source link

About Linux Server #4

Open Minidoracat opened 1 year ago

Minidoracat commented 1 year ago

I'm using Ubuntu and using FrozenFlameServer.sh, where should I put the Command line arguments? In addition, after I add parameters in \FrozenFlame\Saved\Config\LinuxServer\Game.ini, it will clear the parameters after starting the server. Is this a bug?

ChesterLee65535 commented 1 year ago

Edit your FrozenFlameServer.sh like below:

!/bin/sh

UE4_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f) UE4_PROJECT_ROOT=$(dirname "$UE4_TRUE_SCRIPT_NAME") chmod +x "$UE4_PROJECT_ROOT/FrozenFlame/Binaries/Linux/FrozenFlameServer" "$UE4_PROJECT_ROOT/FrozenFlame/Binaries/Linux/FrozenFlameServer" FrozenFlame -LOCALLOGTIMES -MetaGameServerName='My Server' "$@"