Skip to content

Defrag hud #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_dz_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_accel_dz_color
category: var
tags:
- hud
- defrag
- color
default_value: 120 120 120 0
---

No-accel zone color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_enable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_enable
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 1
---

Provides an on-screen indicator to the angle to aim your cursor to gain speed with current velocity and movement inputs. Based entirely on CampingGaz's CgazHUD for Defrag, for more info on its use, check the Defrag learn section.
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_fast_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_accel_fast_color
category: var
tags:
- hud
- defrag
- color
default_value: 20 150 210 150
---

Full-accel zone color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_height
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 50
default_value: 20
---

Height of accel zones in pixels (@1080p).
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_mode_mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_mode_mirror
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Display accel zones for mirrored inputs.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_mode_scale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_mode_scale
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Scale accel zones by current movement input scale.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_offset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_offset
category: var
tags:
- hud
- defrag
minimum_value: -200
maximum_value: 200
default_value: 10
---

Vertical offset from center screen in pixels (@1080p).
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_slow_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_accel_slow_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 240 240 180
---

Partial-accel zone color in RGBA format.
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_accel_turn_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_accel_turn_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 110 110 180
---

Turn zone color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_projection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_projection
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 2
default_value: 0
---

Projection mode for strafe hud. 0 = Perspective, 1 = Arc length, 2 = Panoramic
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_snap_color
category: var
tags:
- hud
- defrag
- color
default_value: 210 210 210 150
---

Colored snap zone color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_enable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_enable
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Display snap zones where velocity rounding impacts speed gain.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_height
category: var
tags:
- hud
- defrag
minimum_value: 1
maximum_value: 50
default_value: 10
---

Height of snap zones in pixels (@1080p).
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_hl_alt_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_snap_hl_alt_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 240 240 40
---

Uncolored snap zone highlight color in RGBA format.
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_hl_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_snap_hl_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 240 240 180
---

Colored snap zone highlight color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_mode_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_mode_color
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 2
default_value: 0
---

Color snap zones by speed gain potential. 0 = off, 1 = colored by potential gain, 2 = fade color by actual speed gain
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_mode_height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_mode_height
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Size snap zones by speed gain potential.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_mode_hl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_mode_hl
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Highlight active snap zone.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_snap_offset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_offset
category: var
tags:
- hud
- defrag
minimum_value: -200
maximum_value: 200
default_value: 0
---

Vertical offset from top of accel zone in pixels (@1080p).
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_velocity_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_velocity_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 240 240 180
---

Velocity arrow color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_velocity_enable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_velocity_enable
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Display velocity direction arrow.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_velocity_size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_velocity_size
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 25
default_value: 8
---

Velocity arrow half-height in pixels (@1080p).
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_windicator_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_windicator_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 240 0 180
---

Windicator arrow color in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_windicator_enable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_windicator_enable
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1
default_value: 0
---

Display w-turn indicator (windicator) arrow.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-15-mom_df_hud_windicator_size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_windicator_size
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 25
default_value: 6
---

Windicator arrow half-height in pixels (@1080p).
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-18-mom_df_hud_snap_fast_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_snap_fast_color
category: var
tags:
- hud
- defrag
- color
default_value: 110 240 110 150
---

Snap zone color used as maximum for color-by-gain mode in RGBA format.
11 changes: 11 additions & 0 deletions _posts/convars/2022-03-18-mom_df_hud_snap_slow_color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: mom_df_hud_snap_slow_color
category: var
tags:
- hud
- defrag
- color
default_value: 240 110 110 150
---

Snap zone color used as minimum for color-by-gain mode in RGBA format.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-20-mom_df_hud_accel_min_speed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_accel_min_speed
category: var
tags:
- hud
- defrag
minimum_value: 1
maximum_value: 1000
default_value: 1
---

Minimum speed required to draw accel zones.
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-20-mom_df_hud_fov.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_fov
category: var
tags:
- hud
- defrag
minimum_value: 50
maximum_value: 130
default_value: 0
---

Field of view used to calculate strafe hud projection. Setting 0 uses viewport field of view. (should be limited to a max of 179 via text input, just like fov_desired)
12 changes: 12 additions & 0 deletions _posts/convars/2022-03-20-mom_df_hud_snap_min_speed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: mom_df_hud_snap_min_speed
category: var
tags:
- hud
- defrag
minimum_value: 0
maximum_value: 1000
default_value: 0
---

Minimum speed required to draw snap zones.