How to Configure Your Path of Titans Server (Game.ini)

Complete Path of Titans Game.ini reference — server name, players, growth, combat, nesting, maps, day/night cycle, and admin setup.

All server settings are in Game.ini (INI format). Mod configuration uses a separate file, GameUserSettings.ini.

Config File Locations

Game.ini
GameUserSettings.ini
Rules.txt
MOTD.txt

How to Edit

Stop the server

In the XGamingServer Panel, go to Console and stop the server.

Open Game.ini

Click Files in the sidebar and navigate to PathOfTitans/Saved/Config/LinuxServer/Game.ini.

Make changes and save

Edit the settings under the appropriate section header. Click Save Content.

Start the server

Start from Console.

Settings Reference

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
ServerNameMy_ServerBrowser name (use underscores for spaces)
MaxPlayers100Max concurrent players
ServerPassword(empty)Join password — leave empty for public
ServerMapPanjuraActive map: Panjura, Gondwa, or Riparia
bServerPaidUsersOnlyfalseBlock free-to-play users
AFKDisconnectTime600Seconds before AFK kick
MaxCharactersPerPlayer30Character slots per player

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
bServerGrowthtrueEnable growth system (false = all spawn adult)
GlobalPassiveGrowthPerMinute0Passive growth rate (e.g., 0.005 ≈ 3.3 hrs to adult)
QuestGrowthMultiplier1.0Quest growth reward multiplier
QuestMarksMultiplier1.0Quest marks (currency) multiplier
MinGrowthAfterDeath0.5Minimum growth retained after death
HatchlingCaveExitGrowth0.25Starting growth when leaving hatchling cave
ChangeSubspeciesGrowthPenaltyPercent25Growth penalty for changing subspecies
bLoseGrowthPastGrowthStagestrueCan lose growth past stage thresholds

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
bServerNestingtrueEnable nesting system
bNestingDecorationstrueAllow nest decorations
MinNestingGrowth0.75Minimum growth to place a nest
MaxNestRespawnGrowth0.5Max growth for nest respawn
NestBabySlotGenerationTime300Seconds per baby slot
MaxAdoptionGrowth0.5Max growth for adoption
bNestsInvulnerablefalseMake nests indestructible
NestResourceMultiplier1.0Resource cost multiplier for nesting
NestInactiveDespawnTimeSolo120Seconds until an offline nest despawns

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
bPermaDeathfalsePermanent death (character deleted on death)
bServerFallDamagetrueEnable fall damage
CombatDeathGrowthPenaltyPercent10Growth lost on PvP death
FallDeathGrowthPenaltyPercent2Growth lost on fall death
SurvivalDeathGrowthPenaltyPercent5Growth lost on survival death
CombatDeathMarksPenaltyPercent25Marks (currency) lost on PvP death
bServerAntiRevengeKilltrueAnti-revenge-kill system
RevengeKillDistance100000Revenge kill radius (100000 = 1 km)
bServerCombatTimerAppliesToGrouptrueCombat timer shared with group
SpeedhackDetection10 = none, 1 = log, 2 = kick, 3 = ban

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
MaxGroupSize10Max group/party size
bServerAllowChattrueEnable text chat
bServerGlobalChattrueEnable global chat
bServerFishtrueEnable fish AI
bServerWaterQualitySystemtrueWater quality system
bServerHomeCavestrueHome cave system

Under [/Script/PathOfTitans.IGameMode]:

SettingDefaultDescription
bServerRestrictCarnivoreGroupingfalseCarnivores can only group with same species
bServerRestrictHerbivoreGroupingfalseHerbivores can only group with same species

Under [/Script/PathOfTitans.IGameMode]:

SettingDefaultDescription
ServerStartingTime1350Time of day on restart (0–2400 scale)
ServerDayLength60Daytime length in minutes
ServerNightLength30Nighttime length in minutes

Under [/Script/PathOfTitans.IGameSession]:

SettingDefaultDescription
bServerAutoRestartfalseEnable scheduled auto-restarts
RestartLengthInSeconds21600Restart interval (21600 = 6 hours)

CurveOverrides (Per-Dinosaur Stats)

Customize individual dinosaur stats under [/Script/PathOfTitans.IGameSession]:

CurveOverrides=(CurveName="Global.InCombatDuration",Values=(30))
CurveOverrides=(CurveName="DinoName.Core.Damage",Values=(1,1,1,1,1))
CurveOverrides=(CurveName="DinoName.Core.BleedingHealRate",Values=(1,1,1,1,1))

The values tuple maps to growth stages (hatchling → adult). Each override goes on its own line.

Rules and MOTD

Create text files in PathOfTitans/Saved/:

  • Rules.txt — displayed once on first login (player must accept). Reload with /ReloadRules.
  • MOTD.txt — displayed every time a player connects. Reload with /ReloadMOTD. Players can view with /motd.

Supported formatting tags: <title>, <large>, <small>, <red>, <orange>, <yellow>, <green>, <blue>, <purple>, <white>. Close with </>.

Ports

PortDefaultProtocolPurpose
Game7777UDPPrimary game traffic
Reserved7778TCPGame server
RCON7779TCPRemote console (game port + 2)
Stats7780TCPStatistics
Query7781UDPSource Query (game port + 4)

All 5 ports must be open. If you change the game port, the others shift accordingly.

Auth Token (Required)

Path of Titans servers require an Alderon Games auth token. Get yours from the hosting portal. Set via the -AuthToken= startup parameter or AG_AUTH_TOKEN environment variable.

Crossplay

Full crossplay across all platforms: PC (Windows/Mac/Linux), Xbox, PlayStation, Nintendo Switch, iOS, and Android. All connect to the same server.

How is this guide?

40% Off — Limited TimeGet your Path Of Titans server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page