Available Seating Layouts
Modifying in vehicles.meta
Seating layouts are modified in vehicles.meta file. Each vehicle entry contains a <layoutHash> element that specifies which seating layout to use.
Example Location in vehicles.meta
<Item>
<modelName>oracle</modelName>
<layoutHash>LAYOUT_STD_SEDAN</layoutHash>
<type>car</type>
<!-- other vehicle properties -->
</Item>
The <layoutHash> tag is typically found within the vehicle entry, usually around line 19 of the vehicle definition. Simply replace the layout name with any of the available layouts below to change how the vehicle is configured.
note
Not all layouts work with every vehicle model. Testing different layouts may cause unexpected results like misaligned animations or model clipping. Always test thoroughly.
Low Profile Layouts
| Layout Name |
|---|
| LAYOUT_LOW |
| LAYOUT_LOW_RESTRICTED |
| LAYOUT_LOW_BFINJECTION |
| LAYOUT_LOW_CHEETAH |
| LAYOUT_LOW_DUNE |
| LAYOUT_LOW_ENTITYXF |
| LAYOUT_LOW_INFERNUS |
| LAYOUT_LOW_SENTINEL2 |
Standard Layouts
| Layout Name |
|---|
| LAYOUT_STANDARD |
| LAYOUT_STD_LOWROOF |
| LAYOUT_STD_HABANERO |
| LAYOUT_STD_HIGHWINDOW |
| LAYOUT_STD_EXITFIXUP |
| LAYOUT_STD_RIPLEY |
| LAYOUT_STD_STRATUM |
| LAYOUT_STD_STRETCH |
| LAYOUT_STD_ZTYPE |
Van Layouts
| Layout Name |
|---|
| LAYOUT_VAN |
| LAYOUT_VAN_POLICE |
| LAYOUT_VAN_BODHI |
| LAYOUT_VAN_CADDY |
| LAYOUT_VAN_MULE |
| LAYOUT_VAN_PONY |
| LAYOUT_VAN_BOXVILLE |
| LAYOUT_VAN_TRASH |
| LAYOUT_VAN_JOURNEY |
| LAYOUT_ONE_DOOR_VAN |
| LAYOUT_RIOT_VAN |
SUV/Truck Layouts
| Layout Name |
|---|
| LAYOUT_BISON |
| LAYOUT_RANGER |
| LAYOUT_RANGER_SWAT |
| LAYOUT_RANGER_SANDKING |
| LAYOUT_4X4 |
Truck Layouts
| Layout Name |
|---|
| LAYOUT_TRUCK |
| LAYOUT_TRUCK_BIFF |
| LAYOUT_TRUCK_TOW |
| LAYOUT_TRUCK_DOCKTUG |
| LAYOUT_TRUCK_BARRACKS |
| LAYOUT_TRUCK_MIXER |
| LAYOUT_FIRETRUCK |
| LAYOUT_DUMPTRUCK |
Bus/Coach Layouts
| Layout Name |
|---|
| LAYOUT_BUS |
| LAYOUT_TOURBUS |
| LAYOUT_PRISON_BUS |
| LAYOUT_COACH |
Special/Industrial Layouts
| Layout Name |
|---|
| LAYOUT_BLIMP |
| LAYOUT_BULLDOZER |
| LAYOUT_CRANE |
| LAYOUT_FORK_LIFT |
| LAYOUT_TRAIN |
| LAYOUT_CUTTER |
| LAYOUT_MOWER |
| LAYOUT_TANK |
| LAYOUT_TRACTOR2 |