17 lines
992 B
Plaintext
17 lines
992 B
Plaintext
Installation:
|
|
|
|
/////////////////////////////
|
|
// MPMissions - modify your mission pbo (epoch.Altis.pbo) as follows.
|
|
1) Unpack the Zip file you downloaded from the Github to a folder in a convenient location.
|
|
2) Unpack your mission pbo (epoch.Altis.pbo).
|
|
3) Open the folder containing the unpacked mission.
|
|
4) If you have not added any code to the custom KeyDown or onEachFrame event handlers, copy the DBD and epoch_code folders from the download into the folder containing the unpacked mission.
|
|
If you already use EPOCH_custom_OnEachFrame or EPOCH_custom_EH_KeyDown custom event handlers then carefully merge the code in the downloaded files.
|
|
5) Merge the line in MPMissions\epoch.Altis\init.sqf with your init.sqf, or use the one provided if you do not have one.
|
|
6) Repack your mission.pbo.
|
|
///////////////////////////
|
|
|
|
|
|
Activating Autorun: press the 8 key.
|
|
|
|
Linking Autorun to icons on status bars or other HUD: you can easily poll autorun status by checking the status of DBD_AutorunOn |