1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-12 15:40:42 +02:00
parent 78aad3a9a8
commit bb893ec170
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
<animConvRoofName>brush_truck</animConvRoofName> <animConvRoofName>brush_truck</animConvRoofName>
<animConvRoofWindowsAffected /> <animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName> <ptfxAssetName>null</ptfxAssetName>
<audioNameHash>SADLER</audioNameHash> <audioNameHash>
<layout>LAYOUT_RANGER</layout> <layout>LAYOUT_RANGER</layout>
<coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets> <coverBoundOffsets>GRANGER_COVER_OFFSET_INFO</coverBoundOffsets>
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo> <explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>

View file

@ -8,16 +8,16 @@ Config.debug = true
Config.esxSettings = { Config.esxSettings = {
enabled = false, enabled = false,
-- Whether or not to use the new ESX export method -- Whether or not to use the new ESX export method
useNewESXExport = true, useNewESXExport = false,
-- Enable this if you're using a very old version of ESX -- Enable this if you're using a very old version of ESX
oldEsx = false, oldEsx = false,
} }
Config.qbSettings = { Config.qbSettings = {
enabled = false, enabled = true,
-- Whether or not to use the new QBCore export method -- Whether or not to use the new QBCore export method
useNewQBExport = true, useNewQBExport = false,
} }
-- Only enable when NOT using ESX or QBCore -- Only enable when NOT using ESX or QBCore