diff --git a/README.md b/README.md index e72c37c..b85d87a 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,17 @@ Exile Addons - originally small projects developed for the Arma Exile communitie I'll gradually add all features I built, encouragements always helps the project to stay alive a little longer :smirk: | [Donate here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=jan%2ebabor%2e383%40gmail%2ecom&lc=GB&item_name=ExAd¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) +## Installation & Examples +Instructions for installation is found under [docs](https://github.com/Bjanski/ExAd/tree/master/docs). +Each plugin must be installed seperately, I've done it this way to make the update procedure easier. +Below you can see what dependencies each plugin has. + ##Collection - * [Core](https://github.com/Bjanski/ExAd/tree/Core) - * Virtual Garage .. *Coming Soon* + * Core + * Virtual Garage * Admin Events .. *Coming Soon* * Hacking .. *Coming Soon* - * Grinding + * Grinding .. *Coming Soon* * Halo & Parachute ##Dependencies @@ -28,7 +33,7 @@ I'll gradually add all features I built, encouragements always helps the project ##Contribute Contributions are allways welcome, please read [Contribution Guidlines](CONTRIBUTING.md) first. -All contributed code first needs to be rewieved before pushed to master. +All contributed code first needs to be rewieved and tested before pushed to master. ##License Apache License diff --git a/docs/HaloParachute/installation.md b/docs/HaloParachute/installation.md index 2e84792..c9e8d19 100644 --- a/docs/HaloParachute/installation.md +++ b/docs/HaloParachute/installation.md @@ -1,11 +1,12 @@ # Installation -* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/Core/docs/core/installation.md) +* Remember for this plugin to work you first need to install [Core](https://github.com/Bjanski/ExAd/blob/master/docs/core/installation.md) ## Client -1. Place the folder "HaloParachute" into "mpmissions\exile.\ExAd\" -2. Goto "mpmissions\exile.\ExAd\CfgFunctions" and uncomment +* Place the folder "HaloParachute" into "mpmissions\exile.\ExAd\" +* Goto "mpmissions\exile.\ExAd\CfgFunctions" and uncomment + From ```cpp //#include "HaloParachute\CfgFunctions.cpp" @@ -15,8 +16,8 @@ To #include "HaloParachute\CfgFunctions.cpp" ``` -3. Now you can go into "mpmissions\exile.\ExAd\HaloParachute\customize.sqf" and change to desirable settings. +* Now you can go into "mpmissions\exile.\ExAdClient\HaloParachute\customize.sqf" and change to desirable settings. ## Server -No installation needed. \ No newline at end of file +No installation needed.