feat: Add sar_velocitygraph_show_line#276
Merged
ThisAMJ merged 8 commits intop2sr:masterfrom Sep 2, 2024
Merged
Conversation
Added "sar_velocitygraph_show_line" which when set to 0 (1 by default), keeps only the speedometer from the velocity graph giving us a speedometer like in Half-Life 1. This displays our velocity separate from the HUD in the bottom middle of our screen nicely, so we can more easily see it whilst bunnyhopping.
sar_velocitygraph_show_line
ThisAMJ
pushed a commit
that referenced
this pull request
Sep 2, 2024
Added "sar_velocitygraph_show_line" which when set to 0 (1 by default), keeps only the speedometer from the velocity graph giving us a speedometer like in Half-Life 1. This displays our velocity separate from the HUD in the bottom middle of our screen nicely, so we can more easily see it whilst bunnyhopping.
ThisAMJ
pushed a commit
that referenced
this pull request
Sep 2, 2024
Added "sar_velocitygraph_show_line" which when set to 0 (1 by default), keeps only the speedometer from the velocity graph giving us a speedometer like in Half-Life 1. This displays our velocity separate from the HUD in the bottom middle of our screen nicely, so we can more easily see it whilst bunnyhopping.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
sar_velocitygraph_show_linewhich when set to 0 (1 by default), keeps only the speedometer from the velocity graph letting us display our velocity like in Half-Life 1.This displays our velocity separate from the HUD in the bottom middle of our screen nicely, so we can more easily look at our speed whilst bunnyhopping.
Also please ignore the 6 dumb commits those were by accident, but they don't change anything so no reason to worry.