Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/client/etjump_cvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,11 @@ Cvar | Values | Default
:-----------------------|:--------------|:------------
etj_CGaz1DrawSnapZone | 0 or 1 | 0

Extends minline drawing on CGaz 1 to the end of the current snap zone.
Extends minline drawing on CGaz 1 to cover the currently active snapzone, disabling all other CGaz 1 components.

```{note}
This uses [`etj_CGazFov`](etjump_cvars.md/#etj_cgazfov) to determine the snapzone positions. It's meant to be used standalone, without using [`etj_drawSnapHUD`](etjump_cvars.md/#etj_drawsnaphud). If CGaz and snaphud FOVs do not match, the drawing appears misaligned compared to the snaphud, though it is still correct.
* This uses [`etj_CGazFov`](etjump_cvars.md/#etj_cgazfov) to determine the snapzone positions. It's meant to be used standalone, without using [`etj_drawSnapHUD`](etjump_cvars.md/#etj_drawsnaphud). If CGaz and snaphud FOVs do not match, the drawing appears misaligned compared to the snaphud, though it is still correct.
* The end of the snapzone has a very slight deviation from the actual snapzone end as CGaz FOV decreases, due to some internal inaccuracies with how CGaz and snaphud angles are calculated.
```

---
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = 'ETJump'
copyright = f'{date.today().year}, ETJump Team'
author = 'ETJump Team'
release = '3.5.0'
release = '3.5.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down