Feedback and Reports for the development branch
Posted: 07 Aug 2014, 22:08
Please post Bugs and Feedback here. 

Code: Select all
.. these settings have a wrong description
<!-- Set to true if you want to show players their actual votes //-->
<feature_jukebox>true</feature_jukebox>
<!-- Set to true if you want to show players their actual votes //-->
<feature_mxadd>false</feature_mxadd>
Code: Select all
.. probably a typo
<!--
if 2, the voting explanation is sent to all players when one new player joins; use thi$
if 1, the voting explanation is only sent to the new player upon joining
if 0, no explanations are sent at all
//-->
<global_explain>30</global_explain>
i know what you mean but for me that also happens without uaseco but with pad.perre wrote:last thing i had was that after you finish a map and pressing reset the cam changed to cam 2 for a few seconds
when pressing reset for the 2nd time the car was on the startblock
if you don't press any button after a finish the car will return normally to the startblock ( after the delay )
( sounds a bit weird but i can't explain it in another way )
i didn't test it with a game(/rage)pad... only keyboard
when server was only running in script mode without uaseco there was no problem
Can you please tell me which MySQL and PHP version you use?perre wrote:i tested uaseco on ubuntu 12.04 cli and it worked fine
Which exactly?perre wrote:i only miss the plugins that we use in xaseco ( but i guess it will be a future project )
Fixed, thanks!perre wrote: i toke a look at the config files and i found some things in rasp.xml
Code: Select all
.. these settings have a wrong description <!-- Set to true if you want to show players their actual votes //--> <feature_jukebox>true</feature_jukebox> <!-- Set to true if you want to show players their actual votes //--> <feature_mxadd>false</feature_mxadd>
Hmm.. don't know, but this is exact the same description as in XAseco2.perre wrote:Code: Select all
.. probably a typo <!-- if 2, the voting explanation is sent to all players when one new player joins; use this during an introduction period if 1, the voting explanation is only sent to the new player upon joining if 0, no explanations are sent at all //--> <global_explain>30</global_explain>
That's is probably a bug from the game client, you should report this here: http://forum.maniaplanet.com/viewforum.php?f=470perre wrote: also there where a few situations that my car didn't drive but it's not always
- after the countdown ( 3, 2, 1, go ) when pressing reset without releasing the gas ( no matter where your car is )
- pressing reset during the countdown ( 3, 2, 1, go ) without releasing the gas
This was already reported and was fixed for the legacy modes and now this delay exists for the Modescript Gamemodes. I don't know if this was already reported again.perre wrote: last thing i had was that after you finish a map and pressing reset the cam changed to cam 2 for a few seconds
when pressing reset for the 2nd time the car was on the startblock
if you don't press any button after a finish the car will return normally to the startblock ( after the delay )
( sounds a bit weird but i can't explain it in another way )
i didn't test it with a game(/rage)pad... only keyboard
when server was only running in script mode without uaseco there was no problem
I'm very unlucky with the plugin.rasp_votes.php and i think about to remove it in the future. This spams too much into the chat (which i doesn't like). A alternate could be plugin.vote_manager.php, which does the most functions too (except /mx add), but less spamming into the chat.perre wrote: now the last part
it's only a suggestion but is it possible to change 2 settings in rasp.xml ?
<feature_votes>true</feature_votes>
// standard setting is false
// when set to true people can use /replay in chat and maps wont restart in gametime anymore
// it's not fun when the map got restarted when in a good lap
<auto_vote_starter>true</auto_vote_starter>
// standard setting is false
// mostly ( i think every time ) someone who started a vote will press f1 / f5 or /y
In the near future you can setup this in a XML config and probably with a chat command too. But for the chat commands i have to check if these settings will take effect immediately or not.jui wrote: i did not find a way to change script settings e.g S_TimeLimit or S_WarmUpDuration except in the .php file. So some admin commands to change script settings would be good like /admin set S_Timelimit 300
Sorry, could you explain it again and add a screenshot too?jui wrote:? instead of the special characters in name. saw it in the after races widgets only.
Added to my todo list. Thanks!jui wrote:/jukebox display not working properly.
Ubuntu 12.04.4 LTS ( precise )Can you please tell me which MySQL and PHP version you use?
i use this plugins from your site...the plugins that we use in xaseco...
Which exactly?
i like the chat voting style ( it's simple and it dont use an extra widget )I'm very unlucky with the plugin.rasp_votes.php and i think about to remove it in the future. This spams too much into the chat (which i doesn't like). A alternate could be plugin.vote_manager.php, which does the most functions too (except /mx add), but less spamming into the chat.
i don't know if you mean this but i had that when i used the old xaseco2 v1.03 database ( to keep the records )jui wrote:? instead of the special characters in name. saw it in the after races widgets only.
Ok, not yet converted but i convert of course all of my plugins to UASECO.perre wrote:i use this plugins from your site...the plugins that we use in xaseco...
Which exactly?
- nickname sync
- best checkpoint times
- lazy buttons ( as workaround )
- personal best medals
- server neighborhood
i use other plugins also but they are from other authors
Ok, i think about this.perre wrote:i like the chat voting style ( it's simple and it dont use an extra widget )I'm very unlucky with the plugin.rasp_votes.php and i think about to remove it in the future. This spams too much into the chat (which i doesn't like). A alternate could be plugin.vote_manager.php, which does the most functions too (except /mx add), but less spamming into the chat.
i don't like to much widgets on the screen ( i know i run a lot but all are replaced so it's not overlapping )
if server admins take some time to read the config files ( and to change them slightly ) then it don't spam that much
i use 60 seconds votetime with a reminder every 15 seconds
that makes 3 reminder lines max + 1 line with the final results
i don't think that's a lot of unwanted spam
also i like more the small 'f5 yes / f6 no' widget instead of a big window or the line that allmost no-one see with the 'normal' votestyle ( esc - some option - restart )
Send a PM about this.perre wrote: .editi don't know if you mean this but i had that when i used the old xaseco2 v1.03 database ( to keep the records )jui wrote:? instead of the special characters in name. saw it in the after races widgets only.
my nick was like ??st? ?? ti?e in the local record widget
Code: Select all
CREATE DATABASE `uaseco` DEFAULT CHARACTER SET 'utf8' DEFAULT COLLATE 'utf8_bin';