Summary
A vehicle sabotage mod for infiltration and guerrilla tactics.
Description
Sabotage introduces a new set of actions that can be performed on standard vehicles.
---Wire Cutters Required---
Cut Brake Lines: interact at the wheels. Brakes stop working, the driver won't know until they need to stop.
Jam Throttle: interact at the hood. Throttle locks wide open.
---Wire Cutters & Demo Block Required---
Rig igniton or speedo (vehicles): Interact at the hood with wire cutters in hand and a demo block in your inventory.
Rig brakes (vehicles): Interact with wheels with wire cutters in hand and a demo block in your inventory.
Rig altimeter or air speed indicator (helicopters): Interact with the cockpit avionics with wire cutters in hand and a demo block in your inventory.
Once the conditions are met, boom!
---Saline Bags Required---
Contaminate Fuel: interact at the fuel cap. Each bag added speeds up the damage to the engine, up to a maximum of five bags. Field repairs may buy you a minute, but contaminated fuel is still in the system and will still cause issues.
---Repair Tool Required---
Sabotage Tail Rotor: interact with the tail rotor with the repair tool in hand, this will ruin the pilots day.
Once a vehicle has been sabotaged it can't be repaired, but if you're careful you might just make it.
---For Mission/Mod Developers---
Add SAB_VehicleSabotageComponent and the three SAB_* actions to your vehicle prefab and set contexts.
Wire cutters, repair tool and saline bags are already set up.
---Config JSON---
All settings can be changed, a file is created on first run in /profile/sabotage/config.json
{
"AllowFriendlySabotage": false,
"MaxContamination": 5,
"ContaminationDuration": 90.0,
"ReDestroyInterval": 60.0,
"MisfireIntervalMax": 12.0,
"MisfireIntervalMin": 1.5,
"MisfireCutDuration": 0.8,
"HelicopterWarmup": 60.0,
"HelicopterWindowMin": 60.0,
"HelicopterWindowMax": 120.0,
"AllowExplosiveRigs": true,
"SpeedoRigThresholdKmh": 50.0,
"AirspeedRigThresholdKmh": 70.0,
"AltimeterRigThresholdM": 30.0
}
---Future Plans---
Add some more sabotage methods
Add armor sabotage methods
---Notes---
For issues and/or feedback please use the showcase on the Arma discord server.License
Arma Public License No Derivatives (APL-ND)