mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1df3a73461
* Update documentation guidelines * Add version info part 1 * Add version info part 2 * Add removed in version to frontmatter and tag testmissions as removed * Add version info part 3
26 lines
608 B
Markdown
26 lines
608 B
Markdown
---
|
|
layout: wiki
|
|
title: View Distance
|
|
description: The view distance module adds extra view distance settings
|
|
group: feature
|
|
category: interaction
|
|
parent: wiki
|
|
mod: ace
|
|
version:
|
|
major: 3
|
|
minor: 1
|
|
patch: 0
|
|
---
|
|
|
|
## 1. Overview
|
|
ACE3 View Distance adds the ability to have different view distance settings when on foot, in a vehicle or in the air. It is enabled by default.
|
|
|
|
## 2. Usage
|
|
- When in-game, press <kbd>ESC</kbd>.
|
|
- Click `ACE Options` in the top-left corner.
|
|
- Scroll down to the `Client View Distance` settings.
|
|
|
|
## 3. Dependencies
|
|
|
|
{% include dependencies_list.md component="viewdistance" %}
|