Skip to content

VX_TRACKER: Add r_tracker_row_spacing cvar#1099

Merged
tcsabina merged 2 commits intoQW-Group:masterfrom
Xerialen:add-r-tracker-row-spacing
Mar 1, 2026
Merged

VX_TRACKER: Add r_tracker_row_spacing cvar#1099
tcsabina merged 2 commits intoQW-Group:masterfrom
Xerialen:add-r-tracker-row-spacing

Conversation

@Xerialen
Copy link
Copy Markdown
Contributor

@Xerialen Xerialen commented Feb 9, 2026

Summary

Adds a new console variable r_tracker_row_spacing to control the vertical spacing between tracker message rows, allowing users to customize the spacing to their preference.

Changes

  • Added r_tracker_row_spacing cvar (default: 0)
  • Modified VXSCR_DrawTrackerString() to use configurable spacing instead of fixed 8 pixels
  • Registered the new cvar in InitTracker()

Usage

r_tracker_row_spacing <value>
  • Default: 0 (no extra spacing, 8 pixels per line)
  • Value is added to the base 8 pixels and multiplied by r_tracker_scale
  • Positive values increase spacing
  • Negative values decrease spacing

Use Cases

This is useful for users who want to:

  • Increase spacing for better readability
  • Decrease spacing to fit more messages on screen
  • Fine-tune the tracker appearance to match their HUD layout

Testing

Tested with various spacing values and scale settings. Works correctly with both positive and negative values.

🤖 Generated with Claude Code

Xerialen and others added 2 commits February 9, 2026 06:35
Adds a new console variable to control the vertical spacing between
tracker message rows, allowing users to customize the spacing to their
preference.

Usage:
  r_tracker_row_spacing <value>

- Default: 0 (no extra spacing, 8 pixels per line)
- Value is added to the base 8 pixels and multiplied by r_tracker_scale
- Positive values increase spacing, negative values decrease spacing

This is useful for users who want to:
- Increase spacing for better readability
- Decrease spacing to fit more messages on screen
- Fine-tune the tracker appearance to match their HUD layout

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add r_tracker_row_spacing to help_variables.json with description
- Add .gitignore patterns for local documentation files (CR*.md, EZQUAKE_HUD_*.md, TRACKER_*.md)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@tcsabina tcsabina merged commit 80cdad0 into QW-Group:master Mar 1, 2026
6 checks passed
@Xerialen Xerialen deleted the add-r-tracker-row-spacing branch March 1, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants