Cargo Drop
POPULAR LINKS
{:links-list}
INSTALLATION
- Open the downloaded ZIP product file and drop the folder in it somewhere in your resources folder.
- Add your product key (get it here) to the
settings.inifile - Add
start BigDaddy-CargoDropto yourserver.cfg.
DO NOT RENAME THE FOLDER.
If you change the name of the folder it will not function correctly so leave the name as it is.
{:is-danger}
CONFIGURATION
settings.ini
| Setting | Default Value | Description |
|---|---|---|
| [licensing] | ||
| key1 | none | this is your product key |
| [settings] | ||
| debug | false | true adds a bunch of stuff to the logs for dev purposes. Just leave it false |
| DesyncKey | various | Leave as-is, it is for internal use. Changing it will break the script |
config.json
all the script options and setup are in this file. You need to add the AllowedItems section in this file to say what inventory items you want to be able to be used as cargo.
{
"settings": {
"UseAcePermissions" : false, //whether to lock the script to permissions
"AcePermission": [ //list of permissions with access if ^^ is true
"command"
],
"AllowedItems": [ //what items are allowed to be used as cargo
{
"Name": "coke_brick", // name of item in inventory
"ItemCountPerContainer": 5 // number of items that will fit into each container
},
{
"Name": "weed_brick",
"ItemCountPerContainer": 5
}
],
"AllowedVehicleClasses": [ 2,15,16,14,12 ], //list of vehicle classes allowed to have cargo
"VehicleWhiteList" : [], //list of specific vehicle models allowed to have cargo
"CargoTimeout" : 300 //how many seconds before crates expire and are deleted
},
"locales": { //change the languaged shown in the prompts
"DropCargo": "Drop Cargo",
"AddCargo": "Add Cargo",
"GrabCargo": "Grab Cargo"
}
}
HOW TO PLAY
Use targeting to ADD CARGO to a vehicle. If the vehicle is not one that is allowed to carry cargo you can't add cargo to it.
You can also use targeting to OPEN CARGO to see what cargo you have if any has been added.
While driving/piloting the vehicle, there will be a prompt at the bottom of the screen to press [E] DROP CARGO. When pressed it will release crates of your cargo until all have been dropped.
NOTE
The left bumper on an xbox controller is the same as [E] if you are a controller person. Also good to know since that is used in vehicles for stuff so you don't drop by accident.
{:is-info}
The crates on the ground have targeting for GRAB CARGO which will take what is in the crate and move it to the player's inventory.
The visible flares on the crates after they are dropped are only visible for a short time to help locate the crates. But they are visible to everyone, including law enforcement authorities. :)