From f527da30fd201651a0d08ab23bcc042704e6a554 Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 19:58:07 +0300 Subject: [PATCH 1/7] Update modules.md Add under-the-hood explanation for ACE Weather. --- documentation/missionmaker/modules.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md index 47ee90d044..2e3c47ebfb 100644 --- a/documentation/missionmaker/modules.md +++ b/documentation/missionmaker/modules.md @@ -304,13 +304,20 @@ Default Time to lockpick (in seconds)
This module allows you to customize the weather settings. +
+
Note:
+

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day, cloud coverage and forecasted cloud coverage and allows the weather to evolve realisticly as the simulation progresses. Weather synchronization occurs between all clients. +Manual adjustment of the weather is possible by modifying cloud coverage or disabling the feature

+
+ + **Settings:** 1. **Weather propagation (Boolean)**
Enables sever side weather propagation.
`Default value: Yes` 2. **ACE Weather (Boolean)**
-Overrides the default weather (editor, mission settings) with ACE weather (map based).
+Overrides the default weather with ACE weather (map based).
`Default value: Yes` 3. **Sync Rain (Boolean)**
Synchronizes rain.
From 3522799510ec4e9eba5585f01aa9f48104c5c69e Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 20:14:20 +0300 Subject: [PATCH 2/7] Update modules.md Remove redundancy Add example --- documentation/missionmaker/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md index 2e3c47ebfb..c44eba1d24 100644 --- a/documentation/missionmaker/modules.md +++ b/documentation/missionmaker/modules.md @@ -306,8 +306,8 @@ This module allows you to customize the weather settings.
Note:
-

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day, cloud coverage and forecasted cloud coverage and allows the weather to evolve realisticly as the simulation progresses. Weather synchronization occurs between all clients. -Manual adjustment of the weather is possible by modifying cloud coverage or disabling the feature

+

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients. +- Adjustment of the weather is possible by modifying the `overcast` value (for example: 0.7 may result in intermittent rain) or disabling the feature

From 1e97c6268f247c19c52eef8e4aaebe9a60306191 Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 20:18:28 +0300 Subject: [PATCH 3/7] Create weather.md Remove template Create short Weather feature description --- documentation/feature/weather.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/documentation/feature/weather.md b/documentation/feature/weather.md index b04a08d9be..b8bcf306b8 100644 --- a/documentation/feature/weather.md +++ b/documentation/feature/weather.md @@ -1,24 +1,14 @@ --- layout: wiki title: Weather -description: +description: The Weather module overrides the mission/editor weather setting with a synchronized realistic weather simulation group: feature parent: wiki --- ## Overview -### Sub-feature 1 -Short description of sub-feature 1. - -### Sub-feature 2 -Short description of sub-feature 2. - - -## Usage - -Short overview of how to use the feature, e.g. menu options, key bindings, -instructions. May not apply to all modules. +ACE Weather is enabled by default. This feature simulates realistic weather according to map location, time of day, date, etc. ## Dependencies From e1b73de751e69d29f2d8588dd63fb5a3b4bc61f7 Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 23:33:59 +0300 Subject: [PATCH 4/7] Update modules.md - Weather Fix HTML code --- documentation/missionmaker/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md index c44eba1d24..c5f9745eec 100644 --- a/documentation/missionmaker/modules.md +++ b/documentation/missionmaker/modules.md @@ -307,7 +307,7 @@ This module allows you to customize the weather settings.
Note:

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients. -- Adjustment of the weather is possible by modifying the `overcast` value (for example: 0.7 may result in intermittent rain) or disabling the feature

+- Adjustment of the weather is possible by modifying the overcast value (for example: 0.7 may result in intermittent rain) or disabling the feature

From 327feeaceaf7e888b58ab421cab6a9550f026602 Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 23:41:49 +0300 Subject: [PATCH 5/7] Update modules.md - Weather Remove redundancy --- documentation/missionmaker/modules.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md index c5f9745eec..c481b8697f 100644 --- a/documentation/missionmaker/modules.md +++ b/documentation/missionmaker/modules.md @@ -306,8 +306,7 @@ This module allows you to customize the weather settings.
Note:
-

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients. -- Adjustment of the weather is possible by modifying the overcast value (for example: 0.7 may result in intermittent rain) or disabling the feature

+

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients.
Adjustment of the weather is possible by modifying the overcast value (for example: 0.7 may result in intermittent rain)

From beb94044c5f70dbee39bd833e3891744ea872c37 Mon Sep 17 00:00:00 2001 From: BullHorn Date: Fri, 15 May 2015 23:48:10 +0300 Subject: [PATCH 6/7] Update modules.md - Weather Add missing dot ._. --- documentation/missionmaker/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md index c481b8697f..4552478714 100644 --- a/documentation/missionmaker/modules.md +++ b/documentation/missionmaker/modules.md @@ -306,7 +306,7 @@ This module allows you to customize the weather settings.
Note:
-

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients.
Adjustment of the weather is possible by modifying the overcast value (for example: 0.7 may result in intermittent rain)

+

ACE Weather overrides weather settings (editor, mission settings) and automatically calculates wind, temperature and pressure according to map location, date, time of day and cloud coverage and allows the weather to evolve realistically as the simulation progresses. Weather synchronization occurs between all clients.
Adjustment of the weather is possible by modifying the overcast value (for example: 0.7 may result in intermittent rain).

From dcb15062e9de174c52a2b9b41da5eb1e9a05848e Mon Sep 17 00:00:00 2001 From: BullHorn Date: Sat, 16 May 2015 00:00:41 +0300 Subject: [PATCH 7/7] Documentation: Windeflection - add description --- documentation/feature/windeflection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/feature/windeflection.md b/documentation/feature/windeflection.md index e8869588d8..35e9e772f2 100644 --- a/documentation/feature/windeflection.md +++ b/documentation/feature/windeflection.md @@ -1,7 +1,7 @@ --- layout: wiki title: Wind Deflection -description: +description: The Windeflection module simulates wind deflection of projectiles group: feature parent: wiki ---