2017-05-25 02:15:54 +00:00
|
|
|
**Vampire's Vehicle Degradation**
|
|
|
|
================
|
|
|
|
A script for Arma 3: Epoch that causes driven vehicles to degrade over time.
|
|
|
|
|
|
|
|
Current Version is v1.0
|
|
|
|
|
2017-05-26 01:49:34 +00:00
|
|
|
Idea by KPABATOK & Moist_Pretzels on EpochMod.com
|
|
|
|
|
2017-05-25 02:15:54 +00:00
|
|
|
--------------------------
|
|
|
|
Installation
|
|
|
|
--------------------------
|
|
|
|
1. Add this line to your init.sqf outside of any brackets:
|
|
|
|
|
2017-05-26 01:49:34 +00:00
|
|
|
```[] ExecVM "VAMP_vehDegrade.sqf";```
|
2017-05-25 02:15:54 +00:00
|
|
|
|
|
|
|
2. Add the file "VAMP_vehDegrade.sqf" to your mission.pbo.
|
|
|
|
|
|
|
|
3. (Optionally) Configure the HitPoints inside of "VAMP_vehDegrade.sqf".
|
|
|
|
|
|
|
|
--------------------------
|
|
|
|
Current Developers
|
|
|
|
--------------------------
|
|
|
|
* Vampire - Developer - http://epochmod.com/forum/index.php?/user/11819-thevampire/
|
|
|
|
|
|
|
|
--------------------------
|
|
|
|
License
|
|
|
|
--------------------------
|
|
|
|
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
|
|
|
|
|
|
|
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|