-
Notifications
You must be signed in to change notification settings - Fork 10
Home
ModelExtras is a modification that brings advanced functionality to vehicles in GTA: San Andreas (v1.0 US). It integrates and modernizes legacy vehicle lighting (ImVehFt / IVF), emergency siren patterns (AVS), custom license plates, exhaust smoke, backfire flames, interactive dashboard gauges, and dynamic animations into a unified, zero-allocation rendering engine.
To take advantage of ModelExtras features, models must have appropriate dummy nodes and magic material colors assigned. Explore the sidebar links for step-by-step guides for each vehicle, pedestrian, and weapon component.
ModelExtras natively replaces:
- ImVehFt (IVF)
- Advanced Vehicle Sirens (AVS)
- Legacy carcols and plate plugins
Remove any duplicate copies of ImVehFt or AVS to avoid hook conflicts.
The RenderWare engine limits frame node names to 23 characters. Ensure custom dummy names (e.g. x_exhaust1, foglight_l, indicator_rf) stay within this limit.
Vehicle configurations are defined using standard .jsonc files (JSON with comments // or /* */) located in ModelExtras/data/ or any subfolder within modloader/.
You can reload .jsonc data files and INI configuration dynamically while in-game by typing the cheat code MERELOAD while inside a vehicle.
Check the sidebar for comprehensive documentation:
- Metadata Specification
- Vehicle Lights & Inertia
- Emergency Lights & Sirens
- ExhaustFx & Backfire
- HD License Plates
- Vehicle Sound Effects
- Developer C-ABI API
- SA-MP & open.mp Integration
Happy Modding! 🎮
{ "metadata": { "author": "Grinch_", "desc": "Vehicle Model Configuration", "creationtime": "2026-09-01", "minver": 30000 }, "lights": { "inertia": 0.45 } }