From e3e415c727530e71ff74addc88c21685317bc4fb Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Sun, 21 Jun 2015 23:46:23 +0100 Subject: [PATCH 1/4] Added readme --- addons/zeus/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 addons/zeus/README.md diff --git a/addons/zeus/README.md b/addons/zeus/README.md new file mode 100644 index 0000000000..52dcda3adf --- /dev/null +++ b/addons/zeus/README.md @@ -0,0 +1,10 @@ +ace_zeus +========== + +Provides control over various aspects of zeus. + +## Maintainers + +The people responsible for merging changes to this component or answering potential questions. + +- [SilentSpike] (http://github.com/SilentSpike) From 398f1c768f617768c9971608e6754ff8fef385fd Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Mon, 22 Jun 2015 00:17:29 +0100 Subject: [PATCH 2/4] Fix the module on dedicated servers --- addons/zeus/functions/fnc_bi_moduleCurator.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/zeus/functions/fnc_bi_moduleCurator.sqf b/addons/zeus/functions/fnc_bi_moduleCurator.sqf index 2d41a725cb..a36d8dd458 100644 --- a/addons/zeus/functions/fnc_bi_moduleCurator.sqf +++ b/addons/zeus/functions/fnc_bi_moduleCurator.sqf @@ -113,7 +113,7 @@ if (_activated) then { if (_name == "") then {_name = localize "STR_A3_curator";}; //--- Wait until mission starts - waituntil {ACE_time > 0}; + waituntil {time > 0}; // NOTE: DO NOT CHANGE TO ACE_TIME, IT BREAKS THE MODULE //--- Refresh addon list, so it's broadcasted to clients _addons = curatoraddons _logic; From 93f6c48acff1e472329d6f3363b9e2bc30144bce Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Mon, 22 Jun 2015 00:33:18 +0100 Subject: [PATCH 3/4] Moved myself --- AUTHORS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 41d51268a6..737bfb590b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -18,6 +18,7 @@ Kieran NouberNou PabstMirror Ruthberg +SilentSpike tpM ViperMaul VKing @@ -89,7 +90,6 @@ Raspu86 Riccardo Petricca Robert Boklahánics ruPaladin -SilentSpike simon84 Sniperwolf572 SzwedzikPL From 27a4ecd7473efc47679ae8ea11a83070659384df Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Mon, 22 Jun 2015 00:43:39 +0100 Subject: [PATCH 4/4] Expanded readme --- addons/zeus/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/addons/zeus/README.md b/addons/zeus/README.md index 52dcda3adf..b99edb66bb 100644 --- a/addons/zeus/README.md +++ b/addons/zeus/README.md @@ -1,7 +1,12 @@ ace_zeus ========== -Provides control over various aspects of zeus. +Provides control over various aspects of zeus: +- Ascension messages +- Eagle +- Wind sounds +- Ordnance radio messages +- Mine markers ## Maintainers