Arma 3
Not enough ratings
Chelmy's Logistics
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Equipment
File Size
Posted
Updated
18.353 KB
Feb 3, 2022 @ 11:23am
Mar 3, 2022 @ 8:35am
3 Change Notes ( view )

Subscribe to download
Chelmy's Logistics

Description
This is a Mod designed for UNITAF in order to streamline Logistics

Instructions for use:
- Make sure the correct centre is down. UNITAF uses description.ext to set the crates where the NATO one is preset
- To spawn a crate walk up to the centre and scroll mouse wheel to crate you want
- To spawn vehicles there must be a object in the world with the variable name “VehicleSpawnPoint”
- When spawning vehicles move the currently spawned vehicle out of the way before spawning a new one
- Note: the scripting does its best to spawn the objects in an open space but if an area is too cluttered it will find the “best option” which can lead to collisions and sometimes explosions. It is advisable to keep the area around the Logi center clear of clutter and other objects.

-------- How to use custom crates ------------

in the missions description.ext file add two variables

AmmoCrateContents[] and BasicLauncherCrateContents[]

each one of those represents a box that can spawn fill the array with items as shown in the example below

// Logistics varibles
AmmoCrateContents[] = {{"30Rnd_65x39_caseless_black_mag",30},{"30Rnd_65x39_caseless_black_mag_Tracer",20},{"150Rnd_556x45_Drum_Sand_Mag_Tracer_F",10},{"ACE_20Rnd_762x51_M993_AP_Mag",10},{"1Rnd_HE_Grenade_shell",8},{"HandGrenade",10},{"SmokeShell",6},{"SmokeShellGreen",6},{"SmokeShellPurple",2}};

BasicLauncherCrateContents[] = {{"launch_NLAW_F",4}};