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

New mode countdown timer not working #41

Open
skyprah opened this issue Jun 9, 2024 · 3 comments
Open

New mode countdown timer not working #41

skyprah opened this issue Jun 9, 2024 · 3 comments

Comments

@skyprah
Copy link

skyprah commented Jun 9, 2024

DM: v1.1.5
CSS: 239
Metamod: 1293
OS: Windows

Took me a while to figure out that Hide New Mode Countdown to false would enable 2 hud boxes, seems a bit confusing. I am trying to get just the bottom countdown to work only when 10 seconds remaining but it seems you're stuck with only using the "Hud.NewModeStarting" from lang that doesn't support variables.

There should be a setting to have the bottom hud display the countdown within x seconds but also with the variables like {NEXTMODE}. Or atleast a seperate custom mode. Or at least a 2nd "CenterMessageTextBottom" for each custom mode so that variables can be used without having to have the hud on the screen always.

Thanks

@NockyCZ
Copy link
Owner

NockyCZ commented Jun 10, 2024

Do you mean add support for {NEXTMODE} in Hud.NewModeStarting ?

@skyprah
Copy link
Author

skyprah commented Jun 15, 2024

Do you mean add support for {NEXTMODE} in Hud.NewModeStarting ?

Yes but the main hud with html should be able to appear only after X seconds as per the cvar. But I was unable to do this as it just stayed on constantly which made me try the Hud.NewModeStarting and disable the main one. If you can make a setting for the main html hud to appear X seconds before new mode, that would be ideal the best solution.

@NockyCZ
Copy link
Owner

NockyCZ commented Jun 25, 2024

Already added/fixed in the latest update

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

2 participants