Egg Repository

Pterodactyl Community Egg Repository

Path Of Titans

Path of Titans is a multiplayer dinosaur survival video game. Survive as a dinosaur in a rich ecosystem filled with intelligent AI creatures and up to 200 other players.

Read Me

Path Of Titans

Install notes

This could be a little buggy or not well tested because made on the fast hand.

You need to open these ports before running the server 7777, 7778, 7779, 7780, 7781. They are require for RCON, seeing your servr on the list and etc.

Other documentation

If you are experienced the I could reccomend using this documentation website on the github DOCS

Get the AUTH token at https://alderongames.com/oauth/hosting-token. p.s. YOU NEED TO OWN the game

Server Ports

Ports required to run the server in a table format.

Port default
Game 7777
Reserved port 7778
Rcon 7779
Stats 7780
Query 7781

Notes

7777 is the default port, but any port can be used. You need to assign to network port 7779 if you want to use RCON Also you need to open port 7778 and 7781 for the query, so it can appear on the server list. 7780 is Stats port.

7777, 7781 open for UDP 7778, 7779, 7780 both protocols

Yolks
NameTag
ghcr.io/ptero-eggs/yolks:debianghcr.io/ptero-eggs/yolks:debian
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Server MapSERVER_MAPIslandYesYes
Max PlayersSERVER_MAX_PLAYERS100YesYes
Server nameSERVER_NAMEYoutServerNameYesYes
GUIDUse https://guidgenerator.com/SERVER_GUIDYesYes
BranchChoose between production or demo-public-testBETA_BRANCHproductionYesYes
Database modeServer can use a Local or Remote Database. Specified using Local or Remote. We recommend using a Local Database unless you plan on connecting shared character data between servers.SERVER_DBLocalYesYes
Auth TokenGet your AUTH token there https://alderongames.com/oauth/hosting-token !!YOU NEED TO OWN THE GAME!!AG_AUTH_TOKENYesYes
Query portQUERY_PORT7778YesNo
Rcon portRCON_PORT7779YesNo
Install Script
#!/bin/bash
apt-get update && apt-get install -y --no-install-recommends apt-utils apt-transport-https ca-certificates libunwind8 icu-devtools openssl libkrb5-3 zlib1g libuuid1 dos2unix gnupg gnupg2 debian-archive-keyring gcc g++ lib32gcc-s1 lib32z1 lib32stdc++6 iproute2 gdb libsdl1.2debian libfontconfig libcurl4
apt-get autoremove --purge -y
mkdir -p /mnt/server
cd /mnt/server && curl -o AlderonGamesCmd-Linux https://launcher-cdn.alderongames.com/AlderonGamesCmd-Linux-x64
chmod +x /mnt/server/AlderonGamesCmd-Linux
chown -R root:root /mnt
export HOME=/mnt/server