Path of Titans PTR Tidbits
PTR Tidbits Documentation
Custom Webhooks
HeavyWoundsAlert webhook will send a webhook with Victim and Attacker related information when the Victims health percent falls below HeavyWoundAlertPercent.
- Requires the PTRManager Creator Mode Object to be placed.
Default Game.ini settings:
[ServerWebhooks]HeavyWoundsAlert="https://discord-webhook-url-here/"
[PTRSettings]HeavyWoundAlertPercent=0.23Albino Debuff
If a player uses the “Albino” skin, they will be given the Albino Debuff effect. This effect reduces their MaxHealth by 15%. Disabled by default
- Requires the PTRManager Creator Mode Object to be placed.
Default Game.ini settings:
[PTRSettings]AlbinoDebuffEnabled=falseMauled System
If a player falls below MauledHealthPercent health, does not have Mauled, and was damaged by another player, they will receive the hidden “MauledTimer” effect. This effect will last for SecondsBeforeMauling seconds. After it is over, the player will receive the “Mauled” effect for MauledDuration seconds. While a player is Mauled, they can only heal by sleeping. Their CombatWeight and MovementSpeedMultiplier is reduced by 5%.
- Requires the PTRManager Creator Mode Object to be placed.
Default Game.ini settings:
[PTRMauled]MauledEnabled=falseMauledHealthPercent=0.3SecondsBeforeMauling=300MauledDuration=1200Commands
All commands require the PTRManager Creator Mode Object to be placed.
/blind 1-10/off - Used to optionally toggle blindness screen effects. Some effects can be combined. Use the same command to toggle the effect off, or use /blind off to disable all effects.
/bright - Toggles a preset saturation amount for the players skin. Effect will persist through restarts until player uses the command again. Requires DullEnabled=true to be enabled
/dull - Toggles a preset desaturation amount for the players skin. Effect will persist through restarts until player uses the command again. Requires BrightEnabled=true to be enabled
Bright and Dull default Game.ini settings
[PTRSettings]DullEnabled=falseBrightEnabled=falseDullAmount=0.3 ; For both dull and bright amount it is not recommened to go higher than 1 or -1BrightAmount=-0.2 ; BrightAmount should always be a negative numberAdmin Only Commands:
/blindplayer Username/AGID 1-10/off - Works the same as /blind but can be used on another player. RCON supported
/applymauled Username/AGID - Used to apply Mauled to the specified player. If no player is specified, applies Mauled to yourself. RCON supported
/removemauled Username/AGID - Used to removed Mauled from the specified player. If no player is specified, removes Mauled from yourself. RCON supported
All admin commands use their command name to give permission. For example, if you want to give a role permission to use /blindplayer use +Permission=blindplayer