asdf
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
protocol = 1;
|
||||
publishedid = 1832448183;
|
||||
name = "FlipTransport";
|
||||
timestamp = 5249445723778352168;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"WrenchDisabled": 0,
|
||||
"WrenchUseDamage": 25.0,
|
||||
"PushDisabled": 0,
|
||||
"PushStrength": 1.5
|
||||
}
|
||||
@@ -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)
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"FlipSafezoneVehicle": 1,
|
||||
"FlipLockedVehicle": 1,
|
||||
"PushSafezoneVehicle": 0,
|
||||
"PushLockedVehicle": 1,
|
||||
"WrenchDisabled": 0,
|
||||
"WrenchUseDamage": 25.0,
|
||||
"PushDisabled": 0,
|
||||
"PushStrength": 1.5,
|
||||
"ConfigVersion": 2
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user