new and replace interiors and cars

This commit is contained in:
KingMcDonalds
2024-06-05 18:37:55 -07:00
parent fd09207bed
commit a2e2adae78
323 changed files with 2931 additions and 121 deletions
+18
View File
@@ -0,0 +1,18 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'handling.meta',
'vehicles.meta',
'carvariations.meta',
'carcols.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'
-- specfiy the names of the items being added within this (same as in the lang file in a dlc pack(kinda, the formatting is different))
client_script 'names.lua'
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>SILVERSMUSTANG</modelName>
<colors>
<Item>
<indices content="char_array">
8
29
8
8
</indices>
<liveries>
<Item value="true" />
<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 />
</plateProbabilities>
<lightSettings value="1" />
<sirenSettings value="0" />
</Item>
<Item>
<modelName>SILVERSMUSTANG</modelName>
<colors>
<Item>
<indices content="char_array">
8
29
8
8
</indices>
<liveries>
<Item value="true" />
<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 />
</plateProbabilities>
<lightSettings value="1" />
<sirenSettings value="1" />
</Item>
</variationData>
</CVehicleModelInfoVariation>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CExtraTextMetaFile>
<hasGlobalTextFile value="true"/>
<hasAdditionalText value="false"/>
<isTitleUpdate value="false"/>
</CExtraTextMetaFile>
+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>SILVERSMUSTANG</handlingName>
<fMass value="40000.0" />
<fInitialDragCoeff value="5.0" />
<fDownforceModifier value="0.0" />
<fPercentSubmerged value="85.0" />
<vecCentreOfMassOffset x="0.0" y="0.0" z="0.0" />
<vecInertiaMultiplier x="1.0" y="1.3999999761581" z="1.6000000238419" />
<fDriveBiasFront value="0.5" />
<nInitialDriveGears value="5" />
<fInitialDriveForce value="1.2999999523163" />
<fDriveInertia value="1.6000000238419" />
<fClutchChangeRateScaleUpShift value="2.2999999523163" />
<fClutchChangeRateScaleDownShift value="2.2999999523163" />
<fInitialDriveMaxFlatVel value="249.99998474121" />
<fBrakeForce value="0.89999997615814" />
<fBrakeBiasFront value="0.42500001192093" />
<fHandBrakeForce value="0.60000002384186" />
<fSteeringLock value="42.0" />
<fTractionCurveMax value="5.0" />
<fTractionCurveMin value="7.5" />
<fTractionCurveLateral value="22.5" />
<fTractionSpringDeltaMax value="0.019999999552965" />
<fLowSpeedTractionLossMult value="1.0" />
<fCamberStiffnesss value="0.0" />
<fTractionBiasFront value="0.5" />
<fTractionLossMult value="1.0" />
<fSuspensionForce value="2.0999999046326" />
<fSuspensionCompDamp value="1.3999999761581" />
<fSuspensionReboundDamp value="2.2000000476837" />
<fSuspensionUpperLimit value="0.035000000149012" />
<fSuspensionLowerLimit value="-0.10000000149012" />
<fSuspensionRaise value="-0.029999999329448" />
<fSuspensionBiasFront value="0.46999999880791" />
<fAntiRollBarForce value="1.1000000238419" />
<fAntiRollBarBiasFront value="0.5799999833107" />
<fRollCentreHeightFront value="0.56000000238419" />
<fRollCentreHeightRear value="0.56000000238419" />
<fCollisionDamageMult value="1.0" />
<fWeaponDamageMult value="1.0" />
<fDeformationDamageMult value="0.80000001192093" />
<fEngineDamageMult value="1.5" />
<fPetrolTankVolume value="65.0" />
<fOilVolume value="5.0" />
<fSeatOffsetDistX value="0.0" />
<fSeatOffsetDistY value="0.0" />
<fSeatOffsetDistZ value="0.0" />
<nMonetaryValue value="25000" />
<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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+255
View File
@@ -0,0 +1,255 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>SILVERSMUSTANG</modelName>
<txdName>SILVERSMUSTANG</txdName>
<handlingId>SILVERSMUSTANG</handlingId>
<gameName>SILVERSMUSTANG</gameName>
<vehicleMakeName>Ford</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>VSTR</audioNameHash>
<layout>LAYOUT_STANDARD</layout>
<coverBoundOffsets>DOMINATOR_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_STANDARD_LONG</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND_MID</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.055000" z="0.000000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="-0.025000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.120000" z="0.030000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.000000" y="0.030000" z="-0.040000" />
<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.055000" z="0.020000" />
<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.035000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.133000" y="0.228000" z="0.468000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<PovCameraOffset x="0.000000" y="-0.145000" z="0.590000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<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="true" />
<AllowSundayDriving value="true" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.279400" />
<wheelScaleRear value="0.279400" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="0.700000" />
<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="0x003b4646" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
450.000000
650.000000
750.000000
800.000000
750.000000
900.000000
</lodDistances>
<minSeatHeight value="0.85" />
<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="90" />
<swankness>SWANKNESS_2</swankness>
<maxNum value="20" />
<flags>FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_RECESSED_HEADLIGHT_CORONAS FLAG_HAS_LIVERY FLAG_SPAWN_ON_TRAILER FLAG_AVERAGE_CAR FLAG_HAS_INTERIOR_EXTRAS FLAG_PARKING_SENSORS FLAG_EXTRAS_ALL FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_BACK_PLATES</plateType>
<dashboardType>VDT_SCHAFTER</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SUV</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>STD_DOMINATOR_FRONT_LEFT</Item>
<Item>STD_DOMINATOR_FRONT_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
<Item>
<modelName>07gt500bb</modelName>
<txdName>07gt500bb</txdName>
<handlingId>07gt500</handlingId>
<gameName>07gt500bb</gameName>
<vehicleMakeName>Ford</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>VSTR</audioNameHash>
<layout>LAYOUT_STANDARD</layout>
<coverBoundOffsets>DOMINATOR_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_STANDARD_LONG</bonnetCameraName>
<povCameraName>DEFAULT_POV_CAMERA_LOOKAROUND_MID</povCameraName>
<FirstPersonDriveByIKOffset x="0.000000" y="-0.055000" z="0.000000" />
<FirstPersonDriveByUnarmedIKOffset x="0.000000" y="-0.025000" z="0.000000" />
<FirstPersonProjectileDriveByIKOffset x="0.000000" y="-0.120000" z="0.030000" />
<FirstPersonProjectileDriveByPassengerIKOffset x="0.000000" y="0.030000" z="-0.040000" />
<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.055000" z="0.020000" />
<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.035000" z="0.000000" />
<FirstPersonMobilePhoneOffset x="0.133000" y="0.228000" z="0.468000" />
<FirstPersonPassengerMobilePhoneOffset x="0.136000" y="0.223000" z="0.425000" />
<PovCameraOffset x="0.000000" y="-0.145000" z="0.590000" />
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
<PovPassengerCameraOffset x="0.000000" y="0.000000" z="0.070000" />
<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="true" />
<AllowSundayDriving value="true" />
<AllowBodyColorMapping value="true" />
<wheelScale value="0.279400" />
<wheelScaleRear value="0.279400" />
<dirtLevelMin value="0.000000" />
<dirtLevelMax value="0.700000" />
<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="0x003b4646" />
<steerWheelMult value="1.000000" />
<HDTextureDist value="5.000000" />
<lodDistances content="float_array">
450.000000
650.000000
750.000000
800.000000
750.000000
900.000000
</lodDistances>
<minSeatHeight value="0.85" />
<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="90" />
<swankness>SWANKNESS_2</swankness>
<maxNum value="20" />
<flags>FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_RECESSED_HEADLIGHT_CORONAS FLAG_HAS_LIVERY FLAG_SPAWN_ON_TRAILER FLAG_AVERAGE_CAR FLAG_HAS_INTERIOR_EXTRAS FLAG_PARKING_SENSORS FLAG_EXTRAS_ALL FLAG_EXTRAS_STRONG</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_BACK_PLATES</plateType>
<dashboardType>VDT_SCHAFTER</dashboardType>
<vehicleClass>VC_EMERGENCY</vehicleClass>
<wheelType>VWT_SUV</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>STD_DOMINATOR_FRONT_LEFT</Item>
<Item>STD_DOMINATOR_FRONT_RIGHT</Item>
</firstPersonDrivebyData>
</Item>
</InitDatas>
<txdRelationships>
<Item>
<parent>vehicles_dom_interior</parent>
<child>07must</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
@@ -1,2 +1,3 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937' resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
this_is_a_map 'yes' this_is_a_map 'yes'
@@ -0,0 +1,18 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'handling.meta',
'vehicles.meta',
'carvariations.meta',
'carcols.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'
-- specfiy the names of the items being added within this (same as in the lang file in a dlc pack(kinda, the formatting is different))
client_script 'names.lua'
@@ -0,0 +1,13 @@
fx_version "cerulean"
game "gta5"
author 'Iakkoise'
description "iak_DrugFarm"
discord "https://discord.gg/tqk3kAEr4f"
this_is_a_map 'yes'
--cord: -34.5375, 2879.5640, 62.09241
@@ -0,0 +1,8 @@
description 'Ultrunz Fire Stations'
name 'ult-firedepts'
author 'ultrunz.com'
this_is_a_map 'yes'
fx_version 'adamant'
games {'gta5'}

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