From 862957bb28ac5521d6aabd505a7faa087d8cb769 Mon Sep 17 00:00:00 2001 From: Bjanski Date: Sun, 3 Jul 2016 20:39:10 +0200 Subject: [PATCH] Docs Updated Docs Updated --- CHANGELOG.md | 11 +++++++++ README.md | 2 +- docs/Grinding/changelog.md | 4 ++++ docs/Grinding/update.md | 4 ++++ docs/Hacking/changelog.md | 4 ++++ docs/Hacking/update.md | 4 ++++ docs/HaloParachute/changelog.md | 4 ++++ docs/VirtualGarage/changelog.md | 17 +++++++++---- docs/VirtualGarage/update.md | 6 +++++ docs/XM8/changelog.md | 6 +++++ docs/XM8/examples.md | 1 + docs/XM8/installation.md | 42 +++++++++++++++++++++++++++++++++ docs/XM8/update.md | 5 ++++ docs/core/changelog.md | 4 ++++ docs/core/update.md | 3 +++ 15 files changed, 112 insertions(+), 5 deletions(-) create mode 100644 docs/XM8/changelog.md create mode 100644 docs/XM8/examples.md create mode 100644 docs/XM8/installation.md create mode 100644 docs/XM8/update.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f1394..6849c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ #ExAd # Changelog: +## 160703 20:15 . v0.7.7 +###Fixed +* Made the ExAd system compatible with Exile 0.9.8 (All) + +###Added +* XM8 - a feature to add apps to the XM8 "More" button +* App for XM8 (Virtual Garage) + +###Removed +* Support for Improved_XM8_Apps by Vitaly + ## 160610 01:20 . v0.7.6 ###Fixed * Quick-fix - VG App scroll for stored list(Virtual Garage) diff --git a/README.md b/README.md index 6ebcbba..39300e2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ After you have installed the entire or parts of the ExAd Package you will easies * [Exile](http://www.exilemod.com/downloads/) * Virtual Garage * Core - * [XM8 Apps Improved](https://github.com/vitalymind/XM8_apps_improved) + * XM8 * Admin Events * Core * [Infistar](https://infistar.de/) diff --git a/docs/Grinding/changelog.md b/docs/Grinding/changelog.md index f1a5aa5..aba45c3 100644 --- a/docs/Grinding/changelog.md +++ b/docs/Grinding/changelog.md @@ -1,6 +1,10 @@ #Grinding ## Changelog: +### v0.7.7 +####Fixed +* Made the ExAd system compatible with Exile 0.9.8 + ### v0.7.6 ####Fixed * The configuration file could be reed after the postInit script - IMPORTANT TO UPDATE ALL PLUGINS. diff --git a/docs/Grinding/update.md b/docs/Grinding/update.md index 8f32cb4..4d37138 100644 --- a/docs/Grinding/update.md +++ b/docs/Grinding/update.md @@ -1,6 +1,10 @@ #Grinding ## Instructions: +### v0.7.7 +* Replace "mpmissions\Exile.\ExAdClient\Grinding" +* Replace and pack "@ExileServer\addons\exad_grinding" + ### v0.7.6 * Replace or merge "mpmissions\Exile.\ExAdClient\Grinding\customize.sqf" * Replace or merge "mpmissions\Exile.\stringtable.xml" diff --git a/docs/Hacking/changelog.md b/docs/Hacking/changelog.md index 25de682..f123671 100644 --- a/docs/Hacking/changelog.md +++ b/docs/Hacking/changelog.md @@ -1,6 +1,10 @@ #Hacking ## Changelog: +### v0.7.7 +####Fixed +* Made the ExAd system compatible with Exile 0.9.8 + ### v0.7.6 ####Fixed * The configuration file could be reed after the postInit script - IMPORTANT TO UPDATE ALL PLUGINS. diff --git a/docs/Hacking/update.md b/docs/Hacking/update.md index 2a5030d..45fc217 100644 --- a/docs/Hacking/update.md +++ b/docs/Hacking/update.md @@ -1,6 +1,10 @@ #Hacking ## Instructions: +### v0.7.7 +* Replace "mpmissions\Exile.\ExAdClient\Hacking" +* Replace and pack "@ExileServer\addons\exad_hacking" + ### v0.7.6 * Replace or merge "mpmissions\Exile.\ExAdClient\Hacking\customize.sqf" * Replace or merge "mpmissions\Exile.\stringtable.xml" diff --git a/docs/HaloParachute/changelog.md b/docs/HaloParachute/changelog.md index 62afb03..1749691 100644 --- a/docs/HaloParachute/changelog.md +++ b/docs/HaloParachute/changelog.md @@ -1,6 +1,10 @@ #HaloParachute ## Changelog: +### v0.7.7 +####Fixed +* Made the ExAd system compatible with Exile 0.9.8 + ### v0.7.6 ####Fixed * The configuration file could be reed after the postInit script - IMPORTANT TO UPDATE ALL PLUGINS. diff --git a/docs/VirtualGarage/changelog.md b/docs/VirtualGarage/changelog.md index 357cd3b..7e540ab 100644 --- a/docs/VirtualGarage/changelog.md +++ b/docs/VirtualGarage/changelog.md @@ -1,13 +1,22 @@ #VirtualGarage ## Changelog: -# Changelog: -## v0.7.6 -###Fixed +### v0.7.7 +####Fixed +* Made the ExAd system compatible with Exile 0.9.8 + +####Added +* App for XM8 + +####Removed +* Support for Improved_XM8_Apps by Vitaly + +### v0.7.6 +####Fixed * Quick-fix - VG App scroll for stored list * The configuration file could be reed after the postInit script - IMPORTANT TO UPDATE ALL PLUGINS. -###Added +####Added * Extra loggin functionality * Added a lot of new custom UI Display texts - Check stringtabl.xml for new ones. * Added a more detailed description of the vehicle for the App diff --git a/docs/VirtualGarage/update.md b/docs/VirtualGarage/update.md index 46d07fd..c240a68 100644 --- a/docs/VirtualGarage/update.md +++ b/docs/VirtualGarage/update.md @@ -1,6 +1,12 @@ #VirtualGarage ## Instructions: +### v0.7.7 +* Remove XM8_Apps +* Install [XM8](https://github.com/Bjanski/ExAd/tree/master/docs/XM8) +* Replace "mpmissions\Exile.\ExAdClient\VG" +* Replace and pack "@ExileServer\addons\exad_vg" + ### v0.7.6 * Replace or merge "mpmissions\Exile.\ExAdClient\VG\customize.sqf" * Replace or merge "mpmissions\Exile.\stringtable.xml" diff --git a/docs/XM8/changelog.md b/docs/XM8/changelog.md new file mode 100644 index 0000000..de9a58b --- /dev/null +++ b/docs/XM8/changelog.md @@ -0,0 +1,6 @@ +#VirtualGarage +## Changelog: + +### v0.7.7 +#### Added +* Introduced **XM8** to the ExAd package diff --git a/docs/XM8/examples.md b/docs/XM8/examples.md new file mode 100644 index 0000000..b5f1edf --- /dev/null +++ b/docs/XM8/examples.md @@ -0,0 +1 @@ +#Examples diff --git a/docs/XM8/installation.md b/docs/XM8/installation.md new file mode 100644 index 0000000..662e00a --- /dev/null +++ b/docs/XM8/installation.md @@ -0,0 +1,42 @@ +# 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 "XM8" into "mpmissions\exile.\ExAdClient\" + +* Goto "mpmissions\exile.\ExAdClient\CfgFunctions" and uncomment + +_From_ +```cpp + //#include "XM8\CfgFunctions.cpp" +``` +_To_ +```cpp + #include "XM8\CfgFunctions.cpp" +``` + +* In "config.cpp" in the mission root folder, find class CfgExileCustomCode and add the following row +```js + ExileClient_gui_xm8_slide = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_slide.sqf"; + ExileClient_gui_xm8_show = "ExAdClient\XM8\CustomCode\ExileClient_gui_xm8_show.sqf"; +``` + +* In "config.cpp" in the mission root folder, create following class "CfgXM8", e.g. with Virtual Garage app +```js +class CfgXM8 +{ + extraApps[] = {"ExAd_VG"}; + + class ExAd_VG + { + title = "Virtual Garage"; + controlID = 50000; //IDC:50000 -> 50014 + onLoad = "ExAdClient\XM8\Apps\VG\onLoad.sqf"; + onOpen = "ExAdClient\XM8\Apps\VG\onOpen.sqf"; + onClose = "ExAdClient\XM8\Apps\VG\onClose.sqf"; + }; +}; +``` diff --git a/docs/XM8/update.md b/docs/XM8/update.md new file mode 100644 index 0000000..bbc6e08 --- /dev/null +++ b/docs/XM8/update.md @@ -0,0 +1,5 @@ +#XM8 +## Instructions: + +### 160603 . v0.7.7 +* Full installation diff --git a/docs/core/changelog.md b/docs/core/changelog.md index ca3d4da..2c72644 100644 --- a/docs/core/changelog.md +++ b/docs/core/changelog.md @@ -1,6 +1,10 @@ #Core ## Changelog: +## v0.7.7 +###Fixed +* Made the ExAd system compatible with Exile 0.9.8 + ### v0.7.6 ####Fixed * The configuration file could be reed after the postInit script - IMPORTANT TO UPDATE ALL PLUGINS. diff --git a/docs/core/update.md b/docs/core/update.md index 6655433..32e92a9 100644 --- a/docs/core/update.md +++ b/docs/core/update.md @@ -1,6 +1,9 @@ #Core ## Instructions: +### v0.7.7 +* Replace "mpmissions\Exile.\ExAdClient\Core" + ### v0.7.6 * Replace or merge "mpmissions\Exile.\ExAdClient\Core\customize.sqf" * Replace or merge "mpmissions\Exile.\stringtable.xml"