Deliverance Totems — Horse Courage Training
Use totem items to summon hostile predators beside your mounted horse and forge
its bravery through real exposure. Pull a totem from your inventory, stay in the
saddle, and use it — an alligator erupts from the marsh grass, a rattlesnake
drops into the trail ahead, a black bear crashes out of the brush. Your horse
faces it. That is how courage gets built.
Four totems ship ready to use, but the config is a plain table. Add any animal
that has a ped model in RDR2 in a single line — no edits to protected code needed.
Features
- Four totem items out of the box: Gator, Snake, Gerald’s Totem, Yogi’s Totem
- Server-authoritative item consumption — no duplication exploits possible
- Horse-mount requirement enforced with instant client-side feedback
- Fully config-driven — add or swap animals in
config.lua, never touch server/client lua Config.Debugtoggle for verbose[C]/[S]console logging during setup- 0.01ms resource monitor idle
Dependencies
Installation
- Drop
deliverance-totemsinto yourresourcesdirectory - Add
ensure deliverance-totemstoserver.cfgaftervorp_coreandvorp_inventory - Add the totem items to your
vorp_inventoryitems list
Items to register:
| Item Name | Label |
|---|---|
gator_totem |
Gator Totem |
snake_totem |
Snake Totem |
gerald_totem |
Gerald’s Totem |
yogi_totem |
Yogi’s Totem |
Adding Custom Animals
Open config.lua and add a line to Config.Totems:
Config.Totems = {
{ item = 'gator_totem', model = 'a_c_alligator_03' },
{ item = 'snake_totem', model = 'a_c_snakeblacktailrattle_01' },
{ item = 'wolf_totem', model = 'A_C_Wolf' }, -- example
}
Download here FREE: JP Scripts Tebex
