2016-04-14 16:40:09 +00:00
|
|
|
# Installation
|
2016-04-14 16:34:23 +00:00
|
|
|
|
2016-04-28 11:43:53 +00:00
|
|
|
* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/master/docs/core/installation.md)
|
2016-04-14 16:34:23 +00:00
|
|
|
|
2016-04-14 16:40:09 +00:00
|
|
|
## Client
|
|
|
|
|
2016-04-28 11:44:22 +00:00
|
|
|
* Place the folder "HaloParachute" into "mpmissions\exile.<MAP>\ExAd\"
|
2016-05-02 23:21:03 +00:00
|
|
|
* Goto "mpmissions\exile.<MAP>\ExAdClient\CfgFunctions" and uncomment
|
2016-04-28 11:44:39 +00:00
|
|
|
|
2016-04-14 16:34:23 +00:00
|
|
|
From
|
|
|
|
```cpp
|
|
|
|
//#include "HaloParachute\CfgFunctions.cpp"
|
|
|
|
```
|
|
|
|
To
|
|
|
|
```cpp
|
|
|
|
#include "HaloParachute\CfgFunctions.cpp"
|
|
|
|
```
|
|
|
|
|
2016-05-06 07:52:30 +00:00
|
|
|
* Modify - "mpmissions\exile.<MAP>\stringtable.xml" - add if missing package="HaloParachute" and change to desirable notifications
|
|
|
|
|
2016-04-28 11:44:22 +00:00
|
|
|
* Now you can go into "mpmissions\exile.<MAP>\ExAdClient\HaloParachute\customize.sqf" and change to desirable settings.
|
2016-04-14 16:40:09 +00:00
|
|
|
|
|
|
|
## Server
|
|
|
|
|
2016-04-28 11:43:53 +00:00
|
|
|
No installation needed.
|