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

gal_endonround_change behaviour #77

Open
mo0nsniper opened this issue Nov 17, 2017 · 9 comments
Open

gal_endonround_change behaviour #77

mo0nsniper opened this issue Nov 17, 2017 · 9 comments

Comments

@mo0nsniper
Copy link
Contributor

I am using the last version of the plugin from git and I see that the behavior of gal_endonround_change 0 has changed.

Before the map changed at the start of the new round almost immediately. Now I see that there is a 6 seconds delay and a message printed to the chat. I don't like the delay and there already is a message that the map will change after the last round.

Could implement an option to have the old behavior back please with no delay and no message printed?

Thank you

@evandrocoan
Copy link
Owner

To disable the countdown you need to configure this cvar:

// Indicates the end map type at the last seconds. The flags are additive.
// A value of 0 will do not nothing special/different.
//
//  1 - show a countdown from 5 until 1
//
//  2 - To drop the player weapons
//
//  4 - freeze all the players speed
//
//  8 - give grenades
//
// 16 - to set mp_friendlyfire to 1 so players can bombard each other
//      with grenades just before change level.
//
// For example, if you want to use the options 1 and 2, use 1 + 2:
// gal_endonround_countdown 3
//
// Instead of:
// gal_endonround_countdown 0
//
// Default: 0
gal_endonround_countdown 31

Setting it to 30, instead of 31 should disable the countdown.

@mo0nsniper
Copy link
Contributor Author

I will test and let you know.

@mo0nsniper
Copy link
Contributor Author

mo0nsniper commented Dec 1, 2017

I have set gal_endonround_countdown 0. I also have gal_endonround_msg 2 and gal_endonround_change 0
Now the countdown doesn't appear but the round changes at the end of the last round and not at the start of the next round.

@mo0nsniper
Copy link
Contributor Author

Hi evandro,

Let me know if you need additional testing from me.

Thanks

@evandrocoan
Copy link
Owner

What is the value of the cvar gal_endonround?

@mo0nsniper
Copy link
Contributor Author

I had gal_endonround 1, I've seen the new descrption and set it to 2.
Will test and report back, thank you

@mo0nsniper
Copy link
Contributor Author

I have set gal_endonround to 2 but the map still changes at the end of the last round.

@mo0nsniper
Copy link
Contributor Author

Oh, I don't have the latest version installed. I will update and report back.

@mo0nsniper
Copy link
Contributor Author

I have checked and the map still changes at the end of the round and not after the start of a new round even if gal_endonround is 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants