MultiModServer icon indicating copy to clipboard operation
MultiModServer copied to clipboard

gal_endonround_change behaviour

Open mo0nsniper opened this issue 7 years ago • 9 comments

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

mo0nsniper avatar Nov 17 '17 07:11 mo0nsniper

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.

evandrocoan avatar Nov 17 '17 17:11 evandrocoan

I will test and let you know.

mo0nsniper avatar Nov 17 '17 19:11 mo0nsniper

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 avatar Dec 01 '17 20:12 mo0nsniper

Hi evandro,

Let me know if you need additional testing from me.

Thanks

mo0nsniper avatar Jul 29 '18 16:07 mo0nsniper

What is the value of the cvar gal_endonround?

evandrocoan avatar Jul 29 '18 16:07 evandrocoan

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

mo0nsniper avatar Jul 30 '18 10:07 mo0nsniper

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

mo0nsniper avatar Aug 01 '18 11:08 mo0nsniper

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

mo0nsniper avatar Aug 01 '18 11:08 mo0nsniper

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

mo0nsniper avatar Aug 02 '18 18:08 mo0nsniper