forked from Simnation/Main
ed
This commit is contained in:
parent
d34e3b601e
commit
92f9b55b4c
31 changed files with 45 additions and 13 deletions
|
@ -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,
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
2
resources/[defaultmaps]/int_tunergarage/__resource.lua
Normal file
2
resources/[defaultmaps]/int_tunergarage/__resource.lua
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||||
|
this_is_a_map 'yes'
|
18
resources/[defaultmaps]/int_tunergarage/stream/2.cwproj
Normal file
18
resources/[defaultmaps]/int_tunergarage/stream/2.cwproj
Normal 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>
|
BIN
resources/[defaultmaps]/int_tunergarage/stream/_manifest.ymf
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/_manifest.ymf
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/int_tunergarage/stream/hei_id2_15.ymap
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/hei_id2_15.ymap
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/int_tunergarage/stream/hi@id2_15_0.ybn
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/hi@id2_15_0.ybn
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_0.ybn
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_0.ybn
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_bld_02.ydr
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_bld_02.ydr
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_build.ytd
Normal file
BIN
resources/[defaultmaps]/int_tunergarage/stream/id2_15_build.ytd
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue