GameServerManagers / GameServerManagers/LinuxGSM

[Server Request] Path of Titans

Open
#3,941 1 comment 1 reaction 0 assignees View on GitHub
type: game server request
Dominant language
Shell
Stars
4.9k
Forks
864
PR merge metrics
No merged PRs in 30d

Description

## 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.