-
Notifications
You must be signed in to change notification settings - Fork 90
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
warmup.cfg not executed after .forceend #246
Comments
I don't think the warmup config should be executed then, at least not by default. A reasonable alternative behavior would be to revert all cvars pugsetup has changed - but I think the current behavior is okay with me. |
Sorry, I don't agree. :)
I think a warmup mode should be the "limbo", where everybody just waits to start a match, and can play freely with max money, etc. From the config:
.forceend is "after games". I'am using:
My suggestion: |
If I may add a comment I'd like to get a response. I'm currently experiencing something similar. Background Info: Issue At Hand: Question: When the game is live the plugin handles everything as expected but when the .endgame cmd is executed during the readyup/team picking process, that's when it enters this unknown mode (for lack of a better term) I would like to edit that cfg so that the server enters the warmup mode instead of entering the "unknown mode". |
I don't know the answer. I'd have to look at the code, and this problem doesn't exist for me so I'm probably never going to.
There is no "unknown mode". There's no game setup anymore. That's it. Pugsetup is designed for private servers and to be non-invasive. Telling pugsetup
Pugsetup has a native to get the game state, which it seems like you should be using instead. |
Duly noted and thank you very much for your response Sean, have a wonderful week! |
Expected behavior
warmup.cfg should execute after game finish.
Actual behavior
With forceend (and probably with .endgame) it's not executed.
Steps to reproduce
The text was updated successfully, but these errors were encountered: