This commit is contained in:
2023-11-20 04:46:26 -06:00
parent f0b1709f1c
commit 2ca83e25d9
451 changed files with 74477 additions and 407 deletions

View File

@@ -0,0 +1,6 @@
{
"WrenchDisabled": 0,
"WrenchUseDamage": 25.0,
"PushDisabled": 0,
"PushStrength": 1.5
}

View File

@@ -0,0 +1,28 @@
# FlipTransport Server Config
This config will be auto generated in the ServerProfile/configs location, as a FlipTransport.json file upon mission launch of the server.
../SC/configs/FlipTransport.json
../ServerProfile/configs/FlipTransport.json
For the 'Disabled' config values the following applies:
0 = false
1 = true
# Supported Mods
The following mods are supported for safezones and keys, I will most likely not be supporting any additional mods.
Expansion, MuchCarKey, Trader, and TraderPlus
## Config values
FlipSafezoneVehicle - setting to true will allow players to flip safezone vehicles
FlipLockedVehicle - setting to true will allow players to flip locked vehicles
PushSafezoneVehicle - setting to true will allow players to push safezone vehicles
PushLockedVehicle - setting to true will allow players to push locked vehicles
WrenchDisabled - setting to true will disable flip vehicles with a wrench (default is 0)
WrenchUseDamage - the ammount of damage applied when using a wrench to flip a vehicle (default is 25)
PushDisabled - setting to true will disable pushing of vehicles entirely (default is 0)
PushStrength - push strength when a vehicle is in neutral (default is 1.5)
ConfigVersion - used for config versioning (please don't touch)

View File

@@ -0,0 +1,11 @@
{
"FlipSafezoneVehicle": 1,
"FlipLockedVehicle": 1,
"PushSafezoneVehicle": 0,
"PushLockedVehicle": 1,
"WrenchDisabled": 0,
"WrenchUseDamage": 25.0,
"PushDisabled": 0,
"PushStrength": 1.5,
"ConfigVersion": 2
}

View File

@@ -0,0 +1,25 @@
<type name="HydraulicJack">
<nominal>30</nominal>
<lifetime>28800</lifetime>
<restock>0</restock>
<min>15</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="vehiclesparts"/>
<tag name="floor"/>
</type>
<type name="TrafficCone">
<nominal>15</nominal>
<lifetime>28800</lifetime>
<restock>0</restock>
<min>7</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="vehiclesparts"/>
<tag name="floor"/>
</type>