ExAd/docs/HaloParachute/installation.md
Bjanski 916e91a4db Release v0.7.0
Implemented Hacking
Ppdated Core and VG
2016-05-06 09:52:30 +02:00

26 lines
739 B
Markdown

# Installation
* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/master/docs/core/installation.md)
## Client
* Place the folder "HaloParachute" into "mpmissions\exile.<MAP>\ExAd\"
* Goto "mpmissions\exile.<MAP>\ExAdClient\CfgFunctions" and uncomment
From
```cpp
//#include "HaloParachute\CfgFunctions.cpp"
```
To
```cpp
#include "HaloParachute\CfgFunctions.cpp"
```
* Modify - "mpmissions\exile.<MAP>\stringtable.xml" - add if missing package="HaloParachute" and change to desirable notifications
* Now you can go into "mpmissions\exile.<MAP>\ExAdClient\HaloParachute\customize.sqf" and change to desirable settings.
## Server
No installation needed.