1 / 2Overview
What's inside
RedM 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.
- Animated radial menu organised by body part with hold-to-detach and one-tap dress/undress
- In-world accessory shops with live 3D preview, orbit/zoom/tilt controls, cart and quantity selection
- In-game calibration wizard for admins: 4-step setup, bone browser, real-time keyboard control, one-click config export
- 109 pre-configured animations with frame-step control, scrub timeline and cut-point support
- Automatic progress bar synced to animation duration with item image from inventory
- Built-in notify system with info, success, error and warning types, custom icons, sounds and countdown timer
- VORP and RSG framework support with inventory and economy integration, or stub mode for custom frameworks
- Draft system for saving and loading works-in-progress configurations
- Server-side API for checking attachment status and managing items programmatically
- All customer-facing files fully open and editable with English, Turkish and German locales included
Player Features
- Radial accessory menu with categories: Head, Neck, Torso, Waist, Arm, Hand, Leg
- In-world shops with live 3D preview, orbit, zoom and tilt controls
- Shopping cart and quantity selection
- Cash and gold pricing support
- Unique equip animations per item with HoldPose freeze at last frame
- Three animation modes: auto, forceStop, disable
- Progress bar with item image and fallback icon
- Locale-aware notifications
Admin Features
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.
Framework Support
Adding a custom framework requires three steps: a detection line, a server block, and a restart. Template provided in frameworks.lua.
- VORP — inventory and economy
- RSG — inventory and economy
- None / Custom — stub mode, no framework needed
Developer API
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)
Included Content
- Accessory system with attach, sync, limits and gender filter
- Animated radial menu with per-category and multi-item select
- Shop system with NPC/zone placement and 3D preview
- Accadmin panel with 4-step in-game calibration wizard
- Animation library with 109 pre-configured animations
- Notify and progress bar with position editing and locale support
- Night menu light with auto ambient light and full configurability
- Sample items ready to use on first launch
- SETUP.md step-by-step installation guide
Configuration
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.
Documentation
Full documentation available at https://fixitfy.com.tr/docs



