Page 1 of 1

Map playtime is shorter then the map authortime

Posted: 09 Jun 2019, 14:54
by Bobsheriff
i have a last question ^^

do you know why time for each map is 10 (as i want) in my serv, but when i launch Uaseco, it is reduced to 5 ... ?

Re: Local records non mémorisés

Posted: 09 Jun 2019, 15:09
by undef.de
Is plugin.autotime.php active?

Re: Local records non mémorisés

Posted: 09 Jun 2019, 15:16
by Bobsheriff

Code: Select all

[2019-06-09 15:51:32] [Plugin] Loading plugins [config/plugins.xml]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.modescript_handler.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/chat.help.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.manialinks.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.checkpoints.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.local_records.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/chat.admin.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/chat.server.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.panels.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.map.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.dedimania.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.welcome_center.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.tachometer.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.info_bar.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.stunt_messages.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.donate.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.rounds.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.round_points.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.round_autoend.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.mania_exchange.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.rasp.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.rasp_jukebox.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.uptodate.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/chat.records.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/chat.rasp.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.customize_quit_dialog.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.effect_studio.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.mania_karma.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.records_eyepiece.php]
[2019-06-09 15:51:32] [Plugin] > initialize [plugins/plugin.vote_manager.php]
[2019-06-09 15:51:32] [Plugin] Checking dependencies of Plugins...
[2019-06-09 15:51:32] [Plugin] ...successfully done!
I think not...

Re: Local records non mémorisés

Posted: 09 Jun 2019, 15:24
by undef.de
Then you have to add more details what times exactly you mean, and as always screenshots helps a lot.

Re: Local records non mémorisés

Posted: 10 Jun 2019, 13:30
by Bobsheriff
What do u need ?
All the logfile and screenshot in game ?

Re: Map playtime is shorter then the map authortime

Posted: 10 Jun 2019, 15:21
by undef.de
I splited the topic, because this is a totally different topic.

I guess I know now what times you mean: You authored a map which is 10 min. long, but the server switch to the next map after 5 min., right?

I guess you're using TimeAttack.Script.txt which means you have to edit config/modescript_settings.xml at:

Code: Select all

<modesetup>
	<timeattack>
		<!-- Time limit in seconds, until the next Map is loaded -->
		<time_limit>3600</time_limit>
The config/modescript_settings.xml is the central config file in where you can change all the gamemode settings.

Re: Map playtime is shorter then the map authortime

Posted: 10 Jun 2019, 16:44
by Bobsheriff
perfect !!

thanks a lot =)