diff --git a/resources/[cars]/rs666/data/carcols.meta b/resources/[cars]/rs666/data/carcols.meta
new file mode 100644
index 000000000..05e7978da
--- /dev/null
+++ b/resources/[cars]/rs666/data/carcols.meta
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VehicleLight_car_oldsquare
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rs666
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/[cars]/rs666/data/carvariations.meta b/resources/[cars]/rs666/data/carvariations.meta
new file mode 100644
index 000000000..f0b394263
--- /dev/null
+++ b/resources/[cars]/rs666/data/carvariations.meta
@@ -0,0 +1,65 @@
+
+
+
+
+ -
+ rs666
+
+
-
+
+ 64
+ 27
+ 0
+ 1
+ 0
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ 13
+ 0
+ 0
+ 156
+ 0
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - 0_default_modkit
+
+
+
+
+ -
+ Standard White
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/[cars]/rs666/data/handling.meta b/resources/[cars]/rs666/data/handling.meta
new file mode 100644
index 000000000..d9c47f72a
--- /dev/null
+++ b/resources/[cars]/rs666/data/handling.meta
@@ -0,0 +1,66 @@
+
+
+
+ -
+ rs666
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 440010
+ 0
+ 0
+ AVERAGE
+
+
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/[cars]/rs666/data/vehicles.meta b/resources/[cars]/rs666/data/vehicles.meta
new file mode 100644
index 000000000..1343ecb01
--- /dev/null
+++ b/resources/[cars]/rs666/data/vehicles.meta
@@ -0,0 +1,134 @@
+
+
+ vehshare
+
+
+ -
+ rs666
+ rs666
+ rs666
+ rs666
+ WIDERS7
+ null
+ null
+ null
+ null
+
+ null
+ taaud40v8
+ LAYOUT_STANDARD
+ SCHAFTER_COVER_OFFSET_INFO
+ EXPLOSION_INFO_DEFAULT
+
+ DEFAULT_FOLLOW_VEHICLE_CAMERA
+ MID_BOX_VEHICLE_AIM_CAMERA
+ VEHICLE_BONNET_CAMERA_MID
+ DEFAULT_POV_CAMERA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+ -
+
+
+
+
+
+
+
+
+ VFXVEHICLEINFO_CAR_GENERIC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 350.000000
+ 350.000000
+ 350.000000
+ 350.000000
+ 350.000000
+ 350.000000
+
+
+
+
+
+
+
+
+
+
+ SWANKNESS_3
+
+ FLAG_HAS_BULLET_RESISTANT_GLASS FLAG_PARKING_SENSORS FLAG_RICH_CAR FLAG_AVERAGE_CAR FLAG_HAS_INTERIOR_EXTRAS
+ VEHICLE_TYPE_CAR
+ VPT_BACK_PLATES
+ VDT_RACE
+ VC_SPORT
+ VWT_SPORT
+
+
+
+
+
+
+
+
+
+
+
+ - WHEEL_FRONT_RIGHT_CAMERA
+ - WHEEL_FRONT_LEFT_CAMERA
+ - WHEEL_REAR_RIGHT_CAMERA
+ - WHEEL_REAR_LEFT_CAMERA
+
+
+
+
+
+
+ - STD_SCHAFTER3_FRONT_LEFT
+ - STD_SCHAFTER3_FRONT_RIGHT
+ - STD_TAXI_REAR_LEFT
+ - STD_TAXI_REAR_RIGHT
+
+
+
+
+ -
+ vehicles_race_generic
+ rs666
+
+
+
\ No newline at end of file
diff --git a/resources/[cars]/rs666/fxmanifest.lua b/resources/[cars]/rs666/fxmanifest.lua
new file mode 100644
index 000000000..39701f410
--- /dev/null
+++ b/resources/[cars]/rs666/fxmanifest.lua
@@ -0,0 +1,24 @@
+-- fxmanifest.lua
+
+fx_version 'cerulean'
+game 'gta5'
+
+author 'Marc'
+description 'RS6 - Mark'
+version '1.0.0'
+
+files {
+ 'data/vehicles.meta',
+ 'data/carvariations.meta',
+ 'data/carcols.meta',
+ 'data/handling.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'
+
+-- 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]/rs666/stream/rs666.yft b/resources/[cars]/rs666/stream/rs666.yft
new file mode 100644
index 000000000..40305a4f4
Binary files /dev/null and b/resources/[cars]/rs666/stream/rs666.yft differ
diff --git a/resources/[cars]/rs666/stream/rs666.ytd b/resources/[cars]/rs666/stream/rs666.ytd
new file mode 100644
index 000000000..471b4b2bd
Binary files /dev/null and b/resources/[cars]/rs666/stream/rs666.ytd differ
diff --git a/resources/[cars]/rs666/stream/rs666_hi.yft b/resources/[cars]/rs666/stream/rs666_hi.yft
new file mode 100644
index 000000000..40305a4f4
Binary files /dev/null and b/resources/[cars]/rs666/stream/rs666_hi.yft differ