LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

[Server Request] Path of Titans

Open Midnight-Vortex opened this issue 1 year ago • 0 comments

What game server would you like to add?

Path of Titans

Can you link to any tutorials or guides?

Any player who has the game can create the auth key, which means you can put it in the config to match. https://github.com/Alderon-Games/pot-community-servers/wiki/Hosting-on-your-own-hardware

Linux Server file for download the server with update path https://launcher-cdn.alderongames.com/AlderonGamesCmd-Linux-x64

Important Note: Alderon Games Cmd does not currently update itself, it's recommended you might have to download it when building a container so to ensure it's up to date. We plan on adding this in the future, however it won’t get changed often and old versions should still work.

Provide any useful documentation or resources that might help.

Startfile

export BETA_BRANCH="production"
export AG_AUTH_TOKEN="authtoken"
export SERVER_GUID=""
export DATABASE="Local"
export PORT=""
export IP=""

echo Starting Server
"/home/kwens/pathoftitans/PathOfTitans/Binaries/Linux/PathOfTitansServer-Linux-Shipping" -log -Port=$PORT -BranchKey=$BETA_BRANCH -AuthToken=$AG_AUTH_TOKEN -ServerGUID=$SERVER_GUID -Database=$DATABASE -ServerListIP=$IP

Update path

export BETA_BRANCH="production"
export INSTALL_DIR="./"
export AG_AUTH_TOKEN=""
./AlderonGamesCmd --game path-of-titans --server true --beta-branch $BETA_BRANCH  --auth-token $AG_AUTH_TOKEN --install-dir ./

Is the server on Steam?

  • [ ] Yes
  • [x] No

Is the server supported on Linux?

  • [x] Yes
  • [ ] No

We only support Linux servers and do not support Wine.

  • [x] Yes
  • [ ] No

Midnight-Vortex avatar Aug 09 '22 06:08 Midnight-Vortex