mirror of
https://github.com/SMVampire/Vamp-Vehicle-Degradation.git
synced 2024-08-30 16:42:11 +00:00
Readme update
This commit is contained in:
parent
51b897a1bd
commit
d831e3205c
18
README.md
18
README.md
@ -2,20 +2,28 @@
|
|||||||
================
|
================
|
||||||
A script for Arma 3: Epoch that causes driven vehicles to degrade over time.
|
A script for Arma 3: Epoch that causes driven vehicles to degrade over time.
|
||||||
|
|
||||||
Current Version is v1.0
|
Current Version is v1.1
|
||||||
|
|
||||||
Idea by KPABATOK & Moist_Pretzels on EpochMod.com
|
Idea by KPABATOK & Moist_Pretzels on EpochMod.com
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
Installation
|
Installation
|
||||||
--------------------------
|
--------------------------
|
||||||
1. Add this line to your init.sqf outside of any brackets:
|
1. Add this line to your init.sqf outside of any brackets:
|
||||||
|
|
||||||
```[] ExecVM "VAMP_vehDegrade.sqf";```
|
```[] ExecVM "VAMP_vehDegrade.sqf";```
|
||||||
|
|
||||||
2. Add the file "VAMP_vehDegrade.sqf" to your mission.pbo.
|
2. Add the file "VAMP_vehDegrade.sqf" to your mission.pbo root.
|
||||||
|
|
||||||
3. (Optionally) Configure the inside of "VAMP_vehDegrade.sqf".
|
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".
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
Current Developers
|
Current Developers
|
||||||
|
Loading…
Reference in New Issue
Block a user