You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TheLocalPub edited this page Mar 21, 2023
·
1 revision
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.