adding new staff vehicles and script

This commit is contained in:
KingMcDonalds
2025-10-12 20:38:48 -07:00
parent d862a50c8b
commit b4f43fde24
86 changed files with 34115 additions and 10 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,72 @@
End User License Agreement
THIS END USER LICENSE AGREEMENT (the "Agreement")
BETWEEN:
Big Daddy Scripts (a division of I CAN MAKE THAT, LLC)
(the "Vendor")
OF THE FIRST PART
- AND -
Purchaser of Big Daddy Scripts resource
(the "Licensee")
OF THE SECOND PART
BACKGROUND:
The Vendor wishes to license computer software to the Licensee and the Licensee desires to purchase the software license under the terms and conditions stated below.
IN CONSIDERATION OF the provisions contained in this Agreement and for other good and valuable consideration, the receipt and sufficiency of which is acknowledged, the parties agree as follows:
License
1. Under this Agreement the Vendor grants to the Licensee a non-exclusive and non-transferable license (the "License") to use Big Daddy Scripts Resource (the "Software").
2. "Software" includes the executable computer programs and any related printed, electronic and online documentation and any other files that may accompany the product.
3. Title, copyright, intellectual property rights and distribution rights of the Software remain exclusively with the Vendor. Intellectual property rights include the look and feel of the Software. This Agreement constitutes a license for use only and is not in any way a transfer of ownership rights to the Software.
4. The Software may be loaded onto no more than one computer. A single copy may be made for backup purposes only.
5. The rights and obligations of this Agreement are personal rights granted to the Licensee only. The Licensee may not transfer or assign any of the rights or obligations granted under this Agreement to any other person or legal entity. The Licensee may not make available the Software for use by one or more third parties.
6. The Software may not be modified, reverse-engineered, or de-compiled in any manner through current or future available technologies.
7. Failure to comply with any of the terms under the License section will be considered a material breach of this Agreement.
License Fee
8. The purchase price paid by the Licensee will constitute the entire license fee and is the full consideration for this Agreement.
Limitation of Liability
9. The Software is provided by the Vendor and accepted by the Licensee "as is". Liability of the Vendor will be limited to a maximum of the original purchase price of the Software. The Vendor will not be liable for any general, special, incidental or consequential damages including, but not limited to, loss of production, loss of profits, loss of revenue, loss of data, or any other business or economic disadvantage suffered by the Licensee arising out of the use or failure to use the Software.
10. The Vendor makes no warranty expressed or implied regarding the fitness of the Software for a particular purpose or that the Software will be suitable or appropriate for the specific requirements of the Licensee.
11. The Vendor does not warrant that use of the Software will be uninterrupted or error-free. The Licensee accepts that software in general is prone to bugs and flaws within an acceptable level as determined in the industry.
Warrants and Representations
12. The Vendor warrants and represents that it is the copyright holder of the Software. The Vendor warrants and represents that granting the license to use this Software is not in violation of any other agreement, copyright or applicable statute.
Acceptance
13. All terms, conditions and obligations of this Agreement will be deemed to be accepted by the Licensee ("Acceptance") upon the purchse of the software.
User Support
14. The Licensee will be entitled to support within Big Daddy Scripts Discord available most days, at no additional cost.
15. The Licensee will be entitled to maintenance upgrades and bug fixes, at no additional cost, forever.
Term
16. The term of this Agreement will begin on purchase of the software and is perpetual.
Termination
17. This Agreement will be terminated and the License forfeited without the chance of a refund where the Licensee has failed to comply with any of the terms of this Agreement or is in breach of this Agreement. On termination of this Agreement for any reason, the Licensee will promptly destroy the Software or return the Software to the Vendor.
Force Majeure
18. The Vendor will be free of liability to the Licensee where the Vendor is prevented from executing its obligations under this Agreement in whole or in part due to Force Majeure, such as earthquake, typhoon, flood, fire, and war or any other unforeseen and uncontrollable event where the Vendor has taken any and all appropriate action to mitigate such an event.
Additional Clauses
19. You may not share any prop, texture, code, imagery, or any pieces that come with this resource. Failure to comply with this will result in the license being revoked without refund.
Governing Law
20. The Parties to this Agreement submit to the jurisdiction of the courts of the State of West Virginia for the enforcement of this Agreement or any arbitration award or decision arising from this Agreement. This Agreement will be enforced or construed according to the laws of the State of West Virginia.
Miscellaneous
21. This Agreement can only be modified in writing and can be modified at any time without warning or notice, although attempt to provide notice will be made.
22. This Agreement does not create or imply any relationship in agency or partnership between the Vendor and the Licensee.
23. Headings are inserted for the convenience of the parties only and are not to be considered when interpreting this Agreement. Words in the singular mean and include the plural and vice versa. Words in the masculine gender include the feminine gender and vice versa. Words in the neuter gender include the masculine gender and the feminine gender and vice versa.
24. If any term, covenant, condition or provision of this Agreement is held by a court of competent jurisdiction to be invalid, void or unenforceable, it is the parties' intent that such provision be reduced in scope by the court only to the extent deemed necessary by that court to render the provision reasonable and enforceable and the remainder of the provisions of this Agreement will in no way be affected, impaired or invalidated as a result.
25. This Agreement contains the entire agreement between the parties. All understandings have been included in this Agreement. Representations which may have been made by any party to this Agreement may in some way be inconsistent with this final written Agreement. All such statements are declared to be of no value in this Agreement. Only the written terms of this Agreement will bind the parties.
26. This Agreement and the terms and conditions contained in this Agreement apply to and are binding upon the Vendor's successors and assigns.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
fx_version 'bodacious'
game 'gta5'
author 'Big Daddy'
version '1.4.0'
description 'Spawn and manipulate objects'
client_scripts {
'*.Client.net.dll',
'Newtonsoft.Json.dll',
'MenuAPI.dll',
}
server_scripts {
'*.Server.net.dll',
'BigDaddy-Server.js',
'bdsql.js',
}
files {
'SpawnableObjects.json',
'settings.ini',
'nui/index.html'
}
ui_page 'nui/index.html'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_dream_of_lights.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_vehicle_triangle_a.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_light_stage.ytyp'
@@ -0,0 +1,328 @@
<html>
<head>
<title></title>
</head>
<body>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
#groups {
position: fixed;
top: 20px;
left: 20px;
width: 250px;
/*background-color: rgba(0, 0, 0, .5);*/
padding: 15px;
max-height: 90vh;
overflow-y: auto;
overflow-x: hidden;
}
#menu {
position: fixed;
top: 20px;
right: 20px;
width: 250px;
/*background-color: rgba(0, 0, 0, .5);*/
padding: 15px;
}
.btn {
position: relative;
padding: 10px;
width: 225px;
border: 1px solid black;
background-color: rgba(0, 0, 0, 0.5);
color: white;
margin-bottom: 3px;
cursor: pointer;
display: inline-block;
}
.btn:hover {
background-color: rgba(0, 0, 0, 0.9);
}
.active {
background-color: rgba(0, 0, 0, 0.9);
}
.btn:active {
padding: 8px;
margin: 4px;
}
.btn.red {
background-color: rgba(200, 0, 0, 0.5);
}
.btn.red:hover {
background-color: rgba(200, 0, 0, 0.9);
}
.btn.green {
background-color: rgba(0, 100, 0, 0.5);
}
.btn.green:hover {
background-color: rgba(0, 100, 0, 0.9);
}
.btn.blue {
background-color: rgba(0, 0, 200, 0.5);
}
.btn.blue:hover {
background-color: rgba(0, 0, 200, 0.9);
}
#wrapper {
display: none;
}
.confirmbox {
display: none;
width: 330px;
height: auto;
background: rgba(0,0,0,.7);
border: 2px solid white;
padding: 10px;
color: white;
font-size: 18px;
text-align: center;
margin-left: 50%;
margin-top: 20%;
transform: translate(-50%,0);
box-shadow: rgba(0,0,0,.7) 0 0 10px;
}
.newbox {
width: 700px;
margin-top: 8%;
}
input {
border: 1px solid white;
width: 100%;
padding: 16px 10px 10px;
margin-top: 10px;
margin-bottom: 10px;
background: black;
color: white;
}
input .full {
width: 98%;
}
.col {
width: 47%;
margin: 0 1%;
display: inline-block;
position: relative;
}
.col-w {
width: 97%;
margin: 0 0% 0 1.5%;
display: block;
position: relative;
}
.textlabel {
font-size: 8px;
position: absolute;
top: 12px;
left: 10px;
}
select {
width: 100%;
background: black;
border: 1px solid white;
padding: 10px;
color: white;
margin-top: 10px;
}
</style>
<div id="wrapper">
<div id="groups"></div>
<div id="menu">
<div id="done" class="btn green" onclick="ExitMenu(true);">DONE</div>
<div id="new" class="btn" onclick="PreCreate(false);">CREATE NEW</div>
<div id="edit" class="btn" onclick="Edit();">EDIT</div>
<div id="clone" class="btn" onclick="PreCreate(true);">CLONE</div>
<div id="rename" class="btn" onclick="PreRename();">RENAME</div>
<div id="delete" class="btn red" onclick="PreDelete();">DELETE</div>
<div id="cancel" class="btn" onclick="ExitMenu(false);">CANCEL</div>
</div>
<div id="confirm" class="confirmbox">
Are you sure you want to completely delete this group forever?<br /><br />
<div onclick="Delete();" class="btn blue">Yes, delete it</div> <div onclick="$(this).parent().hide();" class="btn red">Oops, no don't</div>
</div>
<div id="renamebox" class="confirmbox">
Name<br />
<input type="text" id="namer" /><br />
<div onclick="Rename();" class="btn blue">CONTINUE</div>
<div onclick="$(this).parent().hide(); $('#namer').val('');" class="btn red">CANCEL</div>
</div>
<div id="newname" class="confirmbox newbox">
<form id="newform">
<div class="col">
<label class="textlabel" for="groupname">Group Name</label>
<input type="text" id="groupname" />
</div>
<br />
<br />
</form>
<div onclick="Create($('#isclone').val());" class="btn blue">CONTINUE</div>
<div onclick="$(this).parent().hide(); $('#newnamer').val('');" class="btn red">CANCEL</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/flatpickr/dist/themes/dark.css">
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script type="text/html" id="buttonT">
<div class="btn character" onclick="PickOne({{id}})" data-id="{{id}}">{{name}}</div>
</script>
<script>
window.onload = function () {
var eventCallback = {
buildmenu: function (data) {
$('#characters').html('');
var jdata = '';
//if (data.data != '') {
// jdata = JSON.parse(data.data || "[]");
// for (i = 0; i < jdata.length; i++) {
// var b = $('#buttonT').html()
// b = b.replace('{{id}}', jdata[i].id);
// b = b.replace('{{id}}', jdata[i].id);
// b = b.replace('{{name}}', jdata[i].name);
// $('#characters').html($('#characters').html() + b);
// if (jdata[i].currentId == jdata[i].id) $('[data-id="' + jdata[i].currentId + '"]').addClass('active');
// }
//}
$('#wrapper').show();
},
hide: function (data) {
$('#wrapper').hide();
},
show: function (data) {
$('#wrapper').show();
},
};
window.addEventListener('message', (event) => {
eventCallback[event.data.action](event.data);
});
}
async function ExitMenu(save) {
$('#wrapper').hide();
try {
const response = await axios.post(`https://${GetParentResourceName()}/exitmenu`, {
saved:save,
});
console.log(response.data);
} catch (error) {
console.error(`Failed to call NUI callback: ${error}`);
}
}
async function PickOne(id) {
$('.btn').removeClass('active');
$('[data-id="' + id + '"]').addClass('active');
try {
const response = await axios.post(`https://${GetParentResourceName()}/pc`, {
id: id,
});
console.log(response.data);
} catch (error) {
console.error(`Failed to call NUI callback: ${error}`);
}
}
var isClone = false;
async function PreCreate(isclone) {
isClone = isclone;
$('#isclone').val(isclone);
$('#newname').show();
}
async function Create(isclone) {
// var j = { "Firstname": $('#newnamerFirst').val(), "Lastname": $('#newnamerLast').val(), "Address1": $('#address1').val(), "Postal": $('#postal').val(), "Weight": $('#weight').val(), "Height": $('#height').val(), "EyeColor": $('#eyes').find(":selected").val(), "HairColor": $('#hair').find(":selected").val(), "Gender": $('#gender').find(":selected").val(), "Ethnicity": $('#ethnicity').find(":selected").val(), "DOB": $('#dob').val() };
// //console.log(j);
// try {
// const response = await axios.post(`https://${GetParentResourceName()}/new`, {
// isclone: isClone,
// name: $('#newnamerFirst').val() + ' ' + $('#newnamerLast').val(),
// data: JSON.stringify(j)
// });
// console.log(response.data);
// } catch (error) {
// console.error(`Failed to call NUI callback: ${error}`);
// }
// $('#newname').hide();
// $('#newnamer').val('');
}
async function PreRename() {
$('#renamebox').show();
}
async function Rename() {
try {
const response = await axios.post(`https://${GetParentResourceName()}/rename`, {
name: $('#namer').val()
});
console.log(response.data);
} catch (error) {
console.error(`Failed to call NUI callback: ${error}`);
}
$('#renamebox').hide();
$('#renamer').val('');
}
async function Edit() {
try {
const response = await axios.post(`https://${GetParentResourceName()}/edit`, {
});
console.log(response.data);
} catch (error) {
console.error(`Failed to call NUI callback: ${error}`);
}
}
async function PreDelete() {
$('#confirm').show();
}
async function Delete() {
$('#confirm').hide();
var id = $('.active').attr('data-id')
try {
const response = await axios.post(`https://${GetParentResourceName()}/delete`, {
id: id
});
console.log(response.data);
} catch (error) {
console.error(`Failed to call NUI callback: ${error}`);
}
}
flatpickr("#dob", { dateFormat: "m/d/Y"});
</script>
</body>
</html>
@@ -0,0 +1,11 @@
[licensing]
key1=KDF49tmyZYE2Ni3cr45ETeWHDDqyooABoKhF%2bzQWSwaIChuFzk6v0w%3d%3d
[settings]
useBadgerPermissions=false
useAcePermissions=false
permissions=command
allowAnyModel=true
; do not change this VERY IMPORTANT
DesyncKey=855518194321
@@ -1337,6 +1337,37 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/SMPDF150/dlctext.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/rescue1/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/rescue1/dlctext.meta'
-- 20fpiu_pd
files {
'data/20fpiu_pd/vehicles.meta',
'data/20fpiu_pd/carvariations.meta',
'data/20fpiu_pd/carcols.meta',
'data/20fpiu_pd/handling.meta',
'data/20fpiu_pd/vehiclelayouts.meta',
}
data_file 'HANDLING_FILE' 'data/20fpiu_pd/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/20fpiu_pd/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/20fpiu_pd/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/20fpiu_pd/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/20fpiu_pd/dlctext.meta'
-- cc20fpiu
files {
'data/cc20fpiu/vehicles.meta',
'data/cc20fpiu/carvariations.meta',
'data/cc20fpiu/carcols.meta',
'data/cc20fpiu/handling.meta',
'data/cc20fpiu/vehiclelayouts.meta',
}
data_file 'HANDLING_FILE' 'data/cc20fpiu/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/cc20fpiu/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/cc20fpiu/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/cc20fpiu/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/cc20fpiu/dlctext.meta'
-- CHPoldhpack2021
files {
'data/CHPoldhpack2021/vehicles.meta',
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>cc20fpiu</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="701"/>
<sirenSettings value="11123"/>
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -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,143 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>cc20fpiu</modelName>
<txdName>cc20fpiu</txdName>
<handlingId>20Fpiu</handlingId>
<gameName>cc20fpiu</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>cc20fpiu</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
@@ -23,10 +23,10 @@ Citizen.CreateThread(function()
AddTextEntry('hp8', '2018 DODGE CHARGER PURSUIT')
-- hp9
AddTextEntry('hp9', 'Ford Explorer Police Interceptor 2020')
--
AddTextEntry(' ', ' ')
--
AddTextEntry(' ', ' ')
-- 20fpiu_pd
AddTextEntry('20fpiu_pd', 'Ford Explorer Police Interceptor 2020')
-- cc20fpiu
AddTextEntry('cc20fpiu', 'Ford Explorer Police Interceptor 2020')
--
AddTextEntry(' ', ' ')
--
@@ -0,0 +1,14 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'data/vehicles.meta',
'data/carcols.meta',
'data/carvariations.meta',
'data/handling.meta',
}
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'
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>25rango6</modelName>
<colors>
<Item>
<indices content="char_array">
0
0
0
0
5
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
0
0
0
0
5
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
0
0
0
0
5
0
</indices>
<liveries>
<Item value="false" />
</liveries>
</Item>
<Item>
<indices content="char_array">
0
0
0
0
5
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="223" />
<sirenSettings value="4754791"/>
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>25rango6</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="8" />
<fInitialDriveForce value="0.5" />
<fDriveInertia value="0.900000" />
<fClutchChangeRateScaleUpShift value="2.100000" />
<fClutchChangeRateScaleDownShift value="2.100000" />
<fInitialDriveMaxFlatVel value="178.000000" />
<fBrakeForce value="0.900000" />
<fBrakeBiasFront value="0.350000" />
<fHandBrakeForce value="0.600000" />
<fSteeringLock value="45.000000" />
<fTractionCurveMax value="3.200000" />
<fTractionCurveMin value="3.400000" />
<fTractionCurveLateral value="25.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="1.000000" />
<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,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>25rango6</modelName>
<txdName>25rango6</txdName>
<handlingId>25rango6</handlingId>
<gameName>25rango6</gameName>
<vehicleMakeName>21DODGE</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>kc157jev8magnaflow</audioNameHash>
<layout>LAYOUT_STD_HIGHWINDOW</layout>
<coverBoundOffsets>GRESLEY_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.580000" />
<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.250000" />
<wheelScaleRear value="0.250000" />
<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">
2000.000000
6000.000000
10000.000000
12500.000000
50000.000000
50000.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_USE_INTERIOR_RED_LIGHT FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_SPEEDO</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_speedo_interior</parent>
<child>21durango</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+62
View File
@@ -0,0 +1,62 @@
--[[
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 = {"25rango6"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = true,
sbExtras = {7}
},
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 = "FRONT", key = 1, color = "green", extra = 1, linkedExtras = {2,3}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "REAR", key = 2, color = "green", extra = 4, linkedExtras = {5,8}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "TKDN", key = 5, color = "green", extra = 10, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "D ALLEY", key = 4, color = "green", extra = 11, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "P ALLEY", key = 6, color = "green", extra = 12, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "CRUISE", key = 3, color = "green", extra = 7, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = true},
{label = "BLACKOUT", key = 7, color = "red", extra = 6, linkedExtras = {}, oppositeExtras = {9,8}, offExtras = {}, repair = true}
},
stages = {
useStages = false,
stageKeys = {1,2},
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}
@@ -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,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>20legacyfpiu3</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="234"/>
<sirenSettings value="2146798"/>
</Item>
</variationData>
</CVehicleModelInfoVariation>
@@ -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,54 @@
--[[
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 = {"20legacyfpiu3"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = true,
sbExtras = {11}
},
parkConfig = {
usePark = true,
useSync = false,
syncWith = {},
pExtras = {5,6,7,8,9},
dExtras = {1,2,3,4}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = true,
speedThreshold = 4,
brakeExtras = {12},
disableExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "PARK FRONT", key = 2, color = "green", extra = 5, linkedExtras = {6,7}, oppositeExtras = {}, offExtras = {}, repair = false},
{label = "PARK REAR", key = 3, color = "green", extra = 8, linkedExtras = {9}, oppositeExtras = {}, offExtras = {}, repair = false},
{label = "DRIVE", key = 4, color = "green", extra = 1, linkedExtras = {2,3,4}, oppositeExtras = {}, offExtras = {}, repair = false},
{label = "TAKEDOWN", key = 1, color = "green", extra = 10, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false},
{label = "STEADY", key = 5, color = "green", extra = 11, linkedExtras = {}, oppositeExtras = {}, offExtras = {}, repair = false},
},
defaultStages = {
useDefaults = false,
enableKeys = {3},
disableKeys = {1,2,4,11}
}
}
@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>20legacyfpiu3</modelName>
<txdName>20legacyfpiu3</txdName>
<handlingId>20Fpiu</handlingId>
<gameName>20legacyfpiu3</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">
1500.000000
3000.000000
7000.000000
14000.000000
50000.000000
50000.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>FPIUK</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
@@ -19,8 +19,13 @@ Config.VehicleRestrictions = {
"mxxraprb",
"chargfire",
"swat1",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"20legacyfpiu3",
"trackhawkPD",
"nxsmods22jeep",
"25rango6",
"nxsmods21yukon",
"BearcatRBstairs",
"nxsmods21tah",
@@ -38,6 +43,9 @@ Config.VehicleRestrictions = {
"x3bearcat",
"x3bearcat2",
"bearcat",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"mrap",
"mxxraprb",
"chargfire",
@@ -49,7 +57,8 @@ Config.VehicleRestrictions = {
"nxsmods22jeep",
"nxsmods21yukon",
"nxsmods21tah",
"nxsmods21sierra",
"nxsmods21sierra",
"25rango6",
"staff-sl23hoe",
"23ssjam",
"caddys",
@@ -80,11 +89,15 @@ Config.VehicleRestrictions = {
"nxsmods21sierra",
"x3bearcat",
"x3bearcat2",
"20legacyfpiu3",
"staff-sl23hoe",
"bearcat",
"909_seahawk",
"b737800",
"b737800C",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"hazop1",
"firehawk",
"THPram",
@@ -116,6 +129,7 @@ Config.VehicleRestrictions = {
"Zl116Camaro",
"dylanrnger",
"schp16piust",
"25rango6",
"schp16piu",
"maxchasrt",
"safe33g",
@@ -146,6 +160,7 @@ Config.VehicleRestrictions = {
"mxxraprb",
"nxsmods22jeep",
"nxsmods21yukon",
"20legacyfpiu3",
"nxsmods21tah",
"nxsmods21sierra",
"909_seahawk",
@@ -155,6 +170,9 @@ Config.VehicleRestrictions = {
"firehawk",
"BearcatRBstairs",
"THPram",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"23sir",
"smpdf150",
"21rangost",
@@ -177,6 +195,7 @@ Config.VehicleRestrictions = {
"23ssjam",
"pdstang",
"gm5303",
"25rango6",
"csdotlowboy",
"tundra23",
"Zl116Camaro",
@@ -198,7 +217,10 @@ Config.VehicleRestrictions = {
"Staff-kgbearcat",
"bearcat",
"x3bearcat",
"x3bearcat2",
"x3bearcat2",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"mrap",
"mxxraprb",
"chargfire",
@@ -231,6 +253,7 @@ Config.VehicleRestrictions = {
"commandtruckr",
"commandcenter",
"Commandcenterr",
"20legacyfpiu3",
"19mustgt",
"BearcatRBstairs",
"lasd22tunm",
@@ -250,7 +273,8 @@ Config.VehicleRestrictions = {
"csdotlowboy",
"tundra23",
"Zl116Camaro",
"dylanrnger",
"dylanrnger",
"25rango6",
"schp16piust",
"schp16piu",
"23lapdlasdsuburls",
@@ -283,6 +307,7 @@ Config.VehicleRestrictions = {
"nxsmods21yukon",
"nxsmods21tah",
"nxsmods21sierra",
"20legacyfpiu3",
"18charger",
"18chargerb",
"trackhawkPD",
@@ -298,6 +323,9 @@ Config.VehicleRestrictions = {
"firehawk",
"THPram",
"23sir",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"smpdf150",
"21rangost",
"commandtruck",
@@ -311,6 +339,7 @@ Config.VehicleRestrictions = {
"lasdchg",
"seb2",
"lasd16chrgr",
"25rango6",
"gm5303",
"csdotlowboy",
"tundra23",
@@ -350,6 +379,7 @@ Config.VehicleRestrictions = {
"18gscrb",
"caddys",
"staff-sl23hoe",
"20legacyfpiu3",
"Polmrambb23",
"maxcamaro19",
"swat1",
@@ -368,12 +398,16 @@ Config.VehicleRestrictions = {
"b737800",
"b737800C",
"hazop1",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"firehawk",
"THPram",
"23sir",
"smpdf150",
"21rangost",
"commandtruck",
"commandtruck",
"25rango6",
"commandtruckr",
"commandcenter",
"Commandcenterr",
@@ -416,6 +450,7 @@ Config.VehicleRestrictions = {
"Staff-kgbearcat",
"bearcat",
"x3bearcat",
"20legacyfpiu3",
"x3bearcat2",
"mrap",
"mxxraprb",
@@ -431,6 +466,9 @@ Config.VehicleRestrictions = {
"nxsmods22jeep",
"nxsmods21yukon",
"nxsmods21tah",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"nxsmods21sierra",
"23gmcleoslick",
"23gmcleo",
@@ -457,6 +495,7 @@ Config.VehicleRestrictions = {
"commandtruckr",
"BearcatRBstairs",
"commandcenter",
"25rango6",
"Commandcenterr",
"19mustgt",
"lasd22tunm",
@@ -508,8 +547,12 @@ Config.VehicleRestrictions = {
"nxsmods22jeep",
"nxsmods21yukon",
"nxsmods21tah",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"nxsmods21sierra",
"Polmrambb23",
"20legacyfpiu3",
"staff-sl23hoe",
"23ram1",
"bearcat",
@@ -655,6 +698,7 @@ Config.VehicleRestrictions = {
"23ssjam",
"23UNMARKsubun",
"pdstang",
"25rango6",
"lasdtahoelan",
"Zl116Camaro",
"dylanrnger",
@@ -675,6 +719,7 @@ Config.VehicleRestrictions = {
"Staff-Buggy",
"Staff-DMLEOF82",
"Staff-kgbearcat",
"20legacyfpiu3",
"x3bearcat",
"x3bearcat2",
"mrap",
@@ -684,6 +729,9 @@ Config.VehicleRestrictions = {
"bearcat",
"18charger",
"18chargerb",
"pbpd1",
"20fpiu_pd",
"cc20fpiu",
"mxxraprb",
"trackhawkPD",
"chargfire",
@@ -749,6 +797,7 @@ Config.VehicleRestrictions = {
"agerars",
"aperta",
"ctt55vv",
"25rango6",
"21mach1stang",
"18challengerbw",
"CHP2",
+5
View File
@@ -580,6 +580,11 @@ SIREN_ASSIGNMENTS = {
['npstahoeppv2'] = { 27, 28, 29, 30, 31, 32 },
['npstahoeppv3'] = { 27, 28, 29, 30, 31, 32 },
['npstahoessv'] = { 27, 28, 29, 30, 31, 32 },
['20legacyfpiu3'] = { 15, 28, 29, 30, 31, 32 },
['25rango6'] = { 15, 28, 29, 30, 31, 32 },
['pbpd1'] = { 15, 28, 29, 30, 31, 32 },
['cc20fpiu'] = { 15, 28, 29, 30, 31, 32 },
['20fpiu_pd'] = { 15, 28, 29, 30, 31, 32 },
['npstahoessv2'] = { 27, 28, 29, 30, 31, 32 },
['f350bubba'] = { 27, 28, 29, 30, 31, 32 },
['23silverlt'] = { 27, 28, 29, 30, 31, 32 },
+15
View File
@@ -0,0 +1,15 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'vehicles.meta',
'carvariations.meta',
'carcols.meta',
'handling.meta',
'vehiclelayouts.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'
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<SContentUnlocks>
<listOfUnlocks>
</listOfUnlocks>
</SContentUnlocks>
File diff suppressed because it is too large Load Diff
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
<variationData>
<Item>
<modelName>pbpd1</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="242"/>
<sirenSettings value="428"/>
</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>
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<CHandlingDataMgr>
<HandlingData>
<Item type="CHandlingData">
<handlingName>gu4</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.
Binary file not shown.
Binary file not shown.
+134
View File
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfo__InitDataList>
<residentTxd>vehshare</residentTxd>
<residentAnims />
<InitDatas>
<Item>
<modelName>pbpd1</modelName>
<txdName>pbpd1</txdName>
<handlingId>gu4</handlingId>
<gameName>pbpd1</gameName>
<vehicleMakeName>21DODGE</vehicleMakeName>
<expressionDictName>null</expressionDictName>
<expressionName>null</expressionName>
<animConvRoofDictName>null</animConvRoofDictName>
<animConvRoofName>null</animConvRoofName>
<animConvRoofWindowsAffected />
<ptfxAssetName>null</ptfxAssetName>
<audioNameHash>WINDSOR</audioNameHash>
<layout>LAYOUT_STD_HIGHWINDOW</layout>
<coverBoundOffsets>GRESLEY_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.580000" />
<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.250000" />
<wheelScaleRear value="0.250000" />
<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">
20.000000
60.000000
100.000000
125.000000
500.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_USE_INTERIOR_RED_LIGHT FLAG_HAS_LIVERY FLAG_HAS_INTERIOR_EXTRAS FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_ALLOW_HATS_NO_ROOF</flags>
<type>VEHICLE_TYPE_CAR</type>
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
<dashboardType>VDT_SPEEDO</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>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_speedo_interior</parent>
<child>gu4</child>
</Item>
</txdRelationships>
</CVehicleModelInfo__InitDataList>
+12
View File
@@ -214,6 +214,18 @@ Config = {
"fs23hoe",
"23sir",
"23f150",
"spec20legcyfpiu",
"maxang",
"pbpd1",
"cc20fpiu",
"20fpiu_pd",
"hab23charger",
"chp16ram",
},
+5 -2
View File
@@ -234,7 +234,7 @@ ensure pds_vest
ensure gravity_duty_belts
ensure redschp
ensure pds_micpack
ensure
ensure beards
ensure
ensure holstersounds
@@ -267,6 +267,7 @@ ensure BigDaddy-Money
ensure BigDaddy-CarLockPick
ensure BigDaddy-LEO
ensure BigDaddy-Tazed
ensure BigDaddy-ObjectSpawner
ensure tommys-pov
ensure map_postals
@@ -891,7 +892,9 @@ ensure 23UNMARKsubun
ensure austin-nsahp
ensure Bearcatstairs
ensure 21silvst
ensure
ensure spec20legcyfpiu
ensure maxang
ensure maxxpb
ensure lafdengine26
ensure lafdengine25