A lightweight chicken-coop system for RedM designed to work with VORP Inventory. This page walks you through first setup and translations.
β‘ First Start
Install item images
Copy everything from the _items folder into your VORP Inventory images directory:
vorp_inventory\html\img\items
These files are the icons used for the coop, chickens and related items (e.g., chicken_good.png, chicken_bad.png, rooster_good.png).
Prepare translations
Open config.lua and translate two areas:
Database items in createItems() β set label (item name) and desc (item description). These values are inserted into VORPβs items table at server start.
UI texts in Config.Txt, and pick your UI language via Config.NUILang (supported: fr, en, de, it, es, pt).
Tip: Start/Restart the server to let createItems() run and (re)inject the items into the database. (This follows from the script inserting items βwhen the server starts.β)