From 6f8414c6ddb4c26e934f67101b6fd491ef6e5b30 Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Tue, 11 Apr 2017 19:17:32 +0100 Subject: [PATCH 1/4] Add volume toggle docs --- docs/wiki/featurex/volume.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/wiki/featurex/volume.md diff --git a/docs/wiki/featurex/volume.md b/docs/wiki/featurex/volume.md new file mode 100644 index 00000000000..926fd3b8f45 --- /dev/null +++ b/docs/wiki/featurex/volume.md @@ -0,0 +1,32 @@ +--- +layout: wiki +title: Volume Toggle +description: Keybind to toggle volume of game and music. +group: feature +category: general +parent: wiki +mod: acex +version: + major: 3 + minor: 0 + patch: 0 +--- + +## 1. Overview + +Adds a keybind to toggle volume of game and music. Essentially the same functionality as the [Cyprus Push-to-Hear](http://www.armaholic.com/page.php?id=26932) mod. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. + +## 2. Dependencies + +{% include dependenciesx_list.md component="volume" %} + +## 3. Features +* Automatically lower volume when inside vehicles (restores when exiting vehicles) +* Change reduction percentage and fade delay +* Option to show/hide notification +* Option to remind you every minute if your volume is lowered + +## 4. Usage +1. Set the keybind in ACEX controls +2. Enable the feature in ACE options +3. Change the options to your liking From d8f1a85ada566953bf19d91bd26d1ec71e61ab5b Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Tue, 11 Apr 2017 19:29:26 +0100 Subject: [PATCH 2/4] Change version and remove ref to another mod --- docs/wiki/featurex/volume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/featurex/volume.md b/docs/wiki/featurex/volume.md index 926fd3b8f45..c0cc67d04fe 100644 --- a/docs/wiki/featurex/volume.md +++ b/docs/wiki/featurex/volume.md @@ -8,13 +8,13 @@ parent: wiki mod: acex version: major: 3 - minor: 0 + minor: 2 patch: 0 --- ## 1. Overview -Adds a keybind to toggle volume of game and music. Essentially the same functionality as the [Cyprus Push-to-Hear](http://www.armaholic.com/page.php?id=26932) mod. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. +Adds a keybind to toggle volume of game and music. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. ## 2. Dependencies From eee828955e60516692a3e0c7a66196f055ce7d5e Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Wed, 26 Apr 2017 15:17:00 +0100 Subject: [PATCH 3/4] Changes as per review --- docs/wiki/featurex/volume.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/wiki/featurex/volume.md b/docs/wiki/featurex/volume.md index c0cc67d04fe..80c67a36c41 100644 --- a/docs/wiki/featurex/volume.md +++ b/docs/wiki/featurex/volume.md @@ -1,7 +1,7 @@ --- layout: wiki title: Volume Toggle -description: Keybind to toggle volume of game and music. +description: Ability to toggle volume of game and music. group: feature category: general parent: wiki @@ -14,19 +14,21 @@ version: ## 1. Overview -Adds a keybind to toggle volume of game and music. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. - -## 2. Dependencies - -{% include dependenciesx_list.md component="volume" %} +Adds the possibility of setting a keybind to toggle volume of game and music. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. ## 3. Features -* Automatically lower volume when inside vehicles (restores when exiting vehicles) -* Change reduction percentage and fade delay -* Option to show/hide notification -* Option to remind you every minute if your volume is lowered + +- Automatically lower volume when inside vehicles (restores when exiting vehicles) +- Change reduction percentage and fade delay +- Option to show/hide notification +- Option to remind you every minute if your volume is lowered ## 4. Usage + 1. Set the keybind in ACEX controls 2. Enable the feature in ACE options 3. Change the options to your liking + +## 2. Dependencies + +{% include dependenciesx_list.md component="volume" %} From f0f89b0cd6ff8f97f237157cef79327fada9189a Mon Sep 17 00:00:00 2001 From: James Kingsley Date: Wed, 26 Apr 2017 15:17:35 +0100 Subject: [PATCH 4/4] Fix numbers --- docs/wiki/featurex/volume.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/featurex/volume.md b/docs/wiki/featurex/volume.md index 80c67a36c41..960e3003c3a 100644 --- a/docs/wiki/featurex/volume.md +++ b/docs/wiki/featurex/volume.md @@ -16,19 +16,19 @@ version: Adds the possibility of setting a keybind to toggle volume of game and music. It's quite useful for when you're briefing in heavy rain, or if you're in an obnoxiously loud car. -## 3. Features +## 2. Features - Automatically lower volume when inside vehicles (restores when exiting vehicles) - Change reduction percentage and fade delay - Option to show/hide notification - Option to remind you every minute if your volume is lowered -## 4. Usage +## 3. Usage 1. Set the keybind in ACEX controls 2. Enable the feature in ACE options 3. Change the options to your liking -## 2. Dependencies +## 4. Dependencies {% include dependenciesx_list.md component="volume" %}