adding fixing lapdstation and lapdcars

This commit is contained in:
KingMcDonalds
2026-03-29 18:23:40 -07:00
parent db37d37b52
commit aab83be079
205 changed files with 25790 additions and 28 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd25f</modelName>
<colors>
<Item>
<indices content="char_array">
0
134
0
64
64
64
64
</indices>
<liveries>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
<Item value="false"/>
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges/>
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100"/>
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="724"/>
<sirenSettings value="50032"/>
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,19 @@
fx_version 'cerulean'
games {'gta5'}
lua54 'yes'
files {
'data/**/*.meta',
}
escrow_ignore {
'data/*',
}
client_script 'data/**/vehicle_names.lua'
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'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/**/*vehiclelayouts.meta'
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>20fpiu</handlingName>
<fMass value="2404.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.000000" z="-0.055000" />
<vecInertiaMultiplier x="1.200000" y="1.30000" z="1.400000" />
<fDriveBiasFront value="0.420000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="1.500000" />
<fClutchChangeRateScaleUpShift value="2.300000" />
<fClutchChangeRateScaleDownShift value="2.300000" />
<fInitialDriveMaxFlatVel value="200.000000" />
<fBrakeForce value="2.000000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="1.50000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="22.500000" />
<fTractionSpringDeltaMax value="0.130000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="0.900000" />
<fSuspensionForce value="2.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.09000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.500000" />
<fAntiRollBarForce value="1.000000" />
<fAntiRollBarBiasFront value="0.400000" />
<fRollCentreHeightFront value="0.250000" />
<fRollCentreHeightRear value="0.300000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.700000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="65.000000" />
<fOilVolume value="5.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>1</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>SPORTS_CAR</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
@@ -0,0 +1,58 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd25f"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
disableExtras = {}
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {},
disableExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 2, linkedExtras = {3,4,5}, oppositeExtras = {}, offExtras = {1,6,7,8,9}, repair = false},
{label = "Stage 2", key = 2, color = "green", extra = 1, linkedExtras = {2,4}, oppositeExtras = {}, offExtras = {3,5,6,7,8,9}, repair = false},
{label = "Stage 3", key = 3, color = "green", extra = 6, linkedExtras = {1,8,9,7}, oppositeExtras = {}, offExtras = {2,3,4,5}, repair = false}
},
stages = {
useStages = true,
stageKeys = {2,3},
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd25f</modelName>
<txdName>lapd25f</txdName>
<handlingId>20Fpiu</handlingId>
<gameName>lapd25f</gameName>
<vehicleMakeName />
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_STD_EXITFIXUP</layout>
<coverBoundOffsets>POLICE3_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>MID_BOX_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.060000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="-0.020000" />
<FirstPersonProjectileDriveByIKOffset x="0.055000" y="-0.075000" z="-0.045000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="-0.055000" y="-0.075000" z="-0.045000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerIKOffset x="0.000000" y="-0.060000" z="-0.030000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.130000" y="0.275000" z="0.530000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.136000" y="0.156000" z="0.445000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.136000" y="0.156000" z="0.445000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.175000" z="0.675000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.000000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.000000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="false" />
<wheelScale value="0.244000" />
<wheelScaleRear value="0.244000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="0.300000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.600000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0x00FFFFFF" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
35.000000
55.000000
70.000000
140.000000
500.000000
500.000000
</lodDistances>
<minSeatHeight value="0.83" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_0</swankness>
<maxNum value="2" />
<flags>FLAG_EXTRAS_STRONG FLAG_HAS_LIVERY FLAG_EXTRAS_ALL FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_HAS_INTERIOR_EXTRAS FLAG_REPORT_CRIME_IF_STANDING_ON</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers>
<Item>
<driverName>S_M_Y_Cop_01</driverName>
<npcName />
</Item>
</drivers>
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards>
<Item>REWARD_WEAPON_PUMPSHOTGUN</Item>
<Item>REWARD_AMMO_PUMPSHOTGUN_ENTER_VEHICLE</Item>
<Item>REWARD_STAT_WEAPON</Item>
</rewards>
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>STD_POLICE3_FRONT_LEFT</Item>
<Item>STD_POLICE3_FRONT_RIGHT</Item>
<Item>STD_POLICE2_REAR_LEFT</Item>
<Item>STD_POLICE2_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd25f</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd13fmb</modelName>
<colors>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges />
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100" />
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="714" />
<sirenSettings value="3200" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>FPIU</handlingName>
<fMass value="2104.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.050000" z="0.000000" />
<vecInertiaMultiplier x="1.000000" y="1.600000" z="1.400000" />
<fDriveBiasFront value="0.600000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="175.000000" />
<fBrakeForce value="0.700000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="24.000000" />
<fTractionSpringDeltaMax value="0.150000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="1.000000" />
<fSuspensionForce value="3.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.110000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.520000" />
<fAntiRollBarForce value="0.900000" />
<fAntiRollBarBiasFront value="0.520000" />
<fRollCentreHeightFront value="0.600000" />
<fRollCentreHeightRear value="0.600000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.800000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="80.000000" />
<fOilVolume value="8.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>0</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>AVERAGE</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,53 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd13fmb","lapd13tfmb"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 1, linkedExtras = {2,4,5}, oppositeExtras = {}, offExtras = {6,7,8,9,3}, repair = true},
{label = "Stage 2", key = 2, color = "green", extra = 2, linkedExtras = {5,3}, oppositeExtras = {}, offExtras = {6,7,8,9,1,4}, repair = true},
{label = "Stage 3", key = 3, color = "green", extra = 6, linkedExtras = {3,7,8,9}, oppositeExtras = {}, offExtras = {1,2,4,5}, repair = true},
{label = "Parking Lights", key = 4, color = "green", extra = 10, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd13fmb</modelName>
<txdName>lapd13fmb</txdName>
<handlingId>FPIU</handlingId>
<gameName>lapd13fmb</gameName>
<vehicleMakeName>13FORD</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>CAVALCADE_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.050000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.088000" z="0.093000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.020000" y="0.060000" z="-0.090000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByRightPassengerIKOffset x="-0.045000" y="-0.048000" z="-0.040000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.150000" y="0.268000" z="0.503000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.115000" z="0.620000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.030000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.259000" />
<wheelScaleRear value="0.259000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="50.000000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.900000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0xD1000000" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
25.000000
40.000000
100.000000
150.000000
300.000000
500.000000
</lodDistances>
<minSeatHeight value="0.966" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_1</swankness>
<maxNum value="999" />
<flags>FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers />
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards />
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>RANGER_CAVALCADE_FRONT_LEFT</Item>
<Item>RANGER_FRONT_RIGHT</Item>
<Item>RANGER_PRANGER_REAR_LEFT</Item>
<Item>RANGER_PRANGER_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd13fmb</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd13fpiu</modelName>
<colors>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges />
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100" />
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="714" />
<sirenSettings value="3120" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>FPIU</handlingName>
<fMass value="2104.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.050000" z="0.000000" />
<vecInertiaMultiplier x="1.000000" y="1.600000" z="1.400000" />
<fDriveBiasFront value="0.600000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="175.000000" />
<fBrakeForce value="0.700000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="24.000000" />
<fTractionSpringDeltaMax value="0.150000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="1.000000" />
<fSuspensionForce value="3.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.110000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.520000" />
<fAntiRollBarForce value="0.900000" />
<fAntiRollBarBiasFront value="0.520000" />
<fRollCentreHeightFront value="0.600000" />
<fRollCentreHeightRear value="0.600000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.800000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="80.000000" />
<fOilVolume value="8.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>0</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>AVERAGE</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,53 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd13fpiu"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 1, linkedExtras = {2,4,5}, oppositeExtras = {}, offExtras = {6,7,3}, repair = true},
{label = "Stage 2", key = 2, color = "green", extra = 8, linkedExtras = {2,3,5}, oppositeExtras = {}, offExtras = {6,7,1,4}, repair = true},
{label = "Stage 3", key = 3, color = "green", extra = 6, linkedExtras = {3,7}, oppositeExtras = {}, offExtras = {1,2,4,5}, repair = true},
{label = "Parking Lights", key = 4, color = "green", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd13fpiu</modelName>
<txdName>lapd13fpiu</txdName>
<handlingId>FPIU</handlingId>
<gameName>lapd13fpiu</gameName>
<vehicleMakeName>13FORD</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>CAVALCADE_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.050000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.088000" z="0.093000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.020000" y="0.060000" z="-0.090000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByRightPassengerIKOffset x="-0.045000" y="-0.048000" z="-0.040000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.150000" y="0.268000" z="0.503000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.115000" z="0.620000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.030000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.259000" />
<wheelScaleRear value="0.259000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="50.000000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.900000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0xD1000000" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
25.000000
40.000000
100.000000
150.000000
300.000000
500.000000
</lodDistances>
<minSeatHeight value="0.966" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_1</swankness>
<maxNum value="999" />
<flags>FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers />
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards />
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>RANGER_CAVALCADE_FRONT_LEFT</Item>
<Item>RANGER_FRONT_RIGHT</Item>
<Item>RANGER_PRANGER_REAR_LEFT</Item>
<Item>RANGER_PRANGER_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd13fpiu</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd13funm</modelName>
<colors>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges />
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100" />
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="714" />
<sirenSettings value="3622" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>FPIU</handlingName>
<fMass value="2104.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.050000" z="0.000000" />
<vecInertiaMultiplier x="1.000000" y="1.600000" z="1.400000" />
<fDriveBiasFront value="0.600000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="175.000000" />
<fBrakeForce value="0.700000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="24.000000" />
<fTractionSpringDeltaMax value="0.150000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="1.000000" />
<fSuspensionForce value="3.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.110000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.520000" />
<fAntiRollBarForce value="0.900000" />
<fAntiRollBarBiasFront value="0.520000" />
<fRollCentreHeightFront value="0.600000" />
<fRollCentreHeightRear value="0.600000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.800000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="80.000000" />
<fOilVolume value="8.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>0</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>AVERAGE</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,53 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd13funm","lapd13funmb"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 9, linkedExtras = {2,1}, oppositeExtras = {}, offExtras = {3,4,5,6,7}, repair = true},
{label = "Stage 2", key = 2, color = "green", extra = 10, linkedExtras = {1,3}, oppositeExtras = {}, offExtras = {2,4,5,6,7}, repair = true},
{label = "Stage 3", key = 3, color = "green", extra = 4, linkedExtras = {5,6,7}, oppositeExtras = {}, offExtras = {1,2,3}, repair = true},
{label = "Parking Lights", key = 4, color = "green", extra = 11, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd13funm</modelName>
<txdName>lapd13funm</txdName>
<handlingId>FPIU</handlingId>
<gameName>lapd13funm</gameName>
<vehicleMakeName>13FORD</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>CAVALCADE_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.050000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.088000" z="0.093000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.020000" y="0.060000" z="-0.090000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByRightPassengerIKOffset x="-0.045000" y="-0.048000" z="-0.040000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.150000" y="0.268000" z="0.503000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.115000" z="0.620000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.030000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.259000" />
<wheelScaleRear value="0.259000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="50.000000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.900000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0xD1000000" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
25.000000
40.000000
100.000000
150.000000
300.000000
500.000000
</lodDistances>
<minSeatHeight value="0.966" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_1</swankness>
<maxNum value="999" />
<flags>FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers />
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards />
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>RANGER_CAVALCADE_FRONT_LEFT</Item>
<Item>RANGER_FRONT_RIGHT</Item>
<Item>RANGER_PRANGER_REAR_LEFT</Item>
<Item>RANGER_PRANGER_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd13funm</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd13funmb</modelName>
<colors>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges />
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100" />
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="714" />
<sirenSettings value="3623" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>FPIU</handlingName>
<fMass value="2104.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.050000" z="0.000000" />
<vecInertiaMultiplier x="1.000000" y="1.600000" z="1.400000" />
<fDriveBiasFront value="0.600000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="175.000000" />
<fBrakeForce value="0.700000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="24.000000" />
<fTractionSpringDeltaMax value="0.150000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="1.000000" />
<fSuspensionForce value="3.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.110000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.520000" />
<fAntiRollBarForce value="0.900000" />
<fAntiRollBarBiasFront value="0.520000" />
<fRollCentreHeightFront value="0.600000" />
<fRollCentreHeightRear value="0.600000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.800000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="80.000000" />
<fOilVolume value="8.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>0</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>AVERAGE</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
@@ -0,0 +1,53 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd13funm","lapd13funmb"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 9, linkedExtras = {2,1}, oppositeExtras = {}, offExtras = {3,4,5,6,7}, repair = true},
{label = "Stage 2", key = 2, color = "green", extra = 10, linkedExtras = {1,3}, oppositeExtras = {}, offExtras = {2,4,5,6,7}, repair = true},
{label = "Stage 3", key = 3, color = "green", extra = 4, linkedExtras = {5,6,7}, oppositeExtras = {}, offExtras = {1,2,3}, repair = true},
{label = "Parking Lights", key = 4, color = "green", extra = 11, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd13funmb</modelName>
<txdName>lapd13funmb</txdName>
<handlingId>FPIU</handlingId>
<gameName>lapd13funmb</gameName>
<vehicleMakeName>13FORD</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>CAVALCADE_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.050000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.088000" z="0.093000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.020000" y="0.060000" z="-0.090000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByRightPassengerIKOffset x="-0.045000" y="-0.048000" z="-0.040000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.150000" y="0.268000" z="0.503000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.115000" z="0.620000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.030000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.259000" />
<wheelScaleRear value="0.259000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="50.000000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.900000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0xD1000000" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
25.000000
40.000000
100.000000
150.000000
300.000000
500.000000
</lodDistances>
<minSeatHeight value="0.966" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_1</swankness>
<maxNum value="999" />
<flags>FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers />
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards />
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>RANGER_CAVALCADE_FRONT_LEFT</Item>
<Item>RANGER_FRONT_RIGHT</Item>
<Item>RANGER_PRANGER_REAR_LEFT</Item>
<Item>RANGER_PRANGER_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd13funmb</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
@@ -0,0 +1,26 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'vehicles.meta',
'carvariations.meta',
'carcols.meta',
'handling.meta',
'vehiclelayouts.meta',
'peds.meta'
}
data_file 'HANDLING_FILE' 'handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
data_file 'CARCOLS_FILE' 'carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.META'
data_file 'PED_METADATA_FILE' 'peds.meta'
client_script {
'vehicle_names.lua'
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,289 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>lapd13tfmb</modelName>
<colors>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
134
140
0
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
</colors>
<kits>
<Item>0_default_modkit</Item>
</kits>
<windowsWithExposedEdges />
<plateProbabilities>
<Probabilities>
<Item>
<Name>Police guv plate</Name>
<Value value="100" />
</Item>
</Probabilities>
</plateProbabilities>
<lightSettings value="714" />
<sirenSettings value="3125" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>FPIU</handlingName>
<fMass value="2104.000000" />
<fInitialDragCoeff value="8.000000" />
<fPercentSubmerged value="85.000000" />
<vecCentreOfMassOffset x="0.000000" y="0.050000" z="0.000000" />
<vecInertiaMultiplier x="1.000000" y="1.600000" z="1.400000" />
<fDriveBiasFront value="0.600000" />
<nInitialDriveGears value="6" />
<fInitialDriveForce value="0.300000" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="175.000000" />
<fBrakeForce value="0.700000" />
<fBrakeBiasFront value="0.650000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="42.000000" />
<fTractionCurveMax value="2.600000" />
<fTractionCurveMin value="2.300000" />
<fTractionCurveLateral value="24.000000" />
<fTractionSpringDeltaMax value="0.150000" />
<fLowSpeedTractionLossMult value="1.000000" />
<fCamberStiffnesss value="0.000000" />
<fTractionBiasFront value="0.450000" />
<fTractionLossMult value="1.000000" />
<fSuspensionForce value="3.000000" />
<fSuspensionCompDamp value="1.300000" />
<fSuspensionReboundDamp value="1.300000" />
<fSuspensionUpperLimit value="0.110000" />
<fSuspensionLowerLimit value="-0.120000" />
<fSuspensionRaise value="0.000000" />
<fSuspensionBiasFront value="0.520000" />
<fAntiRollBarForce value="0.900000" />
<fAntiRollBarBiasFront value="0.520000" />
<fRollCentreHeightFront value="0.600000" />
<fRollCentreHeightRear value="0.600000" />
<fCollisionDamageMult value="1.000000" />
<fWeaponDamageMult value="1.000000" />
<fDeformationDamageMult value="0.800000" />
<fEngineDamageMult value="1.500000" />
<fPetrolTankVolume value="80.000000" />
<fOilVolume value="8.000000" />
<fSeatOffsetDistX value="0.000000" />
<fSeatOffsetDistY value="0.000000" />
<fSeatOffsetDistZ value="0.000000" />
<nMonetaryValue value="50000" />
<strModelFlags>440010</strModelFlags>
<strHandlingFlags>0</strHandlingFlags>
<strDamageFlags>0</strDamageFlags>
<AIHandling>AVERAGE</AIHandling>
<SubHandlingData>
<Item type="CCarHandlingData">
<fBackEndPopUpCarImpulseMult value="0.100000" />
<fBackEndPopUpBuildingImpulseMult value="0.030000" />
<fBackEndPopUpMaxDeltaSpeed value="0.600000" />
</Item>
<Item type="NULL" />
<Item type="NULL" />
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,53 @@
--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return {names = {"lapd13fmb","lapd13tfmb"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 1, linkedExtras = {2,4,5}, oppositeExtras = {}, offExtras = {6,7,8,9,3}, repair = true},
{label = "Stage 2", key = 2, color = "green", extra = 2, linkedExtras = {5,3}, oppositeExtras = {}, offExtras = {6,7,8,9,1,4}, repair = true},
{label = "Stage 3", key = 3, color = "green", extra = 6, linkedExtras = {3,7,8,9}, oppositeExtras = {}, offExtras = {1,2,4,5}, repair = true},
{label = "Parking Lights", key = 4, color = "green", extra = 10, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>lapd13tfmb</modelName>
<txdName>lapd13tfmb</txdName>
<handlingId>FPIU</handlingId>
<gameName>lapd13tfmb</gameName>
<vehicleMakeName>13FORD</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>ecoboostv6</audioNameHash>
<layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>CAVALCADE_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
<scenarioLayout />
<cameraName>DEFAULT_FOLLOW_VEHICLE_CAMERA</cameraName>
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
<bonnetCameraName>VEHICLE_BONNET_CAMERA_MID_NEAR</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.050000" z="-0.030000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.088000" z="0.093000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.020000" y="0.060000" z="-0.090000" />
<FirstPersonProjectileDriveByRearLeftIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonProjectileDriveByRearRightIKOffset x="0.000000" y="0.000000" z="-0.055000" />
<FirstPersonDriveByLeftPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByRightPassengerIKOffset x="-0.045000" y="-0.048000" z="-0.040000" />
<FirstPersonDriveByRightRearPassengerIKOffset x="0.000000" y="0.000000" z="-0.040000" />
<FirstPersonDriveByLeftPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="0.000000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.150000" y="0.268000" z="0.503000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<FirstPersonMobilePhoneSeatIKOffset>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="2" />
</Item>
<Item>
<Offset x="0.156000" y="0.223000" z="0.493000" />
<SeatIndex value="3" />
</Item>
</FirstPersonMobilePhoneSeatIKOffset>
<PovCameraOffset x="0.000000" y="-0.115000" z="0.620000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.030000" />
<PovRearPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<vfxInfoName>VFXVEHICLEINFO_CAR_GENERIC</vfxInfoName>
<shouldUseCinematicViewMode value="true" />
<shouldCameraTransitionOnClimbUpDown value="false" />
<shouldCameraIgnoreExiting value="false" />
<AllowPretendOccupants value="true" />
<AllowJoyriding value="false" />
<AllowSundayDriving value="false" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.259000" />
<wheelScaleRear value="0.259000" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="50.000000" />
<envEffScaleMin value="0.000000" />
<envEffScaleMax value="1.000000" />
<envEffScaleMin2 value="0.000000" />
<envEffScaleMax2 value="1.000000" />
<damageMapScale value="0.900000" />
<damageOffsetScale value="1.000000" />
<diffuseTint value="0xD1000000" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
25.000000
40.000000
100.000000
150.000000
300.000000
500.000000
</lodDistances>
<minSeatHeight value="0.966" />
<identicalModelSpawnDistance value="20" />
<maxNumOfSameColor value="10" />
<defaultBodyHealth value="1000.000000" />
<pretendOccupantsScale value="1.000000" />
<visibleSpawnDistScale value="1.000000" />
<trackerPathWidth value="2.000000" />
<weaponForceMult value="1.000000" />
<frequency value="100" />
<swankness>SWANKNESS_1</swankness>
<maxNum value="999" />
<flags>FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_FEROCI</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SPORT</wheelType>
<trailers />
<additionalTrailers />
<drivers />
<extraIncludes />
<doorsWithCollisionWhenClosed />
<driveableDoors />
<bumpersNeedToCollideWithMap value="false" />
<needsRopeTexture value="false" />
<requiredExtras />
<rewards />
<cinematicPartCamera>
<Item>WHEEL_FRONT_RIGHT_CAMERA</Item>
<Item>WHEEL_FRONT_LEFT_CAMERA</Item>
<Item>WHEEL_REAR_RIGHT_CAMERA</Item>
<Item>WHEEL_REAR_LEFT_CAMERA</Item>
</cinematicPartCamera>
<NmBraceOverrideSet />
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
<buoyancySphereSizeScale value="1.000000" />
<pOverrideRagdollThreshold type="NULL" />
<firstPersonDrivebyData>
<Item>RANGER_CAVALCADE_FRONT_LEFT</Item>
<Item>RANGER_FRONT_RIGHT</Item>
<Item>RANGER_PRANGER_REAR_LEFT</Item>
<Item>RANGER_PRANGER_REAR_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_feroci_interior</parent>
<child>lapd13tfmb</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>

Some files were not shown because too many files have changed in this diff Show More