mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
16 lines
543 B
Markdown
16 lines
543 B
Markdown
|
#Installation
|
||
|
|
||
|
* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/Core/docs/core/installation.md)
|
||
|
|
||
|
1. Place the folder "HaloParachute" into "mpmissions\exile.<MAP>\ExAd\"
|
||
|
2. Goto "mpmissions\exile.<MAP>\ExAd\CfgFunctions" and uncomment
|
||
|
From
|
||
|
```cpp
|
||
|
//#include "HaloParachute\CfgFunctions.cpp"
|
||
|
```
|
||
|
To
|
||
|
```cpp
|
||
|
#include "HaloParachute\CfgFunctions.cpp"
|
||
|
```
|
||
|
|
||
|
3. Now you can go into "mpmissions\exile.<MAP>\ExAd\HaloParachute\customize.sqf" and change to desirable settings.
|