Page cover image

💻How to setup Path of Titans

This only applies to Path of Titans Manager, we will not help you setup game servers or help with server side. Ask official game developers or hosting provider.

How to Setup

Example Game.ini

[SourceRCON]
bEnabled=true
bLogging=true
Password="password"
Port=8888
IP="88.77.66.55"
MaxFailedAttempts=5
Timeout=60
MaxConnectionsPerIP=3
Use Game.ini settings like this for /setup command
How to configure a server for source RCON
Use this tool to test if connection is correct then use its setting for Path of Titans Manager

RCON commands & Webhooks

Official Path of Titans discord server if you need help setting up RCON.

Example game.ini

[/Script/PathOfTitans.IGameSession]
ServerName=Path of Titans Manager
ServerMap=Island
MaxPlayers=50
OverrideWaystoneCooldown=-1
MaxCompleteQuestsInLocation=0
ServerDiscord=
RestartLengthInSeconds=10800
bServerAllowMap=false
bServerAllowMinimap=false
bServerQuest=false
bServerHomeCaves=false
bServerEditAbilitiesInHomeCaves=false
bServerHatchlingCaves=false
GlobalPassiveGrowthPerMinute=0.05
QuestGrowthMultiplier=0
bLoseGrowthPastGrowthStages=true
CombatDeathMarksPenaltyPercent=100
CombatDeathGrowthPenaltyPercent=100
FallDeathMarksPenaltyPercent=100
FallDeathGrowthPenaltyPercent=100
SurvivalDeathMarksPenaltyPercent=100
SurvivalDeathGrowthPenaltyPercent=100
MaxClientPingMs=0
MaxClientPingDuration=0
ServerLogoutTime=30
SpeedhackDetection=0
ServerAdmins=000-000-000
AFKDisconnectTime=3600

[/Script/PathOfTitans.IGameMode]
ServerStartingTime=0900

[SourceRCON]
bEnabled=true
bLogging=true
Password=password
Port=9999

[ServerWebhooks]
bEnabled=true
PlayerReport="https://discord.com/api/webhooks/103923624919146501/"
PlayerLogin="https://discord.com/api/webhooks/103923624919146501/"
PlayerLogout="https://discord.com/api/webhooks/103923624919146501/"
PlayerLeave="https://discord.com/api/webhooks/103923624919146501/"
PlayerKilled="https://discord.com/api/webhooks/103923624919146501/"
PlayerRespawn="https://discord.com/api/webhooks/103923624919146501/"
PlayerMessage="https://discord.com/api/webhooks/103923624919146501/"
PlayerWaystone="https://discord.com/api/webhooks/103923624919146501/"
ServerRestart="https://discord.com/api/webhooks/103923624919146501/"
AdminSpectate="https://discord.com/api/webhooks/103923624919146501/"

Last updated