Skip to content
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

wider scr_lag_draw #298

Open
MVarland opened this issue May 7, 2023 · 3 comments
Open

wider scr_lag_draw #298

MVarland opened this issue May 7, 2023 · 3 comments

Comments

@MVarland
Copy link

MVarland commented May 7, 2023

Any chance we could have the scr_lag_draw look like the good old netgraph that was at the bottom of the entire screen? :)

@Calinou
Copy link

Calinou commented Nov 8, 2024

The ping graph's width and height are hardcoded here:

q2pro/src/client/screen.c

Lines 501 to 502 in e647529

#define LAG_WIDTH 48
#define LAG_HEIGHT 48

You'd need to change them and recompile Q2PRO, then set scr_lag_x and scr_lag_y to position the graph at the bottom of the screen.

@skullernet
Copy link
Owner

Support for traditional netgraph has been brought back. You can use it instead of scr_lag_draw.

@MVarland
Copy link
Author

MVarland commented Nov 13, 2024 via email

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

No branches or pull requests

3 participants