A developer-focused Animation Explorer for RedM, designed to help you quickly search, preview, and configure animations with ease. Perfect for scripters who need a fast way to browse animation dictionaries, test flags, tweak speeds, and copy-ready values for use in scripts.
- Search any animation by name in real time.
- Type multiple terms to refine results.
- Prefix a term with ! to exclude animations containing that word.
Example: Searching walk !drink will show all animations that include “walk” but exclude any dictionary with “drink”.
- Choose animation flags from a friendly selector.
- Configure:
- Blend In Speed
- Blend Out Speed
- Playback Rate
- Choose the entity on which the animation will play.
Default: PlayerPedId()Optionally type entity ID.
- A small, read-only text area displays:
- Animation Dictionary
- Animation Clip
- Animation Flags
Quick-copy and paste directly into your RedM script.
- Download the latest release from the Releases section.
- Unzip the downloaded file.
- Make sure the folder is named correctly:
animations_dev - Place the folder into your server’s resources folder.
- Ensure the resource to your server.cfg:
ensure animations_dev
Special thanks to spAnser and Pioneer Village for foundational code and inspiration used in this project.