Chess
lo_chess adds persistent chess boards to a RedM VORP server. Players can place a board in the world, play as White or Black with native prompts, and store or reset it when the game is over.
Features
- Persistent boards — Placed boards are saved and restored after a server restart.
- Complete chess game — Legal moves, captures and game-state handling for two players.
- In-world interaction — Join a side, move pieces, reset or store a board through native prompts.
- Integrated placement gizmo — Use
/chessto position and rotate a board precisely; no external gizmo resource is required. - Optional bot command — Staff can use
/chessbotwhen granted the configured ACE permission. - Translations —
fr,en,pt-br,pt,ruanddeare included.
Compatibility & dependencies
| Item | Detail |
|---|---|
| Platform | RedM (game 'rdr3') |
| Framework | VORP |
| Dependencies | vorp_core, oxmysql, OneSync |
| Database | chess_boards, created automatically |
| Configuration | config.lua |
NOTE
The resource creates its database table on first startup. No item or NUI build is required.
Next steps
- Installation — Resource placement, dependencies and start order.
- Configuration — Commands, distances, placement and access to the bot.