diff --git a/documentation/feature/viewdistance.md b/documentation/feature/viewdistance.md
new file mode 100644
index 0000000000..36c30329c3
--- /dev/null
+++ b/documentation/feature/viewdistance.md
@@ -0,0 +1,19 @@
+---
+layout: wiki
+title: View Distance
+description: The view distance module adds extra view distance settings
+group: feature
+parent: wiki
+---
+
+## 1. Overview
+The View Distance feature is enabled by default. It adds the ability to have different view distance settings when on foot, in a vehicle or in the air.
+
+## 2. Usage
+- When ingame, push ESC.
+- Click `ACE Options` in the top-left corner.
+- Scroll down to the `Client View Distance` settings.
+- Adjust to taste.
+
+## 3. Dependencies
+`ace_common`
diff --git a/documentation/missionmaker/modules.md b/documentation/missionmaker/modules.md
index a7b2c80f83..90c6558eed 100644
--- a/documentation/missionmaker/modules.md
+++ b/documentation/missionmaker/modules.md
@@ -253,6 +253,7 @@ The "Respawn System" module enables players to respawn with the gear they had be
Respawn with the gear a player had just before his death.
`Default value: No`
+
### 1.16 SwitchUnits System
*Part of: ace_switchunits*
@@ -309,7 +310,22 @@ Default Time to lockpick (in seconds)
* `ACE_vehicleLock_lockpickStrength` - NUMBER: seconds, determines how long lockpicking with take, overrides the value set in the module for a specific vehicle of the mission maker's choice.
-### 1.18 Weather
+### 1.18 View Distance Limiter
+*Part of: ace_viewdistance*
+
+This module allows disabling the ACE3 View Distance feature as well as setting a view distance limit.
+
+**Settings:**
+
+1. **Enable ACE viewdistance (Boolean)**
+Enabled ACE viewdistance
+`Default value: Yes`
+2. **View Distance Limit (Number)**
+Sets the limit for how high clients can raise their view distance (<= 10000)
+`Default value: 10000`
+
+
+### 1.19 Weather
*Part of: ace_weather*
This module allows you to customize the weather settings.
@@ -319,7 +335,6 @@ This module allows you to customize the weather settings.
ACE3 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).