Server Manager v1.0.0
Getting Started
Welcome to the Ashen Age Server Manager documentation. This comprehensive mod provides server administrators with powerful tools to enhance gameplay, manage server events, and create engaging experiences for your Path of Titans community.
Overview
The Server Manager is a complete server administration suite that includes:
- Disease Manager - Dynamic disease system that affects gameplay
- Weather Manager - Advanced weather control and effects
- Disaster & Events Manager - Random events and catastrophic disasters
- Minigames - Community engagement through mini-games
- Custom Commands - Extended admin and player command system
Installation
Installation Steps
- Open your server's
GameUserSettings.inifile - Add the mod SKU to the
[PathOfTitans.Mods]section - Restart your server to load the mod
[PathOfTitans.Mods]
EnabledMods=UGC_M_N2R01WYE3D_SKBasic Setup Instructions
The core of the Ashen Age Server Manager is the "Ashen Age Manager" creator mode object, it plays a very important role in managing the players and the commands, without it you will run into issues with 90% of the commands.
Step-by-Step Setup
- Spawn the Manager Object
Spawn in the "Ashen Age Manager" Creator Mode Object - Wait for Initialization
Wait around 15 seconds for it to vanish - Save Creator Mode
Use/SaveCreatorMode NAMEto save a creator mode save with the manager object in where NAME is the save name of your choice - Access Game Configuration
Open Game.ini in your Path Of Titans server either via your file explorer of choice or via your hosted servers management panel - Locate Game Mode Section
Find the[/Script/PathOfTitans.IGameMode]section - Add Configuration Line
Add the following line to it:DefaultCreatorModeSave=NAMEwhere NAME is the name you chose on step 3 - Complete!
That's it! Now when your server restarts the Ashen Age Manager object will be present and you will be able to use the commands.
Critical Setup Step: The Ashen Age Manager object is essential for 90% of the mod's commands to function properly. Without completing this setup, most features will not work.
Game.ini Configuration
The Ashen Age Server Manager uses a custom [AshenAge] section in your Game.ini to toggle features on and off. Add this section to enable the features you want:
[AshenAge]
ScentSystem=true
MinigamesEnabled=true
AllowBoneSpawning=true
DisastersEnabled=true
AllowFloatingDamage=true
WeatherSystem=true
DiseaseManager=true
HardcoreMode=falseAvailable Settings
- ScentSystem - Coming Soon
- MinigamesEnabled - Coming Soon
- AllowBoneSpawning - Allows bone props to spawn in the world
- DisastersEnabled - Coming Soon
- AllowFloatingDamage - Shows floating damage numbers during combat
- WeatherSystem - Coming Soon
- DiseaseManager - Coming Soon
- HardcoreMode - Coming Soon
Note: If the
[AshenAge] section is not present in your Game.ini, all settings default to false (disabled). Only add the settings you want enabled.