> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dietrich-development.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Wild horse management system for RedM servers with district-based breed spawning

A script for managing wild horses in RedM, allowing server owners to control which horse breeds spawn in specific regions and customize wild horse behavior.

<Info>
  This script provides advanced control over wild horse spawning, including breed-specific management, regional spawning, and automatic horse replacement systems.
</Info>

## Features

<Columns cols={2}>
  <Card title="Horse spawn management" icon="horse">
    Control which horse breeds spawn in different regions of the map with district-based configuration.
  </Card>

  <Card title="Horse blacklisting" icon="ban">
    Prevent specific horse models from spawning as wild horses to maintain server balance.
  </Card>

  <Card title="Horse replacement" icon="arrows-rotate">
    Automatically replace specific horse models with others when they spawn.
  </Card>

  <Card title="Framework support" icon="gears">
    Compatible with VORP Core and RSG Core by default, with custom framework support available.
  </Card>

  <Card title="Debug tools" icon="bug">
    Includes debugging commands to help troubleshoot spawning issues and monitor performance.
  </Card>

  <Card title="Performance optimized" icon="gauge-simple-high">
    Efficient handling of horse spawning to minimize server impact and maintain smooth gameplay.
  </Card>
</Columns>

## Next steps

<Columns cols={2}>
  <Card title="Setup" icon="screwdriver-wrench" href="/scripts/horse-manager/setup">
    Installation, configuration, debugging, and troubleshooting.
  </Card>

  <Card title="Docs home" icon="book-open" href="/">
    Installation basics and links to every script.
  </Card>
</Columns>
