mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
commit
5e94e2c04b
19
documentation/feature/viewdistance.md
Normal file
19
documentation/feature/viewdistance.md
Normal file
@ -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
|
||||
ACE3 View Distance 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 <kbd>ESC</kbd>.
|
||||
- Click `ACE Options` in the top-left corner.
|
||||
- Scroll down to the `Client View Distance` settings.
|
||||
- Adjust to taste.
|
||||
|
||||
## 3. Dependencies
|
||||
`ace_common`
|
@ -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.<br>
|
||||
`Default value: No`
|
||||
|
||||
|
||||
### 1.16 SwitchUnits System
|
||||
*Part of: ace_switchunits*
|
||||
|
||||
@ -309,7 +310,22 @@ Default Time to lockpick (in seconds)<br>
|
||||
* `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)**<br>
|
||||
Enables ACE viewdistance<br>
|
||||
`Default value: Yes`
|
||||
2. **View Distance Limit (Number)**<br>
|
||||
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.
|
||||
<p>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. <br>Adjustment of the weather is possible by modifying the <code>overcast</code> value (for example: <code>0.7</code> may result in intermittent rain).</p>
|
||||
</div>
|
||||
|
||||
|
||||
**Settings:**
|
||||
|
||||
1. **Weather propagation (Boolean)**<br>
|
||||
@ -349,7 +364,8 @@ Synchronizes lightnings, rainbow, fog, ...<br>
|
||||
Defines the interval (seconds) between weather updates.<br>
|
||||
`Default value: 60`
|
||||
|
||||
### 1.19 Wind Deflection
|
||||
|
||||
### 1.20 Wind Deflection
|
||||
*Part of: ace_winddeflection*
|
||||
|
||||
This module allows you to define when wind deflection is active.
|
||||
@ -380,7 +396,7 @@ Defines the radius around the player (in meters) at which projectiles are wind d
|
||||
`Default value: 3000`
|
||||
|
||||
|
||||
### 1.20 LSD Vehicles
|
||||
### 1.21 LSD Vehicles
|
||||
*Part of: ace_core*
|
||||
|
||||
And then there's the "LSD Vehicles" module … it does 'something' to all vehicles synced to that module.
|
||||
@ -388,6 +404,7 @@ And then there's the "LSD Vehicles" module … it does 'something' to all v
|
||||
<iframe src="https://www.youtube.com/embed/X3e0LTexEok" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
## 2. ACE3 Medical
|
||||
*Part of: ace_medical*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user