⚑tuning config

Overview

The tuning system configuration is located in shared/config.tuning.lua. It defines all available vehicle modifications.


Vehicle Bones

Interactive points on the vehicle for tuning menu.

Config.Tuning = {
    VehicleBones = {
        {bone = "bonnet", label = "Hood", icon = "fas fa-car-side"},
        {bone = "boot", label = "Trunk", icon = "fas fa-box-open"},
        {bone = "door_dside_f", label = "Driver Door", icon = "fas fa-door-open"},
        {bone = "door_pside_f", label = "Passenger Door", icon = "fas fa-door-closed"},
        {bone = "door_dside_r", label = "Rear Door (L)", icon = "fas fa-door-open"},
        {bone = "door_pside_r", label = "Rear Door (R)", icon = "fas fa-door-closed"},
        {bone = "wheel_lf", label = "Wheels and Tires", icon = "fas fa-compact-disc"},
        {bone = "exhaust", label = "Exhaust", icon = "fas fa-wind"},
        {bone = "bumper_f", label = "Front Bumper", icon = "fas fa-car-crash"},
        {bone = "bumper_r", label = "Rear Bumper", icon = "fas fa-car-burst"},
    },
}
Option
Type
Description

bone

string

GTA V vehicle bone name

label

string

Display name in menu

icon

string

FontAwesome icon class


Tuning Categories

Performance Modifications

Visual Modifications

Wheels

Colors

Neon and Lights


Category Options Reference

Option
Type
Required
Description

id

string

Yes

Unique identifier

name

string

Yes

Display name

description

string

Yes

Description text

modType

number

Depends

GTA V mod type index

icon

string

Yes

Icon name

isToggle

boolean

No

Toggle on/off instead of levels

isWheels

boolean

No

Use wheel system

isColors

boolean

No

Use color picker

isWindowTint

boolean

No

Use window tint system

isNeon

boolean

No

Use neon system

isXenonColor

boolean

No

Use xenon color picker

wheelTypes

array

No

Available wheel types

options

array

No

Predefined options list


GTA V Mod Types Reference

Mod Type
Description

0

Spoiler

1

Front Bumper

2

Rear Bumper

3

Side Skirts

4

Exhaust

5

Frame

6

Grille

7

Hood

8

Fender

9

Right Fender

10

Roof

11

Engine

12

Brakes

13

Transmission

14

Horns

15

Suspension

16

Armor

18

Turbo

22

Xenon Headlights

23

Front Wheels

24

Back Wheels

25-49

Various


Color Palette

The script includes a full color palette with all GTA V vehicle colors organized by category:

  • Metallic Colors

  • Matte Colors

  • Metal Colors

  • Chrome

  • Chameleon Colors

Each color has:

  • id: GTA V color index

  • name: Display name

  • hex: Preview color code