Shout on Horse [Standalone]

Enhance your horse riding experience with immersive voice lines! Your character will naturally react while riding, jumping, and interacting with their horse, just like in the original RDR2 story mode.

:sparkles: Features

  • Dynamic voice lines when spurring your horse
  • Authentic calming voices when patting your horse
  • Realistic reactions during horse jumps
  • Gender-specific voice lines (male/female characters)
  • Smooth voice line transitions with cooldown system
  • Network sync - all players can hear your character’s reactions
  • Uses original RDR2 voice lines
  • Realistic event-based detection for horse interactions

:video_game: Preview

Video Preview

:inbox_tray: Installation

  1. Download the bln_horse_shouts script
  2. Place it in your server’s resources folder
  3. Add ensure bln_horse_shouts to your server.cfg

:hammer_and_wrench: Configuration

The script is highly configurable through the config.lua file:

Config = {
    MinTimeBetweenVoices = 5.0,    -- Minimum time between voice lines
    MaxTimeBetweenVoices = 15.0    -- Maximux time between voice lines
    ChanceToSpeak = 85,            -- Percentage chance to trigger voice lines

■■■■■■■■■■■■■■■■■■
        male = {
            sprint = {...},         -- Voice lines for spurring
            pat = {...},           -- Voice lines for calming
            jump = {...}           -- Voice lines for jumping
        },
        female = {
            -- Female character voice lines
            ...
        }
    }
}

Downlaod

Get it now

Code is accessible Yes
Subscription-based No
Lines (approximately) ~120s
Requirements N/A
Support Yes
4 Likes

Support :speech_balloon:

Need help? Join our Discord server:

Join Discord

New update v1.0.1 available for bln_horse_shouts

Changelog

Fixed

  • Ped male check issue
  • Duplicate Speech handler removed.

Updated Files
• c/c_main.lua (modified)
• fxmanifest.lua (modified)