Vehicle Components: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Corrected misc_a description)
(Added 8 new components of vehicles in the 'bike' category, which are different from the components of other vehicles)
Line 71: Line 71:
|style="background:#cfcfcf;"|exhaust_ok
|style="background:#cfcfcf;"|exhaust_ok
|style="background:#cfcfcf;"|Exhausts
|style="background:#cfcfcf;"|Exhausts
|}
==Bike Components==
<br>
{{Note|Vehicles in the 'bike' category have 8 different components from the others, so a separate table was created..}}
<br>
[[File:Illustrative picture.png|thumb|center|An illustrative image showing the components of the bike.]]
Many different:
{|class="wikitable" style="text-align:center; margin: 1em auto 1em auto;"
|-
! width="150" scope="col" style="background:#8f8f8f;"| Component Name
|-
|style="background:#cfcfcf;"|chassis_dummy
|style="background:#cfcfcf;"|Vehicle chassis
|-
|style="background:#cfcfcf;"|plate_rear
|style="background:#cfcfcf;"|Back plate
|-
|style="background:#cfcfcf;"|handlebars
|style="background:#cfcfcf;"|Handlebars
|-
|style="background:#cfcfcf;"|mudguard
|style="background:#cfcfcf;"|Mudguard
|-
|style="background:#cfcfcf;"|wheel_rear
|style="background:#cfcfcf;"|Rear tire
|-
|style="background:#cfcfcf;"|whee_front
|style="background:#cfcfcf;"|Front Tire
|-
|style="background:#cfcfcf;"|froks_rear
|style="background:#cfcfcf;"|Froks rear
|-
|style="background:#cfcfcf;"|froks_front
|style="background:#cfcfcf;"|Froks front
|-
|
|}
Equals:
{|class="wikitable" style="text-align:center; margin: 1em auto 1em auto;"
|-
! width="150" scope="col" style="background:#8f8f8f;"| Component Name
! width="300" scope="col" style="background:#8f8f8f;"| Description
|-
|style="background:#cfcfcf;"|chassis
|-
|-
|style="background:#cfcfcf;"|chassis_vlo
|-
|}
|}



Revision as of 14:37, 21 January 2021

This page aims to provide an overview of vehicle components. The list is currently incomplete.

[[{{{image}}}|link=|]] Note: Changing wheel position on Z axis doesn't work.


Component Name Description
boot_dummy Trunk door
ug_nitro Nitro (tuning part)
wheel_rf_dummy Right Front Wheel
wheel_lf_dummy Left Front Wheel
wheel_rb_dummy Right Back Wheel
wheel_lb_dummy Left Back Wheel
chassis Chassis
chassis_vlo Chassis (lod)[Can't be hid]
ug_roof Roof [Can't be hid]
door_rf_dummy Right Front Door
door_lf_dummy Left Front Door
door_rr_dummy Right Back Door
door_lr_dummy Left Back Door
bonnet_dummy Hood
ug_wing_right Right wing (tuning part) [Can't be hid]
bump_front_dummy Front bumper
bump_rear_dummy Back bumper
windscreen_dummy Windscreen
misc_a Tow bar position on models: 514, 515, 403, 591, 552, 485, 583, 606, 607, 608.
ug_wing_left Leftwing (tuning part) [Can't be hid]
exhaust_ok Exhausts

Bike Components


[[{{{image}}}|link=|]] Note: Vehicles in the 'bike' category have 8 different components from the others, so a separate table was created..


An illustrative image showing the components of the bike.

Many different:

Component Name
chassis_dummy Vehicle chassis
plate_rear Back plate
handlebars Handlebars
mudguard Mudguard
wheel_rear Rear tire
whee_front Front Tire
froks_rear Froks rear
froks_front Froks front

Equals:

Component Name Description
chassis
chassis_vlo

Related scripting functions




Vehicle functions