Feedback and Reports for the development branch

UASECO is a fork of the XAseco2/1.03 controller for Trackmania and has been overhauled to support the Modescript Gamemodes of Trackmania².

Moderators: undef.de, NADEO

Locked
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

TMarc wrote:you should replace it by auto-gema payment :mrgreen:
What a nice idea! :lol:
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
soehest
Posts: 9
Joined: 06 Apr 2011, 11:20

Re: Feedback and Reports for the development branch

Post by soehest »

Hi there :-)

I believe there is something wrong with the code and or explanation text of:
<always_show_pb>false</always_show_pb> setting

When configuring it like:
<show_recs_before>2</show_recs_before>
<always_show_pb>false</always_show_pb>

It does still show the personal best on login and gives following php notice:
[PHP Notice] Undefined index: show_recs_before on line 746 in file /home/tmn/tm2-gnu60k/uaseco/plugins/plugin.rasp.php
[PHP Notice] Undefined index: records on line 746 in file /home/tmn/tm2-gnu60k/uaseco/plugins/plugin.rasp.php

When setting to:
<show_recs_before>0</show_recs_before>
<always_show_pb>false</always_show_pb>

it gives the same php notice and still show the personal best. I am trying to hide the personal best message from being sent on login and i assume that i am using some sort of record panel (at least i can see my personal best in the info bar on top)

Regards
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

soehest wrote: I believe there is something wrong with the code and or explanation text of:
<always_show_pb>false</always_show_pb> setting

When configuring it like:
<show_recs_before>2</show_recs_before>
<always_show_pb>false</always_show_pb>

It does still show the personal best on login and gives following php notice:
[PHP Notice] Undefined index: show_recs_before on line 746 in file /home/tmn/tm2-gnu60k/uaseco/plugins/plugin.rasp.php
[PHP Notice] Undefined index: records on line 746 in file /home/tmn/tm2-gnu60k/uaseco/plugins/plugin.rasp.php
Thanks for report! This will be fixed in the next development branch update.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
BusardCendre
Posts: 174
Joined: 30 May 2013, 09:40

Re: Feedback and Reports for the development branch

Post by BusardCendre »

Hi Undef and congrats for this good work !! :clap:

I'm going to wait a little bafore using this controller : I prefer to have the same one on each server we have ;)

do you think you could make it compatible with Team.Script.txt and with the Endurance.Script.txt ?
another idea : could you add the teamrelay plugin ?
that would be really great !!
I will ask you the possibility to use it on Raid² title pack as soon as Meuh give us a new beta version of his great title pack ...

Thanks for all what you do for all of us :1010
Image

CPU : AMD FX-4170 (4 CPUs, ~4.2 GHz)
GPU : Sapphire Radeon HD 7850, 2 Go , DX 11
RAM : 8 Go DDR3
Win 7 Ultimate x64
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

BusardCendre wrote:do you think you could make it compatible with Team.Script.txt and with the Endurance.Script.txt ?
Team.Script.txt
Do you mean the nadeo default Team.Script.txt? Yes, this will be supported. See also http://www.uaseco.org/#TitlesandModes

Endurance.Script.txt
Do you mean viewtopic.php?f=279&t=17421&start=0?
If true, then this has to become stable first.

Anyway, i try to add all Third-party Gamemodes which are played by enough Players. But the Gamemodes himself have to send all the events that the nadeo Gamemodes also send, otherwise it's impossible to support it.

BusardCendre wrote: another idea : could you add the teamrelay plugin ?
Do you mean http://www.tm-forum.com/viewtopic.php?t=31084?
Maverick00 is still active, you should ask him to port his Plugin (or all he made) to UASECO. ;)

BusardCendre wrote: I will ask you the possibility to use it on Raid² title pack as soon as Meuh give us a new beta version of his great title pack ...
I do not see any Problems with the Raid² TitlePack and UASECO as still the supported Gamemodes are in use. Just give it a try. ;)
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
User avatar
mcrobert
Posts: 72
Joined: 01 Sep 2011, 15:10
Location: Italy
Contact:

Re: Feedback and Reports for the development branch

Post by mcrobert »

Undef great job, good, unfortunately I can not install it, my provider server allows only Xaseco, why do you wonder if you can convert the Plugin tachometer for Xaseco.
Many thanks in advance
Image
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

mcrobert wrote:why do you wonder if you can convert the Plugin tachometer for Xaseco.
I guess you meant XAseco2 here. The reason is simple: It's impossible, because of the old dedicated Server API XAseco2 is using and the missing <ui_properties> support.

mcrobert wrote:unfortunately I can not install it, my provider server allows only Xaseco
But in the future they would allow UASECO too. Which provider is it? I want to contact them for adding support for UASECO.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
User avatar
mcrobert
Posts: 72
Joined: 01 Sep 2011, 15:10
Location: Italy
Contact:

Re: Feedback and Reports for the development branch

Post by mcrobert »

undef.de wrote:But in the future they would allow UASECO too. Which provider is it? I want to contact them for adding support for UASECO.

Hello, thanks for the reply :thumbsup: , my Server Provider is https://nc1.eu
Image
Locked

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest