[PAID] [QB/ESX/STANDALONE] Natural Disasters - DLC 2 (The World's End)

Natural Disasters DLC 2!

Video Showcase:

Description

Natural Disasters in FiveM!

Every had the choice to end the GTA world your way? Well here it is! Your ending. End-joy!

Choose to configure wind strengths, gravity adjustments, particle effects, fires, falling and burning pedestrians (NPC) and build your end of the world aftermath in c_functions.lua!

Features

v1.0.0 - DLC2

  • Configurable disasters
  • Earthquake (base)
  • Storm (base)
  • Meteor Rain (base)
  • Power Outage (DLC1)
  • Hurricane (DLC1)
  • Sandstorm (DLC1)
  • The World’s END (DLC2)
  • Optional integrations:
  • PlayCustomSounds (included in the base resource)
  • xSound (included in the base resource - Download link)
  • Air Raid Sirens (Purchasable)
  • Discord API
  • Escrow protection.
  • Lightweight & steady.

v2.0.0

  • Added QB/ESX/Ace/Discord API permissions system.
  • Added built in sound system to the Base, DLC 1, DLC 2, & DLC 3.
  • Adjusted random disasters to spawn on the servers demand instead of the clients.
  • Major code rewrite to upgrade the effectivity and efficiency of the script.
  • Many bug fixes.

v2.1.0

  • Added config settings for txAdmin restart events, which can now trigger a disaster before the server restarts

Weather Compatibility Notice!!!

I’ve edited open source resources which are compatible with this resource in regards to weather systems.
qb-weathersync.zip (30.9 KB)
vSyncR.zip (16.3 KB)
cd_easytime.zip (435.5 KB)

Obtain this or one of our other resources via our Tebex store

Natural Disasters All-in-one bundle, including Air Raid Sirens and a 15% discount. → https://store.nights-software.com/package/5177022

Natural Disasters (required to purchase the DLC) → https://store.nights-software.com/package/5131340
Natural Disasters DLC1 → https://store.nights-software.com/package/5154004
Natural Disasters DLC2 → https://store.nights-software.com/package/5183358

Homepage → https://store.nights-software.com | Documentation (WIP) → https://docs.nights-software.com

Our other resources:

[& more…](https://store.nights-software.com/ :globe_with_meridians:)

Code accessible Partially
Subscription based No
Lines (approximately) 2200
Requirements Natural Disasters base resource
Support Yes
1 Like

Looking good bro!

1 Like

Why do I need to buy the DLC 1 to use DLC 2?

Because these packs overwrite eachother. It is made as a resource which expands over time. I also tried to prevent people having 3 or more different resources with the same content, slowing down server performance. I am learning ways to do it differently and will probably release seperate DLC’s in the future.

Thanks for the feedback.

        cd_easytime = false,                 -- Code we used: exports['cd_easytime']:ToggleNaturalDisaster(boolean)  | Make sure the resource name matches.
        QB_weathersync = false,             -- Code we used: exports['qb-weathersync']:ToggleNaturalDisaster(boolean)  | Make sure the resource name matches.
        vSyncR = true,                      -- Code we used: exports['vSyncR']:ToggleNaturalDisaster(boolean)  | Make sure the resource name matches.
        OtherNameForResource = "vSync",     -- Usage example: 'weathersync' or nil | Used for people who renamed their qb_weathersync resource or vSyncR resource. You are still required to use our edited weather system.

Make sure you use one of our compatible weather resources.

Thank you!One more question how can I disable to player just flying like at sandstorm or Worlds end?

        EoTWWindStrenghtVehicleX = {500, 750},                  -- A random strenght will be selected between these values. Higher is stronger.
        EoTWWindStrenghtVehicleY = {500, 750},
        EoTWWindStrenghtVehicleZ = {100, 300},
        EoTWWindStrenghtOnFootX = {-125, 225},
        EoTWWindStrenghtOnFootY = {-55, 155},
        EoTWWindStrenghtOnFootZ = {0, 100},

Raise these numbers to make them fly, lower them to not do that, vehicles need more power to fly other than on foot.

great work, looks crazy

1 Like