Page 2 of 3
Re: Maniacontrol loadscreen plugin
Posted: 30 May 2014, 12:13
by franck70
And the plugin ask always an update

Re: Maniacontrol loadscreen plugin
Posted: 30 May 2014, 13:02
by chco
It asks for an update ?
That is weird, as there is no code in there for updating.
A new version is available though.
The loadscreen is shown X seconds (x = setting Loadscreens EndMatch Delay) after ENDMAP.
It always removes the loadscreen and BEGINMAP.
CTF has beginmap and endmap does it not ?
The first version did not always handle beginmap correctly, but version 1.1 does.
You do need MC 0.151 though, as it handles one time timetriggers correctly, previous version do not.
I've upload a new version 1.11 that has another check to hide the screen when a map has begon.
There's also a command /admin hidescreen that will always hide the loadscreen.. but it should not be needed). Works great on our Royal and Elite server ..
Re: Maniacontrol loadscreen plugin
Posted: 30 May 2014, 18:14
by franck70
So it don't work yet Sensei :
Code: Select all
30.May 14 17:09:22 [PHP ERROR]: Call to undefined function SenSai\hideScreen()
File&Line: /home/franck/MCCTF/plugins/plugins/SenSai/Loadscreens.php: 185
Trace:
#0: ManiaControl\ErrorHandler->handleShutdown() in File /home/franck/MCCTF/core/ManiaControl.php on Line 307
#1: ManiaControl\ManiaControl->handleShutdown()
Re: Maniacontrol loadscreen plugin
Posted: 30 May 2014, 18:24
by chco
This is indeed incorrect.. Weird as I did test it this afternoon. Perhaps did not upload the correct version.
You can either change line 185 from :
Code: Select all
if ($this->mapbegon) hideScreen();
to
Code: Select all
if ($this->mapbegon) $this->hideScreen();
or wait untill the new updated version is ready from ManicaControl..
Re: Maniacontrol loadscreen plugin
Posted: 30 May 2014, 21:49
by chco
I've also added check to see if an url exists to avoid MC error messages and give feedback to the admin.
Re: Maniacontrol loadscreen plugin
Posted: 05 Jun 2014, 17:08
by chco
Version 1.15 is ready, should be on MC soon.
Should fix the CTF server problem. Just make sure you set the timing right ..
Re: Maniacontrol loadscreen plugin
Posted: 25 Jun 2014, 18:47
by chco
Version 1.2 is released (should be on MC panel soon).
Should resolve the skipmap issues.
Re: Maniacontrol loadscreen plugin
Posted: 11 Aug 2014, 17:48
by chco
Version 1.3 is now uploaded.
This version shows the name and author of the map that is loaded on the loadscreens.
Re: Maniacontrol loadscreen plugin
Posted: 02 Sep 2014, 15:11
by chco
Version 1.4 will be released soon.
Not much new in regards of features. Just made ready for the use of the Sounds plugin.
Re: Maniacontrol loadscreen plugin
Posted: 02 Sep 2014, 15:59
by niarfman
chco wrote:Just made ready for the use of the Sounds plugin.
The awesome Sounds plugin
