1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-07 07:50:05 +02:00
parent d34e3b601e
commit 92f9b55b4c
31 changed files with 45 additions and 13 deletions

View file

@ -4,8 +4,8 @@ FobConfig = {
{ {
number = 1, number = 1,
action_id = 'REMOTE_START', action_id = 'REMOTE_START',
text = 'Remote Start', text = 'Fernstart',
description = 'This will start/stop the engine of the vehicle', description = 'Damit startest oder stoppst du den Motor des Fahrzeugs',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = false, canPurchase = false,
@ -17,8 +17,8 @@ FobConfig = {
{ {
number = 2, number = 2,
action_id = 'ROOF_TOGGLE', action_id = 'ROOF_TOGGLE',
text = 'Toggle Roof', text = 'Dach steuern',
description = 'This will open/close the roof of the vehicle', description = 'Damit öffnest oder schließt du das Fahrzeugdach',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = false, canPurchase = false,
@ -31,8 +31,8 @@ FobConfig = {
{ {
number = 3, number = 3,
action_id = 'SELFPARK_VEHICLE', action_id = 'SELFPARK_VEHICLE',
text = 'Park Vehicle', text = 'Fahrzeug parken',
description = 'This will park your vehicle in the nearest parking spot', description = 'Damit parkt dein Fahrzeug auf dem nächstgelegenen Stellplatz.',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = false, canPurchase = false,
@ -44,8 +44,8 @@ FobConfig = {
{ {
number = 4, number = 4,
action_id = 'SUMMON_VEHICLE', action_id = 'SUMMON_VEHICLE',
text = 'Summon Vehicle', text = 'Fahrzeug rufen',
description = 'This will summon your vehicle to your location', description = 'Dies ruft dein Fahrzeug zu deinem aktuellen Standort.',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = false, canPurchase = false,
@ -58,7 +58,7 @@ FobConfig = {
number = 5, number = 5,
action_id = 'AUTO_PILOT', action_id = 'AUTO_PILOT',
text = 'Auto Pilot', text = 'Auto Pilot',
description = 'This Will Drive Your Vehicle To The Set Waypoint', description = 'Das Fahrzeug fährt damit automatisch zum gesetzten Wegpunkt.',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = true, canPurchase = true,
@ -70,8 +70,8 @@ FobConfig = {
{ {
number = 6, number = 6,
action_id = 'DANCE_MODE', action_id = 'DANCE_MODE',
text = 'Dance Mode', text = 'Tanzmodus',
description = 'This Will Make Your Vehicle Dance', description = 'Dadurch wird dein Fahrzeug tanzen.',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 25000, price = 25000,
canPurchase = true, canPurchase = true,
@ -83,8 +83,8 @@ FobConfig = {
{ {
number = 7, number = 7,
action_id = 'PROXIMITY_TOGGLE', action_id = 'PROXIMITY_TOGGLE',
text = 'Proximity Locks', text = 'Automatisches Schloss',
description = 'This Will Allow You To Toggle Proximity Locks', description = 'Damit kannst du die Verriegelung per Annäherung aktivieren oder deaktivieren.',
icon = 'fas fa-car', icon = 'fas fa-car',
price = 1000, price = 1000,
canPurchase = true, canPurchase = true,

View file

@ -97,6 +97,14 @@ Config.VehicleSettings = {
[`virtue`] = true, [`virtue`] = true,
[`vivanite`] = true, [`vivanite`] = true,
[`envisage`] = true, [`envisage`] = true,
[`gblod4`] = true,
[`gbsapphire`] = true,
[`gbbriosof`] = true,
[`gbeon`] = true,
[`gbstarlight`] = true,
[`gbneonct`] = true,
[`imperialev`] = true,
-- this is a list of all known vanilla electric vehicles, if you have a custom one you can add it here -- this is a list of all known vanilla electric vehicles, if you have a custom one you can add it here
}, },
ConvertableVehicles = { ConvertableVehicles = {
@ -116,6 +124,10 @@ Config.VehicleSettings = {
[`tornado5`] = true, [`tornado5`] = true,
[`Vigero3`] = true, [`Vigero3`] = true,
[`dominator9`] = true, [`dominator9`] = true,
[`gbtenfr`] = true,
[`gbschlagenr`] = true,
[`vweos`] = true,
-- this is a list of all known vanilla convertable vehicles, if you have a custom one you can add it here -- this is a list of all known vanilla convertable vehicles, if you have a custom one you can add it here
}, },
HijackImmune = { HijackImmune = {

View file

@ -0,0 +1,2 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
this_is_a_map 'yes'

View file

@ -0,0 +1,18 @@
<CodeWalkerProject>
<Name>New CodeWalker Project</Name>
<Version value="1" />
<YmapFilenames>
<Item>hei_id2_15_strm_0.ymap</Item>
<Item>tr_int_placement_tr_interior_0_tuner_mod_garage_milo_.ymap</Item>
<Item>tunergarage_milo_.ymap</Item>
</YmapFilenames>
<YtypFilenames>
<Item>tr_dlc_int_01_tr.ytyp</Item>
</YtypFilenames>
<YbnFilenames />
<YndFilenames />
<YnvFilenames />
<TrainsFilenames />
<ScenarioFilenames />
<AudioRelFilenames />
</CodeWalkerProject>