Edit helicrash site

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • Trying to adjust the heli crash sites to 5 on my server, will let u know if i see the difference, but i doubt i will bc its not a drastic change. I can help u with the cars however, you need to go to filebrowser and find the cfgspawnabletypes.xml file, the changes you want to make is "simple":

    Simply change all the numbers to 1.00 and there should be a 100% chance of it spawning with the vehicle. I havent modified the vehicles yet, but im sure its the same procedure as with most of the loot.

    <!-- VEHICLES -->

    <type name="OffroadHatchback">

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.80" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.80" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.80" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.80" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.20" />

    </attachments>

    <attachments chance="1.00">

    <item name="CarRadiator" chance="0.60" />

    </attachments>

    <attachments chance="1.00">

    <item name="CarBattery" chance="0.60" />

    </attachments>

    <attachments chance="1.00">

    <item name="SparkPlug" chance="0.60" />

    </attachments>

    <attachments chance="1.00">

    <item name="HeadlightH7" chance="0.40" />

    </attachments>

    <attachments chance="1.00">

    <item name="HeadlightH7" chance="0.40" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackDoors_Driver" chance="0.30" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackDoors_CoDriver" chance="0.30" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackHood" chance="0.20" />

    </attachments>

    <attachments chance="1.00">

    <item name="HatchbackTrunk" chance="0.20" />

    </attachments>

    </type>

    <type name="OffroadHatchback_Blue">

  • thanks for the reply, so for the cars I would need it to go from

    <type name="OffroadHatchback">

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="0.80" />

    </attachments> to something like this


    <type name="OffroadHatchback">

    <attachments chance="1.00">

    <item name="HatchbackWheel" chance="1.00" />

    </attachments>


    Thanks again