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.
|
|
|
|
|
2017-05-28 17:01:22 +00:00
|
|
|
Current Version is v1.1
|
2017-05-25 02:15:54 +00:00
|
|
|
|
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
|
|
|
|
--------------------------
|
2017-05-28 17:01:22 +00:00
|
|
|
1. Add this line to your init.sqf outside of any brackets:
|
2017-05-25 02:15:54 +00:00
|
|
|
|
2017-05-28 17:01:22 +00:00
|
|
|
```[] ExecVM "VAMP_vehDegrade.sqf";```
|
2017-05-25 02:15:54 +00:00
|
|
|
|
2017-05-28 17:01:22 +00:00
|
|
|
2. Add the file "VAMP_vehDegrade.sqf" to your mission.pbo root.
|
2017-05-25 02:15:54 +00:00
|
|
|
|
2017-05-28 17:01:22 +00:00
|
|
|
3. Add the following in your mission.pbo >> epoch_code >> customs >> EPOCH_custom_EH_GetInMan.sqf at the bottom.
|
|
|
|
|
|
|
|
```VAMP_vehDegradeRun = true;```
|
|
|
|
|
|
|
|
4. Add the following in your mission.pbo >> epoch_code >> customs >> EPOCH_custom_EH_GetOutMan.sqf at the bottom.
|
|
|
|
|
|
|
|
```VAMP_vehDegradeRun = false;```
|
|
|
|
|
|
|
|
5. (Optionally) Configure the inside of "VAMP_vehDegrade.sqf".
|
2017-05-25 02:15:54 +00:00
|
|
|
|
|
|
|
--------------------------
|
|
|
|
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/
|