Page 1 of 2
skipmap
Posted: 16 Jun 2014, 12:58
by chco
Hi!
Is there a way for me to check if a map is being skipped instead of ended ?
Skipped either by Admin or vote.
Thnx,
Charly
Re: skipmap
Posted: 17 Jun 2014, 01:11
by TMarc
server/controller logs?

Re: skipmap
Posted: 17 Jun 2014, 22:01
by chco
No I mean plugin wise.. When a map ends, we have a certain time before the next map is loaded (results etc..), but with a skip we do not. I don't want my loadingscreen plugin to show a loadscreen when a map is skipped. Problem is... with a skipmap, the endmap trigger is set ..
Re: skipmap
Posted: 18 Jun 2014, 11:16
by chco
kremsy wrote:Maybe we can make you a callback "map-skipped" if you need.
Hi!
Would that mean that when a map is skipped, it would replace the endmap trigger or would it be an extra trigger?
If the latter, it would help if the skipmap trigger is triggered before the endmap.
Does that make any sense?

Re: skipmap
Posted: 18 Jun 2014, 21:35
by chco
Would be a good option!
Re: skipmap
Posted: 21 Jun 2014, 11:09
by chco
Steeffeen, just talked to Kremsy and it seems he will be busy the next three weeks.
Do you perhaps have a spot of free time to implement this ?
Would be much appreciated!
Re: skipmap
Posted: 23 Jun 2014, 14:40
by steeffeen
the skip could happen from anywhere so maniacontrol can't know about it in all cases
this means that you need to find a more appropriate solution
for example we have an additional web ui to manage the servers from which you can skip as well
Re: skipmap
Posted: 23 Jun 2014, 21:02
by chco
What other cases ? I mean.. this has to do with when someone asks for a skipmap or nextmap command through either a vote or an admin does it, either way It is initiated through MC.
I just need a callback that tells me a nextmap/skipmap is initiated.
The loadscreen plugin shows a loadingscreen x seconds after the endmap callback. If a skipmap callback is initiated first, the plugin can act on it..
Or am I missing something here ?
