1 / 2RedM prop attachment system with in-game calibration, shops and radial menu
FX-Accessories is a production-ready accessory system for RedM that requires no Lua knowledge to configure. Players equip and remove items via an animated radial menu organised by body part, with support for in-world shops featuring 3D previews, shopping carts, and cash/gold pricing. Admins use an in-game calibration studio to create and fine-tune attachment data without file editing or server restarts.
The system includes 109 pre-configured animations with frame-step control, automatic progress bars synced to animation duration, a built-in notification system with locale support, and a draft system for saving works-in-progress. It supports VORP and RSG frameworks with full inventory and economy integration, or runs in stub mode for custom setups.
Accadmin in-game calibration studio provides a 4-step wizard:
1. Setup — item key, label, model, gender, category and animation 2. Bone — visual bone browser with region grouping and live search 3. Calibrate — real-time keyboard control and live animation playback with scrubbing 4. Output — one-click config copy with auto-generated VORP SQL and RSG Lua blocks
Draft system allows saving works-in-progress, loading them later, and deleting when done. Multiple drafts are always persistent. Access control restricts to txAdmin admins or grants access to specific roles and players via /giveadminpanel.
Adding a custom framework requires three steps: a detection line, a server block, and a restart. Template provided in frameworks.lua.
Server-side exports available:
exports['fx-accessories']:isAttached(serverId, itemName) exports['fx-accessories']:getAttachments(serverId) exports['fx-accessories']:attachItem(serverId, itemName) exports['fx-accessories']:removeItem(serverId, itemName)
All customer-facing files are fully open and editable: config.lua, config_items.lua, config_shops.lua, locales.lua, frameworks.lua.
Languages included: English, Turkish, German. Easy to extend with additional languages.
Full documentation available at https://fixitfy.com.tr/docs




