From cdfba28ca18a71738323f411454bf506918f4a37 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Thu, 28 Apr 2016 13:38:33 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e72c37c..b34ba29 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 installtion 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* + * 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 From dd013217de1acf30f60d8c80df0e78d7013f8ef7 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Thu, 28 Apr 2016 13:41:43 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b34ba29..b85d87a 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 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 installtion is found under [docs](https://github.com/Bjanski/ExAd/tree/master/docs). +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) + * Core * Virtual Garage * Admin Events .. *Coming Soon* * Hacking .. *Coming Soon* From dd40b6c96b4dc6a31a6d1718f0dbc80f5e02b3fd Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Thu, 28 Apr 2016 13:43:53 +0200 Subject: [PATCH 3/5] Update installation.md --- docs/HaloParachute/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HaloParachute/installation.md b/docs/HaloParachute/installation.md index 2e84792..f639a6b 100644 --- a/docs/HaloParachute/installation.md +++ b/docs/HaloParachute/installation.md @@ -1,6 +1,6 @@ # 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 @@ -15,8 +15,8 @@ To #include "HaloParachute\CfgFunctions.cpp" ``` -3. Now you can go into "mpmissions\exile.\ExAd\HaloParachute\customize.sqf" and change to desirable settings. +3. 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. From 65acf6aab364b7a7b270354a4889a36e51c28396 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Thu, 28 Apr 2016 13:44:22 +0200 Subject: [PATCH 4/5] Update installation.md --- docs/HaloParachute/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HaloParachute/installation.md b/docs/HaloParachute/installation.md index f639a6b..3625793 100644 --- a/docs/HaloParachute/installation.md +++ b/docs/HaloParachute/installation.md @@ -4,8 +4,8 @@ ## 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,7 +15,7 @@ To #include "HaloParachute\CfgFunctions.cpp" ``` -3. Now you can go into "mpmissions\exile.\ExAdClient\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 From 5e5ad49b3bc8b39943887d1a4f15481ef93ac2a8 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Thu, 28 Apr 2016 13:44:39 +0200 Subject: [PATCH 5/5] Update installation.md --- docs/HaloParachute/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/HaloParachute/installation.md b/docs/HaloParachute/installation.md index 3625793..c9e8d19 100644 --- a/docs/HaloParachute/installation.md +++ b/docs/HaloParachute/installation.md @@ -6,6 +6,7 @@ * Place the folder "HaloParachute" into "mpmissions\exile.\ExAd\" * Goto "mpmissions\exile.\ExAd\CfgFunctions" and uncomment + From ```cpp //#include "HaloParachute\CfgFunctions.cpp"