ADDING NEW MUSTANG
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
This export enables temporary use of certain FiveM natives through JavaScript,
|
||||
as the C# reference for these natives is currently outdated. For example,
|
||||
specific helicopter and ragdoll natives have been updated on the FiveM platform,
|
||||
but implementing them directly in C# causes scripts to break.
|
||||
|
||||
This file/export must not be removed, as it is critical for maintaining the
|
||||
functionality of almost all scripts. Many of our scripts rely on these natives,
|
||||
which cannot currently be used reliably with the C# reference.
|
||||
*/
|
||||
|
||||
|
||||
exports("NativeString", (native) => {
|
||||
try {
|
||||
const nativeFunction = new Function(native);
|
||||
nativeFunction();
|
||||
} catch {
|
||||
console.error(`Error executing native string`);
|
||||
}
|
||||
});
|
||||
@@ -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.
@@ -0,0 +1,28 @@
|
||||
fx_version 'bodacious'
|
||||
game 'gta5'
|
||||
clr_disable_task_scheduler 'yes'
|
||||
|
||||
name "BigDaddy-EAS"
|
||||
description "EAS Emergency Alert System"
|
||||
author "Big Daddy"
|
||||
version "1.3.0"
|
||||
|
||||
client_scripts {
|
||||
'*Client.net.dll',
|
||||
'Newtonsoft.Json.dll',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'*.Server.net.dll',
|
||||
'Newtonsoft.Json.dll',
|
||||
'BigDaddy*.js'
|
||||
}
|
||||
|
||||
ui_page 'nui/nui.html'
|
||||
|
||||
files {
|
||||
'settings.ini',
|
||||
'nui/nui.html',
|
||||
'nui/sounds/*.mp3',
|
||||
'nui/sounds/*.ogg'
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap" id="font">
|
||||
<!-- CSS only -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
font-family: Montserrat, sans-serif;
|
||||
background: transparent;
|
||||
}
|
||||
#ticker {
|
||||
background: black;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
height: 35px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity linear .5s;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tickertext {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
margin-top: 5px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
left: unset;
|
||||
white-space: nowrap;
|
||||
text-shadow: 3px 3px 2px rgb(0 0 0 / 68%);
|
||||
}
|
||||
|
||||
#entryform {
|
||||
width: 40%;
|
||||
margin-left: 50%;
|
||||
transform: translateX(-50%);
|
||||
margin-top: 20%;
|
||||
opacity: 0;
|
||||
transition: opacity 1s;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="ticker"><div id="tickertext">test</div></div>
|
||||
|
||||
<div id="entryform">
|
||||
<select class="form-control" id="Agency"></select>
|
||||
<!--<input type="text" class="form-control" id="Agency" placeholder="What Agency is issuing this alert? (optional)" maxlength="25" />-->
|
||||
<input type="text" class="form-control" id="Type" placeholder="What type of alert is being issued? (required)" maxlength="50" />
|
||||
<textarea class="form-control" id="Text" placeholder="What is the alert text? (required)" maxlength="350" rows="3"></textarea>
|
||||
<div class="btn btn-success" onclick="SendAlert()">SEND</div> <div class="btn btn-warning" onclick="CancelAlert()">CANCEL</div>
|
||||
</div>
|
||||
<audio id="sounds"><source type="audio/ogg"></audio>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
|
||||
<script>
|
||||
var audio = null;
|
||||
var eventCallback = {
|
||||
alert: function (data) {
|
||||
$('#tickertext').html('');
|
||||
$('#tickertext').css('left', 'unset');
|
||||
alertstring = data.alertagency + ' ' + data.alerttype + ': ' + data.alerttext;
|
||||
alertstring += ' | ' + alertstring;
|
||||
$('#tickertext').html(alertstring);
|
||||
$('#tickertext').css('right', $('#tickertext').width() * -1);
|
||||
$('#ticker').css('opacity', 1);
|
||||
$('#tickertext').animate({ left: $('#tickertext').width() * -1 }, 60000, 'linear',
|
||||
function () {
|
||||
$('#ticker').css('opacity', 0);
|
||||
$('#tickertext').html('');
|
||||
$('#tickertext').css('left', 'unset');
|
||||
}
|
||||
);
|
||||
var file = data.alertagency.replace(' ', '').toLowerCase() + '.ogg';
|
||||
if (fileExists('sounds/' + file)) {
|
||||
eventCallback.sound(file);
|
||||
} else {
|
||||
eventCallback.sound('alert.mp3');
|
||||
}
|
||||
},
|
||||
sound: function (file = null) {
|
||||
if (audio != null) {
|
||||
audio.pause();
|
||||
}
|
||||
audio = new Audio('sounds/' + file);
|
||||
audio.volume = .5;
|
||||
audio.play();
|
||||
},
|
||||
showform: function (data) {
|
||||
var aa = data.alertagency;
|
||||
var a = null;
|
||||
if (aa != null) {
|
||||
a = aa.split(',');
|
||||
}
|
||||
if (a != null && a.length > 0) {
|
||||
$('#Agency option').remove();
|
||||
for (var i = 0; i < a.length; i++) {
|
||||
$('#Agency').append('<option value="' + a[i] + '">' + a[i] + '</option>');
|
||||
}
|
||||
}
|
||||
$('#entryform').css('opacity', '1');
|
||||
},
|
||||
}
|
||||
|
||||
function CancelAlert() {
|
||||
$('#Agency').val('');
|
||||
$('#Type').val( '');
|
||||
$('#Text').val('');
|
||||
fetch(`https://${GetParentResourceName()}/BuildEAS`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json; charset=UTF-8',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
easdata: ',,'
|
||||
})
|
||||
});
|
||||
$('#entryform').css('opacity', '0');
|
||||
}
|
||||
|
||||
function SendAlert() {
|
||||
fetch(`https://${GetParentResourceName()}/BuildEAS`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json; charset=UTF-8',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
easdata: $('#Agency').val().replace(/,/g, '~comma~').replace(/:/g, '~colon~') + ',' + $('#Type').val().replace(/,/g, '~comma~').replace(/:/g, '~colon~') + ',' + $('#Text').val().replace(/,/g, '~comma~').replace(/:/g, '~colon~')
|
||||
})
|
||||
});
|
||||
$('#entryform').css('opacity','0');
|
||||
$('#Agency').val('');
|
||||
$('#Type').val('');
|
||||
$('#Text').val('');
|
||||
}
|
||||
|
||||
function fileExists(file_url) {
|
||||
var http = new XMLHttpRequest();
|
||||
http.open('HEAD', file_url, false);
|
||||
http.send();
|
||||
return http.status != 404;
|
||||
}
|
||||
|
||||
window.onload = function () {
|
||||
window.addEventListener('message', function (event) {
|
||||
eventCallback[event.data.action](event.data);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
[licensing]
|
||||
key1=FP9RE8s1f9yTGDvd3CAKk6AG3VqeH9L5wa2oo9HietfJx1Kbv6tXmw%3d%3d
|
||||
|
||||
[settings]
|
||||
useAcePermissions=true
|
||||
acePermission=command
|
||||
agencies=Weather Service,Amber Alert,Silver Alert,Government Alert System
|
||||
|
||||
;do not change this
|
||||
DesyncKey=935018581672
|
||||
@@ -0,0 +1,17 @@
|
||||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
|
||||
-- Leaked By: Leaking Hub | Joshua Y. | https://discord.gg/aXWXXst
|
||||
|
||||
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'
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<CVehicleModelInfoVariation>
|
||||
<variationData>
|
||||
<Item>
|
||||
<modelName>24heatgt</modelName>
|
||||
<colors>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</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>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item> <Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</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="true" />
|
||||
</liveries>
|
||||
</Item>
|
||||
</colors>
|
||||
<kits>
|
||||
<Item>24heatgt_modkit</Item>
|
||||
</kits>
|
||||
<windowsWithExposedEdges />
|
||||
<plateProbabilities>
|
||||
<Probabilities />
|
||||
</plateProbabilities>
|
||||
<lightSettings value="900" />
|
||||
<sirenSettings value="623521" />
|
||||
</Item>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</variationData>
|
||||
</CVehicleModelInfoVariation>
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<CHandlingDataMgr>
|
||||
<HandlingData>
|
||||
<Item type="CHandlingData"><!--24heatgt HANDLING STARTS HERE-->
|
||||
<handlingName>24heatgt</handlingName>
|
||||
<fMass value="1200.000000" />
|
||||
<fInitialDragCoeff value="9.150000" />
|
||||
<fPercentSubmerged value="85.000000" />
|
||||
<vecCentreOfMassOffset x="0.000000" y="-0.070000" z="0.000000" />
|
||||
<vecInertiaMultiplier x="1.200000" y="1.500000" z="1.600000" />
|
||||
<fDriveBiasFront value="0.000000" />
|
||||
<nInitialDriveGears value="7" />
|
||||
<fInitialDriveForce value="0.333750" />
|
||||
<fDriveInertia value="1.000000" />
|
||||
<fClutchChangeRateScaleUpShift value="4.600000" />
|
||||
<fClutchChangeRateScaleDownShift value="4.600000" />
|
||||
<fInitialDriveMaxFlatVel value="153.850000" />
|
||||
<fBrakeForce value="0.840000" />
|
||||
<fBrakeBiasFront value="0.600000" />
|
||||
<fHandBrakeForce value="0.800000" />
|
||||
<fSteeringLock value="40.0000000" />
|
||||
<fTractionCurveMax value="2.630000" />
|
||||
<fTractionCurveMin value="2.495000" />
|
||||
<fTractionCurveLateral value="22.500000" />
|
||||
<fTractionSpringDeltaMax value="0.150000" />
|
||||
<fLowSpeedTractionLossMult value="1.000000" />
|
||||
<fCamberStiffnesss value="0.000000" />
|
||||
<fTractionBiasFront value="0.4980000" />
|
||||
<fTractionLossMult value="1.000000" />
|
||||
<fSuspensionForce value="2.600000" />
|
||||
<fSuspensionCompDamp value="1.300000" />
|
||||
<fSuspensionReboundDamp value="2.800000" />
|
||||
<fSuspensionUpperLimit value="0.070000" />
|
||||
<fSuspensionLowerLimit value="-0.110000" />
|
||||
<fSuspensionRaise value="0.02000" />
|
||||
<fSuspensionBiasFront value="0.470000" />
|
||||
<fAntiRollBarForce value="0.800000" />
|
||||
<fAntiRollBarBiasFront value="0.680000" />
|
||||
<fRollCentreHeightFront value="0.300000" />
|
||||
<fRollCentreHeightRear value="0.300000" />
|
||||
<fCollisionDamageMult value="0.700000" />
|
||||
<fWeaponDamageMult value="1.000000" />
|
||||
<fDeformationDamageMult value="0.700000" />
|
||||
<fEngineDamageMult value="1.500000" />
|
||||
<fPetrolTankVolume value="60.000000" />
|
||||
<fOilVolume value="5.000000" />
|
||||
<fSeatOffsetDistX value="0.000000" />
|
||||
<fSeatOffsetDistY value="0.000000" />
|
||||
<fSeatOffsetDistZ value="0.000000" />
|
||||
<nMonetaryValue value="150000" />
|
||||
<strModelFlags>440010</strModelFlags>
|
||||
<strHandlingFlags>0</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><!--24heatgt HANDLING ENDS HERE-->
|
||||
</HandlingData>
|
||||
</CHandlingDataMgr>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CVehicleModelInfo__InitDataList>
|
||||
<residentTxd>vehshare</residentTxd>
|
||||
<residentAnims />
|
||||
<InitDatas>
|
||||
<Item>
|
||||
<modelName>24heatgt</modelName>
|
||||
<txdName>24heatgt</txdName>
|
||||
<handlingId>24heatgt</handlingId>
|
||||
<gameName>Mustang GT</gameName>
|
||||
<vehicleMakeName>Chev</vehicleMakeName>
|
||||
<expressionDictName>null</expressionDictName>
|
||||
<expressionName>null</expressionName>
|
||||
<animConvRoofDictName>vc_24heatgt</animConvRoofDictName>
|
||||
<animConvRoofName>window</animConvRoofName>
|
||||
<animConvRoofWindowsAffected />
|
||||
<ptfxAssetName>null</ptfxAssetName>
|
||||
<audioNameHash>ta185amv8</audioNameHash>
|
||||
<layout>LAYOUT_LOW</layout>
|
||||
<coverBoundOffsets>GROWLER_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||
<scenarioLayout />
|
||||
<cameraName>FOLLOW_CHEETAH_CAMERA</cameraName>
|
||||
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
|
||||
<bonnetCameraName>VEHICLE_BONNET_CAMERA_LOW_LOW</bonnetCameraName>
|
||||
<povCameraName>REDUCED_NEAR_CLIP_POV_CAMERA</povCameraName>
|
||||
<FirstPersonDriveByIKOffset x="0.040000" y="-0.120000" z="-0.035000" />
|
||||
<FirstPersonDriveByUnarmedIKOffset x="0.03000" y="-0.010000" z="-0.035000" />
|
||||
<FirstPersonProjectileDriveByIKOffset x="0.070000" y="-0.110000" z="-0.080000" />
|
||||
<FirstPersonProjectileDriveByPassengerIKOffset x="-0.120000" y="-0.1100000" z="-0.070000" />
|
||||
<FirstPersonDriveByRightPassengerIKOffset x="0.000000" y="-0.10000" z="-0.035000" />
|
||||
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="-0.060000" z="-0.020000" />
|
||||
<FirstPersonMobilePhoneOffset x="0.165000" y="0.128000" z="0.553000" />
|
||||
<FirstPersonPassengerMobilePhoneOffset x="0.221000" y="0.093000" z="0.441000" />
|
||||
<PovCameraOffset x="0.000000" y="-0.300000" z="0.600000" />
|
||||
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
|
||||
<PovPassengerCameraOffset 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="true" />
|
||||
<AllowSundayDriving value="true" />
|
||||
<AllowBodyColorMapping value="true" />
|
||||
<wheelScale value="0.283000" />
|
||||
<wheelScaleRear value="0.283000" />
|
||||
<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="0.600000" />
|
||||
<diffuseTint value="0x00FFFFFF" />
|
||||
<steerWheelMult value="0.850000" />
|
||||
<HDTextureDist value="5.000000" />
|
||||
<lodDistances content="float_array">
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
</lodDistances>
|
||||
<minSeatHeight value="0.928" />
|
||||
<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_3</swankness>
|
||||
<maxNum value="999" />
|
||||
<flags>FLAG_HAS_LIVERY FLAG_SPORTS FLAG_PARKING_SENSORS FLAG_EXTRAS_REQUIREFLAG_USE_INTERIOR_RED_LIGHT FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_EXTRAS_STRONG</flags>
|
||||
<type>VEHICLE_TYPE_CAR</type>
|
||||
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
|
||||
<dashboardType>VDT_RACE</dashboardType>
|
||||
<vehicleClass>VC_EMERGENCY</vehicleClass>
|
||||
<wheelType>VWT_SPORT</wheelType>
|
||||
<trailers />
|
||||
<additionalTrailers />
|
||||
<drivers />
|
||||
<extraIncludes>
|
||||
</extraIncludes>
|
||||
<doorsWithCollisionWhenClosed />
|
||||
<driveableDoors />
|
||||
<bumpersNeedToCollideWithMap value="true" />
|
||||
<needsRopeTexture value="false" />
|
||||
<requiredExtras>
|
||||
</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>Truck</NmBraceOverrideSet>
|
||||
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
|
||||
<buoyancySphereSizeScale value="1.000000" />
|
||||
<pOverrideRagdollThreshold type="NULL" />
|
||||
<firstPersonDrivebyData>
|
||||
<Item>STD_DILETTANTE_FRONT_LEFT</Item>
|
||||
<Item>STD_DILETTANTE_FRONT_RIGHT</Item>
|
||||
<Item>STD_BALLER_REAR_LEFT</Item>
|
||||
<Item>STD_BALLER_REAR_RIGHT</Item>
|
||||
</firstPersonDrivebyData>
|
||||
</Item>
|
||||
</InitDatas>
|
||||
<txdRelationships>
|
||||
<Item>
|
||||
<parent>vehicles_bob_brown_interior</parent>
|
||||
<child>24heatgt</child>
|
||||
</Item>
|
||||
</txdRelationships>
|
||||
</CVehicleModelInfo__InitDataList>
|
||||
@@ -0,0 +1,17 @@
|
||||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
|
||||
-- Leaked By: Leaking Hub | Joshua Y. | https://discord.gg/aXWXXst
|
||||
|
||||
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'
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<CVehicleModelInfoVariation>
|
||||
<variationData>
|
||||
<Item>
|
||||
<modelName>24heatgtb</modelName>
|
||||
<colors>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</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>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item> <Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</indices>
|
||||
<liveries>
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="false" />
|
||||
<Item value="true" />
|
||||
<Item value="false" />
|
||||
</liveries>
|
||||
</Item>
|
||||
<Item>
|
||||
<indices content="char_array">
|
||||
134
|
||||
134
|
||||
0
|
||||
0
|
||||
13
|
||||
16
|
||||
</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="true" />
|
||||
</liveries>
|
||||
</Item>
|
||||
</colors>
|
||||
<kits>
|
||||
<Item>24heatgtb_modkit</Item>
|
||||
</kits>
|
||||
<windowsWithExposedEdges />
|
||||
<plateProbabilities>
|
||||
<Probabilities />
|
||||
</plateProbabilities>
|
||||
<lightSettings value="900" />
|
||||
<sirenSettings value="7823785342" />
|
||||
</Item>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</variationData>
|
||||
</CVehicleModelInfoVariation>
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<CHandlingDataMgr>
|
||||
<HandlingData>
|
||||
<Item type="CHandlingData"><!--24heatgtb HANDLING STARTS HERE-->
|
||||
<handlingName>24heatgtb</handlingName>
|
||||
<fMass value="1200.000000" />
|
||||
<fInitialDragCoeff value="9.150000" />
|
||||
<fPercentSubmerged value="85.000000" />
|
||||
<vecCentreOfMassOffset x="0.000000" y="-0.070000" z="0.000000" />
|
||||
<vecInertiaMultiplier x="1.200000" y="1.500000" z="1.600000" />
|
||||
<fDriveBiasFront value="0.000000" />
|
||||
<nInitialDriveGears value="7" />
|
||||
<fInitialDriveForce value="0.333750" />
|
||||
<fDriveInertia value="1.000000" />
|
||||
<fClutchChangeRateScaleUpShift value="4.600000" />
|
||||
<fClutchChangeRateScaleDownShift value="4.600000" />
|
||||
<fInitialDriveMaxFlatVel value="153.850000" />
|
||||
<fBrakeForce value="0.840000" />
|
||||
<fBrakeBiasFront value="0.600000" />
|
||||
<fHandBrakeForce value="0.800000" />
|
||||
<fSteeringLock value="40.0000000" />
|
||||
<fTractionCurveMax value="2.630000" />
|
||||
<fTractionCurveMin value="2.495000" />
|
||||
<fTractionCurveLateral value="22.500000" />
|
||||
<fTractionSpringDeltaMax value="0.150000" />
|
||||
<fLowSpeedTractionLossMult value="1.000000" />
|
||||
<fCamberStiffnesss value="0.000000" />
|
||||
<fTractionBiasFront value="0.4980000" />
|
||||
<fTractionLossMult value="1.000000" />
|
||||
<fSuspensionForce value="2.600000" />
|
||||
<fSuspensionCompDamp value="1.300000" />
|
||||
<fSuspensionReboundDamp value="2.800000" />
|
||||
<fSuspensionUpperLimit value="0.070000" />
|
||||
<fSuspensionLowerLimit value="-0.110000" />
|
||||
<fSuspensionRaise value="0.02000" />
|
||||
<fSuspensionBiasFront value="0.470000" />
|
||||
<fAntiRollBarForce value="0.800000" />
|
||||
<fAntiRollBarBiasFront value="0.680000" />
|
||||
<fRollCentreHeightFront value="0.300000" />
|
||||
<fRollCentreHeightRear value="0.300000" />
|
||||
<fCollisionDamageMult value="0.700000" />
|
||||
<fWeaponDamageMult value="1.000000" />
|
||||
<fDeformationDamageMult value="0.700000" />
|
||||
<fEngineDamageMult value="1.500000" />
|
||||
<fPetrolTankVolume value="60.000000" />
|
||||
<fOilVolume value="5.000000" />
|
||||
<fSeatOffsetDistX value="0.000000" />
|
||||
<fSeatOffsetDistY value="0.000000" />
|
||||
<fSeatOffsetDistZ value="0.000000" />
|
||||
<nMonetaryValue value="150000" />
|
||||
<strModelFlags>440010</strModelFlags>
|
||||
<strHandlingFlags>0</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><!--24heatgtb HANDLING ENDS HERE-->
|
||||
</HandlingData>
|
||||
</CHandlingDataMgr>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CVehicleModelInfo__InitDataList>
|
||||
<residentTxd>vehshare</residentTxd>
|
||||
<residentAnims />
|
||||
<InitDatas>
|
||||
<Item>
|
||||
<modelName>24heatgtb</modelName>
|
||||
<txdName>24heatgtb</txdName>
|
||||
<handlingId>24heatgtb</handlingId>
|
||||
<gameName>Mustang GT</gameName>
|
||||
<vehicleMakeName>Chev</vehicleMakeName>
|
||||
<expressionDictName>null</expressionDictName>
|
||||
<expressionName>null</expressionName>
|
||||
<animConvRoofDictName>vc_24heatgt</animConvRoofDictName>
|
||||
<animConvRoofName>window</animConvRoofName>
|
||||
<animConvRoofWindowsAffected />
|
||||
<ptfxAssetName>null</ptfxAssetName>
|
||||
<audioNameHash>ta185amv8</audioNameHash>
|
||||
<layout>LAYOUT_LOW</layout>
|
||||
<coverBoundOffsets>GROWLER_COVER_OFFSET_INFO</coverBoundOffsets>
|
||||
<explosionInfo>EXPLOSION_INFO_DEFAULT</explosionInfo>
|
||||
<scenarioLayout />
|
||||
<cameraName>FOLLOW_CHEETAH_CAMERA</cameraName>
|
||||
<aimCameraName>DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA</aimCameraName>
|
||||
<bonnetCameraName>VEHICLE_BONNET_CAMERA_LOW_LOW</bonnetCameraName>
|
||||
<povCameraName>REDUCED_NEAR_CLIP_POV_CAMERA</povCameraName>
|
||||
<FirstPersonDriveByIKOffset x="0.040000" y="-0.120000" z="-0.035000" />
|
||||
<FirstPersonDriveByUnarmedIKOffset x="0.03000" y="-0.010000" z="-0.035000" />
|
||||
<FirstPersonProjectileDriveByIKOffset x="0.070000" y="-0.110000" z="-0.080000" />
|
||||
<FirstPersonProjectileDriveByPassengerIKOffset x="-0.120000" y="-0.1100000" z="-0.070000" />
|
||||
<FirstPersonDriveByRightPassengerIKOffset x="0.000000" y="-0.10000" z="-0.035000" />
|
||||
<FirstPersonDriveByRightPassengerUnarmedIKOffset x="0.000000" y="-0.060000" z="-0.020000" />
|
||||
<FirstPersonMobilePhoneOffset x="0.165000" y="0.128000" z="0.553000" />
|
||||
<FirstPersonPassengerMobilePhoneOffset x="0.221000" y="0.093000" z="0.441000" />
|
||||
<PovCameraOffset x="0.000000" y="-0.300000" z="0.600000" />
|
||||
<PovCameraVerticalAdjustmentForRollCage value="0.000000" />
|
||||
<PovPassengerCameraOffset 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="true" />
|
||||
<AllowSundayDriving value="true" />
|
||||
<AllowBodyColorMapping value="true" />
|
||||
<wheelScale value="0.283000" />
|
||||
<wheelScaleRear value="0.283000" />
|
||||
<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="0.600000" />
|
||||
<diffuseTint value="0x00FFFFFF" />
|
||||
<steerWheelMult value="0.850000" />
|
||||
<HDTextureDist value="5.000000" />
|
||||
<lodDistances content="float_array">
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
350.000000
|
||||
</lodDistances>
|
||||
<minSeatHeight value="0.928" />
|
||||
<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_3</swankness>
|
||||
<maxNum value="999" />
|
||||
<flags>FLAG_HAS_LIVERY FLAG_SPORTS FLAG_PARKING_SENSORS FLAG_EXTRAS_REQUIREFLAG_USE_INTERIOR_RED_LIGHT FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_EXTRAS_STRONG</flags>
|
||||
<type>VEHICLE_TYPE_CAR</type>
|
||||
<plateType>VPT_FRONT_AND_BACK_PLATES</plateType>
|
||||
<dashboardType>VDT_RACE</dashboardType>
|
||||
<vehicleClass>VC_EMERGENCY</vehicleClass>
|
||||
<wheelType>VWT_SPORT</wheelType>
|
||||
<trailers />
|
||||
<additionalTrailers />
|
||||
<drivers />
|
||||
<extraIncludes>
|
||||
</extraIncludes>
|
||||
<doorsWithCollisionWhenClosed />
|
||||
<driveableDoors />
|
||||
<bumpersNeedToCollideWithMap value="true" />
|
||||
<needsRopeTexture value="false" />
|
||||
<requiredExtras>
|
||||
</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>Truck</NmBraceOverrideSet>
|
||||
<buoyancySphereOffset x="0.000000" y="0.000000" z="0.000000" />
|
||||
<buoyancySphereSizeScale value="1.000000" />
|
||||
<pOverrideRagdollThreshold type="NULL" />
|
||||
<firstPersonDrivebyData>
|
||||
<Item>STD_DILETTANTE_FRONT_LEFT</Item>
|
||||
<Item>STD_DILETTANTE_FRONT_RIGHT</Item>
|
||||
<Item>STD_BALLER_REAR_LEFT</Item>
|
||||
<Item>STD_BALLER_REAR_RIGHT</Item>
|
||||
</firstPersonDrivebyData>
|
||||
</Item>
|
||||
</InitDatas>
|
||||
<txdRelationships>
|
||||
<Item>
|
||||
<parent>vehicles_bob_brown_interior</parent>
|
||||
<child>24heatgtb</child>
|
||||
</Item>
|
||||
</txdRelationships>
|
||||
</CVehicleModelInfo__InitDataList>
|
||||
@@ -503,6 +503,8 @@ SIREN_ASSIGNMENTS = {
|
||||
['20TAHOEPPV19'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['2022pshrb'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['dhssemi'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['24heatgtb'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['24heatgt'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['fbicharger'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['GC21F250'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['maxdrkhorse'] = { 27, 28, 29, 30, 31, 32 },
|
||||
@@ -569,8 +571,6 @@ SIREN_ASSIGNMENTS = {
|
||||
['lafd18tahoe'] = { 45, 61, 62, 63, 48},
|
||||
['lafd20tahoeumk'] = { 45, 61, 62, 63, 48},
|
||||
['lafdcharger18'] = { 45, 61, 62, 63, 48},
|
||||
['lafdkme'] = { 33, 16, 28, 29, 30, 31 },
|
||||
['lafdarr'] = { 33, 16, 28, 29, 30, 31 },
|
||||
['nps23tahoeppv'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['nps23tahoeppv2'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['nps23tahoessv'] = { 27, 28, 29, 30, 31, 32 },
|
||||
@@ -587,7 +587,7 @@ SIREN_ASSIGNMENTS = {
|
||||
['safe33g'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['safe33f'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['ram3500hrr'] = { 27, 28, 29, 30, 31, 32 },
|
||||
['lafdarr'] = { 45, 61, 62, 63, 48},
|
||||
['lafdkme'] = { 45, 61, 62, 63, 48},
|
||||
['lafdarr'] = { 45, 61, 62, 63, 48},
|
||||
|
||||
|
||||
|
||||
+3
-3
@@ -257,7 +257,7 @@ ensure
|
||||
ensure
|
||||
|
||||
ensure
|
||||
ensure
|
||||
ensure BigDaddy-EAS
|
||||
ensure BigDaddy-AnimalKingdom
|
||||
ensure BigDaddy-Trains
|
||||
ensure BigDaddy-Airbags
|
||||
@@ -871,8 +871,8 @@ ensure
|
||||
ensure lafdbatt
|
||||
ensure lafdxt6700
|
||||
ensure austin-nsahp
|
||||
ensure
|
||||
ensure
|
||||
ensure 24heatgt
|
||||
ensure 24heatgtb
|
||||
ensure
|
||||
ensure
|
||||
ensure
|
||||
|
||||
Reference in New Issue
Block a user