CONFIG

CONFIG GUIDE FOR THE MORE COMPLICATED CONFIGS

1 - Choosing Framework

  • the framework code is all OPENSOURCE so if you your framework is not here you can still make it work by editing the OPENSOURCE

  • DEFAULT OPTIONS: - ESX - QB

  • The script will choose it automatically

2 - Extra items setup

Config.explosionItems = {
    ["weapon_stickybomb"] = {
        damage = 7500.0, -- damage to the prop
        delay = 5 -- time to explode (seconds)
    },
    ["weapon_grenade"] = {
        damage = 4000.0,
        delay = 5
    },
} -- if you want to use items for raiding 

Config.fuelItem = "petrol" ------- choose here the item you want o use as Fuel

Config.needCodeLockItem = "codelock" ---- here you can choose an item to be the code lock item, if you keep this as false code lock item will not be necessary 

3 - Choosing Target script

  • The script will choose it automatically

4 - Progress Bar

  • the Progress Bar code is all OPENSOURCE so if you your progress bar is not here you can still make it work by editing the OPENSOURCE

  • DEFAULT OPTIONS: - mythic_progbar - progress bar from QB-CORE - ox_lib - esx_progressbar

  • Progress bar configuration: (example) The script comes with a lot of progress bar configs for different situations here is just one example, the progress CONFIG is based on mythic_progbar system for progress MORE INFO HERE: https://github.com/HalCroves/mythic_progbar

5 - Tutorial

  • the tutorial code is all OPENSOURCE

6 - Blackout and Lights

  • As this script is usually used in Survival servers, usually people that own this servers use to activate blackout mode, making the lights in the game stop working, by setting this option to true you will make the script simulate light via script, so you can still use lights inside your base with Blackout ON

7 - Routing Buckets

  • If you want to use Routing Buckets or "dimensions" in your server activate this

8 - Raid Items and Weapons Damage

9 - Disable Building Zones

  • As you probably have zones in your server you don't want people to build in you can setup those zones here:

10 - Refresh times

11 - Claim Props Type

  • This Props have two functions: - If you repair them you will repair the all base at once - If you put them on the ground you will Claim for you and your crew a radius of Config.claimPropType[type].radious

12 - How Props Work

  • EXAMPLE OF A SIMPLE BASE PROP:

  • EXAMPLE OF GENERAL PROP WITH FUNCTIONS:

  • EXAMPLE OF GENERATOR PROP:

  • EXAMPLE STORAGES

  • EXAMPLE LAMPS

Last updated