Path of Titans

Have you always wanted to explore a game world as a dinosaur? This is possible in this new survival game. Discover the world through the eyes of many different creatures and survive together with your friends in the breathtaking world of Path of Titans!

Basic-Settings

Create backup

You can create backups for your GPORTAL server if you want to. You receive free storage space for saving your game play.

Note Please note that backups are not created automatically.

How to create a backup via the web interface:

  1. Log on to our website
  2. Click on “My Servers” in the menu on the left
  3. Select the desired server
  4. Click on “Backup” in the “Administration” menu on the left
  5. Click on “Create Backup
  6. The server stops for the backup
  7. After creating the backup, the server restarts automatically

How do I add or remove admins?

You can assign one or more admins for your server. Admins (including yourself) can then also use a number of commands via the in-game console to manage various server settings.

To add admins do the following:

  • First stop your server
  • Search and open the Game.ini for the game (with the editor)
  • Now search for the following line in the file
    [/Script/PathOfTitans.IGameSession]
  • Under the line add the Alderon Games ID (AGID) of the player who should become admin
    NOTE: The AGID is only the number, not the nickname!
    -> Note that only one player per line is possible at a time
    -> If you want to add multiple admins, use multiple lines

Alternatively, you can add or remove admins directly in-game with a command. The command is:

Add an admin: /promote <user> <adminrole>
Remove an admin: /demote <user>

Advanced Settings

Installing mods

As with other games, you can of course install and use mods in Path of Titans. However, there are a few points that you need to keep in mind.

First of all, you need to enter the mod you want to use in the GameUserSettings.ini file.

Add the following line below [PathofTitans.Mods]:

EnabledMods=UGC_M_DYV7XYEGX2_SK

The code UGC_M_DYV7XYEGX2_SK represents the ID of the mod. So you have to adjust this part according to the mod you want to use. If you want to use multiple mods, insert the line several times and always adjust the ID accordingly.

Note Before you edit the file, you must stop your server. After editing the file, you will need to save it and restart the server for your changes to take effect.

Admin commands overview

/savePerforms a server save procedure
/promote <user> <adminrole>Gives a player a specific admin role
/demoteRemoves any admin role from a player
/kick <user> <kickreason>Removes a player from the server (+ message about the reasons)
/ban <user> <banreason>Bans a player (+ message about the reasons)
/restart <seconds>Restarts the server after X seconds
/cancelrestartDeletes the scheduled server restart
/announce <message>Sends a message to every player on the server
/listpoiDisplays all points of interest (POI) on the current map
/listquestsShows all currently available quests
/listrolesLists all currently available roles
/listwatersDisplays all water areas on the current map
/listwaystonesShows all waypoints on the map
/weather <type>Changes the weather to a specific weather type
/timeofday <time>Changes the time of day
/nightChanges day to night
/clearbodies Removes all dead bodies from the map
/waterquality <tag> <0-100%>Changes the quantity of filling of a certain water area
/waystonecooldown <tag> <0-100%>Changes the cooldown of a specific waypoint

Experts server settings

Activate/deactivate dinosaur

When Path of Titans receives an update that brings a new dinosaur into the game, it usually won’t just appear on your server. This requires your consent.

However, you can add or remove dinos relatively easily by editing your server’s Game.ini file.

Proceed as follows:

  • Log in to your GPORTAL account
  • Click on “My Servers” on the left
  • Stop your server (your server must have been started at least once for the following steps to work)
  • Then select your Path of Titans server and click on “Configuration Files” on the left side of the screen.
  • Now select the following entry in the dropdown menu
    PathOfTitans\Saved\Config\WindowsServer\Game.ini
  • At the top of Game.ini you should see the following line
    [/Script/PathOfTitans.IGameSession]
  • Now, below the line, type in the dinosaurs you want to allow on your server, using the following pattern:
    AllowedCharacters=NameOfDino
  • If you want to allow more than one dinosaur, you have to create an extra line for each one.
  • Click on Save and then restart your server

Change stats of the dinos

Just like activating and deactivating dinosaurs on your server, you can use the Game.ini file to adjust the individual status values of your dinosaurs to your liking.

These changes are also noted below the header in the Game.ini file. You have to insert a separate line for EACH change for EACH dinosaur. This can then look like this, for example:

CurveOverrides=(CurveName="NameofDino.Core.BleedingHealRate",Values=(1,1,1,1,1)) 
CurveOverrides=(CurveName="NameofDino.Core.MaxOxygen",Values=(150,250,350,450,550))

As you can see, there are 5 values behind each variable. These stand for the 5 “age stages” of a dinosaur:

  • Hatchling
  • Juvenile
  • Adolescent
  • Sub-Adult
  • Adult

There is a wide range of stats that you can change using this method. In the following list you will find all variables.

MaxHealth
MaxStamina
CombatWeight
Armor
MovementSpeedMultiplier
SprintingSpeedMultiplier
TrottingSpeedMultiplier
BodyFoodAmount
MaxHunger
MaxThirst
HungerDepletionRate
ThirstDepletionRate
FoodConsumptionRate
WaterConsumptionRate
MaxOxygen
OxygenDepletionRate
OxygenRecoveryRate
FallingLegDamage
LegHealRate
BleedingRate
BleedingHealRate
PoisonRate
PoisonHealRate
VenomRate    
VenomHealRate
HungerDamage
ThirstDamage
OxygenDamage
PoisonDamage
LimpHealthThreshold
BodyFoodCorpseThreshold
HealthRecoveryRate
StaminaRecoveryRate
GrowthPerSecond
FallDeathSpeed
TurnRadiusMultiplier
TurnInPlaceRadiusMultiplier