From aa0940e18015fc282d1ac488036f7b312391416c Mon Sep 17 00:00:00 2001 From: Dharma Bellamkonda Date: Wed, 13 May 2015 13:31:53 -0600 Subject: [PATCH 1/2] Document module dependencies Add a list of dependencies to each module's documentation. Also add a note to the documenation of modules which are a dependency for many other modules. Dependency lists are pulled from each module's config.cpp. --- documentation/feature/advanced_ballistics.md | 2 +- documentation/feature/ai.md | 2 +- documentation/feature/aircraft.md | 2 +- documentation/feature/apl.md | 2 +- documentation/feature/atragmx.md | 2 +- documentation/feature/attach.md | 2 +- documentation/feature/backpacks.md | 2 +- documentation/feature/ballistics.md | 2 +- documentation/feature/captives.md | 2 +- documentation/feature/common.md | 13 +++++++++++++ documentation/feature/difficulties.md | 2 +- documentation/feature/disarming.md | 2 +- documentation/feature/disposable.md | 2 +- documentation/feature/dragging.md | 2 +- documentation/feature/explosives.md | 2 +- documentation/feature/fcs.md | 2 +- documentation/feature/flashsuppressors.md | 2 +- documentation/feature/frag.md | 2 +- documentation/feature/gforces.md | 2 +- documentation/feature/goggles.md | 2 +- documentation/feature/grenades.md | 2 +- documentation/feature/hearing.md | 2 +- documentation/feature/hitreactions.md | 2 +- documentation/feature/interact_menu.md | 4 +++- documentation/feature/interaction.md | 4 +++- documentation/feature/inventory.md | 2 +- documentation/feature/javelin.md | 2 +- documentation/feature/kestrel4500.md | 2 +- documentation/feature/laser.md | 2 +- documentation/feature/laser_selfdesignate.md | 2 +- documentation/feature/laserpointer.md | 2 +- documentation/feature/logistics_uavbattery.md | 2 +- documentation/feature/logistics_wirecutter.md | 2 +- documentation/feature/magazinerepack.md | 2 +- documentation/feature/main.md | 13 +++++++++++++ documentation/feature/map.md | 2 +- documentation/feature/maptools.md | 2 +- documentation/feature/markers.md | 2 +- documentation/feature/medical-system.md | 3 +++ documentation/feature/microdagr.md | 2 +- documentation/feature/missileguidance.md | 2 +- documentation/feature/missionmodules.md | 2 +- documentation/feature/mk6mortar.md | 2 +- documentation/feature/movement.md | 2 +- documentation/feature/nametags.md | 2 +- documentation/feature/nightvision.md | 2 +- documentation/feature/noidle.md | 2 +- documentation/feature/noradio.md | 2 +- documentation/feature/norearm.md | 2 +- documentation/feature/optics.md | 2 +- documentation/feature/optionsmenu.md | 4 +++- documentation/feature/overheating.md | 2 +- documentation/feature/overpressure.md | 18 ++++++++++++++++++ documentation/feature/parachute.md | 2 +- documentation/feature/protection.md | 2 +- documentation/feature/ragdolls.md | 2 +- documentation/feature/realisticnames.md | 2 +- documentation/feature/recoil.md | 2 +- documentation/feature/reload.md | 2 +- documentation/feature/reloadlaunchers.md | 3 +-- documentation/feature/respawn.md | 2 +- documentation/feature/safemode.md | 2 +- documentation/feature/scopes.md | 2 +- documentation/feature/smallarms.md | 2 +- documentation/feature/switchunits.md | 2 +- documentation/feature/testmissions.md | 2 +- documentation/feature/thermals.md | 2 +- documentation/feature/vector.md | 2 +- documentation/feature/vehiclelock.md | 2 +- documentation/feature/vehicles.md | 2 +- documentation/feature/weaponselect.md | 2 +- documentation/feature/weather.md | 2 +- documentation/feature/windeflection.md | 2 +- 73 files changed, 122 insertions(+), 70 deletions(-) create mode 100644 documentation/feature/common.md create mode 100644 documentation/feature/main.md create mode 100644 documentation/feature/overpressure.md diff --git a/documentation/feature/advanced_ballistics.md b/documentation/feature/advanced_ballistics.md index fd44bb21b9..43db440b2d 100644 --- a/documentation/feature/advanced_ballistics.md +++ b/documentation/feature/advanced_ballistics.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_ballistics`, `ace_weather`, `ace_modules` diff --git a/documentation/feature/ai.md b/documentation/feature/ai.md index b82192b920..2f50572b99 100644 --- a/documentation/feature/ai.md +++ b/documentation/feature/ai.md @@ -24,4 +24,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/aircraft.md b/documentation/feature/aircraft.md index 6b99540466..0706d9912a 100644 --- a/documentation/feature/aircraft.md +++ b/documentation/feature/aircraft.md @@ -22,4 +22,4 @@ Adds a laser marker to the copilot seat of the Wildcat. Adds a HUD to the AH-9 based on the comanches HUD. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/apl.md b/documentation/feature/apl.md index fe69507f32..6f6b88794d 100644 --- a/documentation/feature/apl.md +++ b/documentation/feature/apl.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_main` diff --git a/documentation/feature/atragmx.md b/documentation/feature/atragmx.md index 77affe1326..0d96cdcc6e 100644 --- a/documentation/feature/atragmx.md +++ b/documentation/feature/atragmx.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common`, `ace_weather` diff --git a/documentation/feature/attach.md b/documentation/feature/attach.md index 7bf2c400e6..0a7d3a7e42 100644 --- a/documentation/feature/attach.md +++ b/documentation/feature/attach.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/backpacks.md b/documentation/feature/backpacks.md index ade414525f..ea10c7a24a 100644 --- a/documentation/feature/backpacks.md +++ b/documentation/feature/backpacks.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/ballistics.md b/documentation/feature/ballistics.md index 895f1e37ab..7a0bdc2931 100644 --- a/documentation/feature/ballistics.md +++ b/documentation/feature/ballistics.md @@ -25,4 +25,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/captives.md b/documentation/feature/captives.md index 305610cdce..7a1d24bce6 100644 --- a/documentation/feature/captives.md +++ b/documentation/feature/captives.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/common.md b/documentation/feature/common.md new file mode 100644 index 0000000000..36821a12e9 --- /dev/null +++ b/documentation/feature/common.md @@ -0,0 +1,13 @@ +--- +layout: wiki +title: Common +group: feature +parent: wiki +--- +# Overview +Module that provides common features required by many other modules. + +# Dependencies +`ace_main` + +Note: The Common module is required by many other modules. Disabling it is not recommended. \ No newline at end of file diff --git a/documentation/feature/difficulties.md b/documentation/feature/difficulties.md index 626576ee09..ad36f26e2c 100644 --- a/documentation/feature/difficulties.md +++ b/documentation/feature/difficulties.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/disarming.md b/documentation/feature/disarming.md index 7b30494adc..38fe114cb1 100644 --- a/documentation/feature/disarming.md +++ b/documentation/feature/disarming.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/disposable.md b/documentation/feature/disposable.md index dd634eb9c1..c1a5276f71 100644 --- a/documentation/feature/disposable.md +++ b/documentation/feature/disposable.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/dragging.md b/documentation/feature/dragging.md index 28d5c6089f..6b0d65c6ac 100644 --- a/documentation/feature/dragging.md +++ b/documentation/feature/dragging.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/explosives.md b/documentation/feature/explosives.md index 78f09d62bb..b5cd19dbf5 100644 --- a/documentation/feature/explosives.md +++ b/documentation/feature/explosives.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/fcs.md b/documentation/feature/fcs.md index 4eefe05e5b..3858def7dc 100644 --- a/documentation/feature/fcs.md +++ b/documentation/feature/fcs.md @@ -18,4 +18,4 @@ To engage moving targets, place the crosshair on the enemy vehicle and press and To use manual lasing, place the crosshair on the object to range and press and hold tab. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/flashsuppressors.md b/documentation/feature/flashsuppressors.md index 4217299857..cd510b7f6d 100644 --- a/documentation/feature/flashsuppressors.md +++ b/documentation/feature/flashsuppressors.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/frag.md b/documentation/feature/frag.md index 4d30c8d9f9..8a0d9fb667 100644 --- a/documentation/feature/frag.md +++ b/documentation/feature/frag.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/gforces.md b/documentation/feature/gforces.md index 73c3b321ed..e67a043ec7 100644 --- a/documentation/feature/gforces.md +++ b/documentation/feature/gforces.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/goggles.md b/documentation/feature/goggles.md index 1d77e342d4..af61102d4f 100644 --- a/documentation/feature/goggles.md +++ b/documentation/feature/goggles.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/grenades.md b/documentation/feature/grenades.md index 67918ae77b..05c2cc9341 100644 --- a/documentation/feature/grenades.md +++ b/documentation/feature/grenades.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/hearing.md b/documentation/feature/hearing.md index 32d4fce986..5c2e7e8aa7 100644 --- a/documentation/feature/hearing.md +++ b/documentation/feature/hearing.md @@ -16,4 +16,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/hitreactions.md b/documentation/feature/hitreactions.md index c109f10ddd..eae5c932ed 100644 --- a/documentation/feature/hitreactions.md +++ b/documentation/feature/hitreactions.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/interact_menu.md b/documentation/feature/interact_menu.md index d00ba6f977..50e72f495c 100644 --- a/documentation/feature/interact_menu.md +++ b/documentation/feature/interact_menu.md @@ -15,4 +15,6 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` + +Note: The Interact Menu module is required by many other modules. Disabling it is not recommended. diff --git a/documentation/feature/interaction.md b/documentation/feature/interaction.md index 36365342ae..8ef9caa6ef 100644 --- a/documentation/feature/interaction.md +++ b/documentation/feature/interaction.md @@ -15,4 +15,6 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interact_menu` + +Note: The Interaction module is required by many other modules. Disabling it is not recommended. diff --git a/documentation/feature/inventory.md b/documentation/feature/inventory.md index 8dac5b6644..12fd4d3d15 100644 --- a/documentation/feature/inventory.md +++ b/documentation/feature/inventory.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` \ No newline at end of file diff --git a/documentation/feature/javelin.md b/documentation/feature/javelin.md index 78102840c1..344ce39aab 100644 --- a/documentation/feature/javelin.md +++ b/documentation/feature/javelin.md @@ -25,4 +25,4 @@ Steps to lock titan/Javelin: CTRL+TAB is default key to change firemode (configurable as a key) # Dependencies -List of modules that must be present for this module to work. +`ace_main`, `ace_common`, `ace_missileguidance` diff --git a/documentation/feature/kestrel4500.md b/documentation/feature/kestrel4500.md index 0c6e03d304..4e4acf17ca 100644 --- a/documentation/feature/kestrel4500.md +++ b/documentation/feature/kestrel4500.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common`, `ace_weather` diff --git a/documentation/feature/laser.md b/documentation/feature/laser.md index 6e1de22002..f7dfd9533a 100644 --- a/documentation/feature/laser.md +++ b/documentation/feature/laser.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/laser_selfdesignate.md b/documentation/feature/laser_selfdesignate.md index 8405d57c43..367c3a9220 100644 --- a/documentation/feature/laser_selfdesignate.md +++ b/documentation/feature/laser_selfdesignate.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_laser` diff --git a/documentation/feature/laserpointer.md b/documentation/feature/laserpointer.md index c22471e320..a0e525236f 100644 --- a/documentation/feature/laserpointer.md +++ b/documentation/feature/laserpointer.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/logistics_uavbattery.md b/documentation/feature/logistics_uavbattery.md index 6cd3bc0b3b..cba26cd695 100644 --- a/documentation/feature/logistics_uavbattery.md +++ b/documentation/feature/logistics_uavbattery.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/logistics_wirecutter.md b/documentation/feature/logistics_wirecutter.md index 97d684e697..2c3a53f692 100644 --- a/documentation/feature/logistics_wirecutter.md +++ b/documentation/feature/logistics_wirecutter.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/magazinerepack.md b/documentation/feature/magazinerepack.md index e9ae26f315..146dcc148d 100644 --- a/documentation/feature/magazinerepack.md +++ b/documentation/feature/magazinerepack.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/main.md b/documentation/feature/main.md new file mode 100644 index 0000000000..667017a34f --- /dev/null +++ b/documentation/feature/main.md @@ -0,0 +1,13 @@ +--- +layout: wiki +title: Main +group: feature +parent: wiki +--- +# Overview +Main module which acts as the ACE core module. + +# Dependencies +Arma 3 and CBA + +Note: Note: The Common module is required by all other modules. Do not disable it! \ No newline at end of file diff --git a/documentation/feature/map.md b/documentation/feature/map.md index 88a3493d9e..596088f5e9 100644 --- a/documentation/feature/map.md +++ b/documentation/feature/map.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/maptools.md b/documentation/feature/maptools.md index 6814a5c1f5..de1b118a03 100644 --- a/documentation/feature/maptools.md +++ b/documentation/feature/maptools.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/markers.md b/documentation/feature/markers.md index eae1bfe333..f401004a88 100644 --- a/documentation/feature/markers.md +++ b/documentation/feature/markers.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/medical-system.md b/documentation/feature/medical-system.md index 443fb4b182..c0cf70e8d0 100644 --- a/documentation/feature/medical-system.md +++ b/documentation/feature/medical-system.md @@ -68,3 +68,6 @@ Morphine is used to alleviate large amounts of pain. Has an effect similar to He Epinephrine is used to increase heart rate and blood pressure and alleviate unconsciousness. Epinephrine is a synthetic form of Adrenaline, which is naturally produced in the body. It can also be applied to counter-act the effects of Atropine. Be careful though, as it may only be given once. _Epinephrine must never be given to a casualty with a high heart rate or blood pressure._ + +# Dependencies +`ace_interaction`, `ace_modules`, `ace_apl` \ No newline at end of file diff --git a/documentation/feature/microdagr.md b/documentation/feature/microdagr.md index a98730c9f4..f6ac61ddba 100644 --- a/documentation/feature/microdagr.md +++ b/documentation/feature/microdagr.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/missileguidance.md b/documentation/feature/missileguidance.md index fe5aa792b3..0ce4deb8eb 100644 --- a/documentation/feature/missileguidance.md +++ b/documentation/feature/missileguidance.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_laser` diff --git a/documentation/feature/missionmodules.md b/documentation/feature/missionmodules.md index 771a5ef290..3c7e7c49c5 100644 --- a/documentation/feature/missionmodules.md +++ b/documentation/feature/missionmodules.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/mk6mortar.md b/documentation/feature/mk6mortar.md index af718eedce..6560a7bf4c 100644 --- a/documentation/feature/mk6mortar.md +++ b/documentation/feature/mk6mortar.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/movement.md b/documentation/feature/movement.md index f1d9d93df9..5807701900 100644 --- a/documentation/feature/movement.md +++ b/documentation/feature/movement.md @@ -21,4 +21,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/nametags.md b/documentation/feature/nametags.md index 10ff3404c0..01c357b8e8 100644 --- a/documentation/feature/nametags.md +++ b/documentation/feature/nametags.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/nightvision.md b/documentation/feature/nightvision.md index efdc5721c5..84f0721286 100644 --- a/documentation/feature/nightvision.md +++ b/documentation/feature/nightvision.md @@ -20,4 +20,4 @@ Enables the user to manually adjust NVG brightness. Use Alt+PageUp and Alt+PageDown to adjust NVG brightness. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/noidle.md b/documentation/feature/noidle.md index aa6657728d..c8f64aeeb5 100644 --- a/documentation/feature/noidle.md +++ b/documentation/feature/noidle.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/noradio.md b/documentation/feature/noradio.md index f9a832abd0..ae7aefa304 100644 --- a/documentation/feature/noradio.md +++ b/documentation/feature/noradio.md @@ -14,4 +14,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/norearm.md b/documentation/feature/norearm.md index 7ed7a5c515..5f3d0eeeee 100644 --- a/documentation/feature/norearm.md +++ b/documentation/feature/norearm.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/optics.md b/documentation/feature/optics.md index 90b486bc88..d77f224a7b 100644 --- a/documentation/feature/optics.md +++ b/documentation/feature/optics.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/optionsmenu.md b/documentation/feature/optionsmenu.md index a0c9ad33da..76cf28d06f 100644 --- a/documentation/feature/optionsmenu.md +++ b/documentation/feature/optionsmenu.md @@ -15,4 +15,6 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` + +Note: The Options Menu module is utilized by many other modules. Disabling it is not recommended. diff --git a/documentation/feature/overheating.md b/documentation/feature/overheating.md index 3a10bf9f48..2c8cfee7e1 100644 --- a/documentation/feature/overheating.md +++ b/documentation/feature/overheating.md @@ -24,4 +24,4 @@ To clear a jammed weapon, press Shift+R. *needs documentation on swapping barrels* # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/overpressure.md b/documentation/feature/overpressure.md new file mode 100644 index 0000000000..3c20a00c51 --- /dev/null +++ b/documentation/feature/overpressure.md @@ -0,0 +1,18 @@ +--- +layout: wiki +title: Overpressure +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. + +# Dependencies +`ace_common` diff --git a/documentation/feature/parachute.md b/documentation/feature/parachute.md index 48ad0e9836..f01688082d 100644 --- a/documentation/feature/parachute.md +++ b/documentation/feature/parachute.md @@ -19,4 +19,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` \ No newline at end of file diff --git a/documentation/feature/protection.md b/documentation/feature/protection.md index 2eb2a9aaef..cc81793469 100644 --- a/documentation/feature/protection.md +++ b/documentation/feature/protection.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/ragdolls.md b/documentation/feature/ragdolls.md index 585c6c71a8..b71c3e3f75 100644 --- a/documentation/feature/ragdolls.md +++ b/documentation/feature/ragdolls.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/realisticnames.md b/documentation/feature/realisticnames.md index 64d9a316cb..22739dbde5 100644 --- a/documentation/feature/realisticnames.md +++ b/documentation/feature/realisticnames.md @@ -14,4 +14,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/recoil.md b/documentation/feature/recoil.md index 919ab24836..1e1fada65c 100644 --- a/documentation/feature/recoil.md +++ b/documentation/feature/recoil.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/reload.md b/documentation/feature/reload.md index f791521a63..2e26f90212 100644 --- a/documentation/feature/reload.md +++ b/documentation/feature/reload.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/reloadlaunchers.md b/documentation/feature/reloadlaunchers.md index 7b1f26cea1..17312a8f0f 100644 --- a/documentation/feature/reloadlaunchers.md +++ b/documentation/feature/reloadlaunchers.md @@ -15,5 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. -r \ No newline at end of file +`ace_interaction` diff --git a/documentation/feature/respawn.md b/documentation/feature/respawn.md index 6059f33c59..9dc50650c2 100644 --- a/documentation/feature/respawn.md +++ b/documentation/feature/respawn.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/safemode.md b/documentation/feature/safemode.md index ea4f3fe902..ba150df353 100644 --- a/documentation/feature/safemode.md +++ b/documentation/feature/safemode.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/scopes.md b/documentation/feature/scopes.md index fb29c7d6e1..9f7c54488c 100644 --- a/documentation/feature/scopes.md +++ b/documentation/feature/scopes.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/smallarms.md b/documentation/feature/smallarms.md index 11e68d4373..2dbf5359e8 100644 --- a/documentation/feature/smallarms.md +++ b/documentation/feature/smallarms.md @@ -17,4 +17,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/switchunits.md b/documentation/feature/switchunits.md index 71ace0e055..7744a492b1 100644 --- a/documentation/feature/switchunits.md +++ b/documentation/feature/switchunits.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/testmissions.md b/documentation/feature/testmissions.md index 7d7ac52af8..f01c61d1ba 100644 --- a/documentation/feature/testmissions.md +++ b/documentation/feature/testmissions.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/thermals.md b/documentation/feature/thermals.md index 12f79a311b..099758b3e9 100644 --- a/documentation/feature/thermals.md +++ b/documentation/feature/thermals.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/vector.md b/documentation/feature/vector.md index 277f5eb524..31f9b0adcf 100644 --- a/documentation/feature/vector.md +++ b/documentation/feature/vector.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/vehiclelock.md b/documentation/feature/vehiclelock.md index 239661d153..8947264de7 100644 --- a/documentation/feature/vehiclelock.md +++ b/documentation/feature/vehiclelock.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_interaction` diff --git a/documentation/feature/vehicles.md b/documentation/feature/vehicles.md index 534bb35171..22be943876 100644 --- a/documentation/feature/vehicles.md +++ b/documentation/feature/vehicles.md @@ -29,4 +29,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/weaponselect.md b/documentation/feature/weaponselect.md index 872e27cad0..6d8c11be90 100644 --- a/documentation/feature/weaponselect.md +++ b/documentation/feature/weaponselect.md @@ -21,4 +21,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common` diff --git a/documentation/feature/weather.md b/documentation/feature/weather.md index 2cbeea5e7e..06084cc5d0 100644 --- a/documentation/feature/weather.md +++ b/documentation/feature/weather.md @@ -15,4 +15,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_common`, `ace_modules` diff --git a/documentation/feature/windeflection.md b/documentation/feature/windeflection.md index 7bca0b0f60..ba261700c0 100644 --- a/documentation/feature/windeflection.md +++ b/documentation/feature/windeflection.md @@ -13,4 +13,4 @@ Short overview of how to use the feature, e.g. menu options, key bindings, instructions. May not apply to all modules. # Dependencies -List of modules that must be present for this module to work. +`ace_weather` From 5c7fd9cf90d153b9ae6c4cfd5188d56b827e0ed5 Mon Sep 17 00:00:00 2001 From: Dharma Bellamkonda Date: Wed, 13 May 2015 13:42:14 -0600 Subject: [PATCH 2/2] Correct module name in documentation --- documentation/feature/main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/feature/main.md b/documentation/feature/main.md index 667017a34f..07657502ce 100644 --- a/documentation/feature/main.md +++ b/documentation/feature/main.md @@ -10,4 +10,4 @@ Main module which acts as the ACE core module. # Dependencies Arma 3 and CBA -Note: Note: The Common module is required by all other modules. Do not disable it! \ No newline at end of file +Note: Note: The Main module is required by all other modules. Do not disable it! \ No newline at end of file