Vehicle boost - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki
Description
The vehicle_boost module allows mission makers to give a boost to selected vehicles.
Usage
- Go to modules>modules.sqf and enable the vehicle_boost module.
- Go to modules>vehicle_boost>settings.sqf.
GVAR(vehiclesWithBoost) = [veh1];
- This is a list of vehicles that'll have a boost option, veh1
is the variable of the vehicle you want, veh1, veh2, veh3
for several.
GVAR(vehicleBoostSpeed) = 20;
- This is the speed increase applied to the vehicle when the option is used.
GVAR(vehicleBoostDelay) = 30;
This is the time delay in seconds between how often the option boost the vehicle appears in the action menu.