Page 1 of 1

Cup Mode - Constant warmup panel

Posted: 29 Jul 2018, 11:29
by Coshank90
Hi,

I have noticed a bug in Cup Mode, the warmup panel that doesn't go away after the warmup has ended. See picture below on the right side:



It is the same with all controllers so I'm guessing its a problem with the script. Any solutions?

Br,
Mathias

Re: Cup Mode - Constant warmup panel

Posted: 29 Jul 2018, 13:00
by HaagseSmurf
Coshank90 wrote: 29 Jul 2018, 11:29 Hi,

I have noticed a bug in Cup Mode, the warmup panel that doesn't go away after the warmup has ended. See picture below on the right side:
It is the same with all controllers so I'm guessing its a problem with the script. Any solutions?

Br,
Mathias

Are you sure you are using the right settings?
Cause for me its working fine with PyPlanet!

1) set S_WarmupDuration to 300 (5 minutes or whatever you pleases)
2) set S_Warmupnb at 1 (or whatever the number of laps you want to have)
3) use //endwu to end the warmup or //skip to go to the next map.

Good luck!


Image


Greetz,

Re: Cup Mode - Constant warmup panel

Posted: 30 Jul 2018, 15:40
by Coshank90
It's not a pyplanet problem so that doesn't help :/

Is there any way to disable this panel? I think that is the easiest fix.

Coshank

Re: Cup Mode - Constant warmup panel

Posted: 30 Jul 2018, 16:12
by undef.de
undef.de wrote: 27 Jul 2018, 12:59 Anyway, you could try to setup config/modescript_settings.xml <modesetup><cup><warm_up_number> and <modesetup><cup><warm_up_duration> (if you do not want warm-up at all), or config/modescript_settings.xml <ui_properties><warmup> to hide that default WarmUp-Widget.
That's what I said at your posting in the UASECO section. 8-)

Re: Cup Mode - Constant warmup panel

Posted: 30 Jul 2018, 16:17
by HaagseSmurf
I had a talk with you yesterday on teamspeak and also with some others.
What you can try is to reboot the complete server and be sure there is not Pyplanet or UAseco running in the background anymore.
Because somehow that panel is still running in the back conflicting with other widgets.
After the reboot start up whatever controller you like and then i think it should be fixed (i hope of course :P)

Good luck!

Greetz,

Re: Cup Mode - Constant warmup panel

Posted: 30 Jul 2018, 19:37
by Coshank90
undef.de wrote: 30 Jul 2018, 16:12
undef.de wrote: 27 Jul 2018, 12:59 Anyway, you could try to setup config/modescript_settings.xml <modesetup><cup><warm_up_number> and <modesetup><cup><warm_up_duration> (if you do not want warm-up at all), or config/modescript_settings.xml <ui_properties><warmup> to hide that default WarmUp-Widget.
That's what I said at your posting in the UASECO section. 8-)
Thanks, but isn't this UASECO changes?

Anyway, I tried and modescript_settings to this:

<!-- Warm-up progression displayed on the right of the screen during warm-up -->
<warmup>
<visible>false</visible>

But the panel is still there..

Coshank
HaagseSmurf wrote: 30 Jul 2018, 16:17 I had a talk with you yesterday on teamspeak and also with some others.
What you can try is to reboot the complete server and be sure there is not Pyplanet or UAseco running in the background anymore.
Because somehow that panel is still running in the back conflicting with other widgets.
After the reboot start up whatever controller you like and then i think it should be fixed (i hope of course :P)

Good luck!

Greetz,
Well I had the exact same problem with my old server so I don't think a reinstall will help,I guess it's something wrong with the host's setup :S Waiting for an answer from them.

Coshank

Re: Cup Mode - Constant warmup panel

Posted: 08 Aug 2018, 20:05
by Coshank90
I solved it by changing <allwarmupduration>1</allwarmupduration> to 0 in the match Settings! :thumbsup:

Coshank

Re: Cup Mode - Constant warmup panel

Posted: 08 Aug 2018, 20:44
by undef.de
Strange that the settings from the MatchSettings file aren't overridden from the settings of Cup.Script.txt... but it should do it that way. I think nadeo should take care of this.

Thanks for sharing that info! :thumbsup:

Re: Cup Mode - Constant warmup panel

Posted: 28 Aug 2018, 08:22
by Eole
The "allwarmupduration" value in the MatchSettings file is a setting for the legacy modes. Setting it to 1 probably cause an interference with the scripted game modes. It's the same thing for "chat_time", "finishtimeout" and "disablerespawn", they all have an equivalent in the mode_script_settings section.