diff --git a/resources/[cars]/[lkws]/muleflatbed/data/carvariations.meta b/resources/[cars]/[lkws]/muleflatbed/data/carvariations.meta new file mode 100644 index 000000000..2811fa99e --- /dev/null +++ b/resources/[cars]/[lkws]/muleflatbed/data/carvariations.meta @@ -0,0 +1,62 @@ + + + + + Mulef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + standard white + + + + white plate 2 + + + + + + + + + diff --git a/resources/[cars]/[lkws]/muleflatbed/data/dlctext.meta b/resources/[cars]/[lkws]/muleflatbed/data/dlctext.meta new file mode 100644 index 000000000..22bb4c390 --- /dev/null +++ b/resources/[cars]/[lkws]/muleflatbed/data/dlctext.meta @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/[cars]/[lkws]/muleflatbed/data/handling.meta b/resources/[cars]/[lkws]/muleflatbed/data/handling.meta new file mode 100644 index 000000000..977df2035 --- /dev/null +++ b/resources/[cars]/[lkws]/muleflatbed/data/handling.meta @@ -0,0 +1,62 @@ + + + + + MULEF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20224048 + 20000 + 0 + AVERAGE + + + + + + + + \ No newline at end of file diff --git a/resources/[cars]/[lkws]/muleflatbed/data/vehicles.meta b/resources/[cars]/[lkws]/muleflatbed/data/vehicles.meta new file mode 100644 index 000000000..6c8bb8361 --- /dev/null +++ b/resources/[cars]/[lkws]/muleflatbed/data/vehicles.meta @@ -0,0 +1,140 @@ + + + vehshare + + + + mulef + mulef + MULEF + MULEF + MAIBATSU + null + null + null + null + + null + + LAYOUT_VAN_MULE + MULE_COVER_OFFSET_INFO + EXPLOSION_INFO_TRUCK + + DEFAULT_FOLLOW_VEHICLE_CAMERA + BOX_VEHICLE_AIM_CAMERA + DEFAULT_VEHICLE_BONNET_CAMERA + DEFAULT_POV_CAMERA_NO_REVERSE_LOOKAROUND_LOW + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_TRUCK_HIDDEN_EXHAUST + + + + + + + + + + + + + + + + + + + + + + 15.000000 + 40.000000 + 80.000000 + 160.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_BIG FLAG_NO_BOOT FLAG_AVOID_TURNS FLAG_EXTRAS_STRONG FLAG_PEDS_CAN_STAND_ON_TOP FLAG_BLOCK_FROM_ATTRACTOR_SCENARIO + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_TRUCK + VC_COMMERCIAL + VWT_SPORT + + + + + + VEH_EXT_BOOT + + + + + + + + WHEEL_WIDE_REAR_RIGHT_CAMERA + WHEEL_WIDE_REAR_LEFT_CAMERA + + Truck + + + + + VAN_MULE_FRONT_LEFT + VAN_BENSON_FRONT_RIGHT + + + + + + vehicles_van_interior + mulef + + + diff --git a/resources/[cars]/[lkws]/muleflatbed/fxmanifest.lua b/resources/[cars]/[lkws]/muleflatbed/fxmanifest.lua new file mode 100644 index 000000000..717fceb4a --- /dev/null +++ b/resources/[cars]/[lkws]/muleflatbed/fxmanifest.lua @@ -0,0 +1,26 @@ +-- fxmanifest.lua + +fx_version 'cerulean' +game 'gta5' + +author 'Dein Name' +description 'Addon Fahrzeug-Paket' +version '1.0.0' + +files { + 'data/vehicles.meta', + 'data/carvariations.meta', + 'data/carcols.meta', + 'data/handling.meta', + 'data/dlctext.meta' +} + +data_file 'HANDLING_FILE' 'data/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/carvariations.meta' +data_file 'DLCTEXT_FILE' 'data/dlctext.meta' + +-- Stream für Modelle & Texturen +-- Modelle liegen im stream-Ordner (z.B. .yft, .ytd, .hi.yft) +-- Der stream-Ordner muss nicht extra deklariert werden, wird automatisch erkannt diff --git a/resources/[cars]/[lkws]/muleflatbed/stream/mulef.yft b/resources/[cars]/[lkws]/muleflatbed/stream/mulef.yft new file mode 100644 index 000000000..35612877d Binary files /dev/null and b/resources/[cars]/[lkws]/muleflatbed/stream/mulef.yft differ diff --git a/resources/[cars]/[lkws]/muleflatbed/stream/mulef.ytd b/resources/[cars]/[lkws]/muleflatbed/stream/mulef.ytd new file mode 100644 index 000000000..35f4926d4 Binary files /dev/null and b/resources/[cars]/[lkws]/muleflatbed/stream/mulef.ytd differ diff --git a/resources/[cars]/[lkws]/muleflatbed/stream/mulef_hi.yft b/resources/[cars]/[lkws]/muleflatbed/stream/mulef_hi.yft new file mode 100644 index 000000000..3c2b1e393 Binary files /dev/null and b/resources/[cars]/[lkws]/muleflatbed/stream/mulef_hi.yft differ