Feedback and Reports for the master branch from github

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

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

Re: Feedback and Reports for the master branch from github

Post by undef.de »

Geir wrote: 04 Feb 2019, 17:05 The link u sent is opening in my browser.
The image is not loading on any servers that run uaseco, Ex:Maniacs canyon 0-80 k
Cleaned my cache, joined the server and voila:
Image
Works perfect... maybe you haven't allow ManiaPlanet to access the internet in your firewall settings, because all images and sounds are not loaded at your screenshots.
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.
Geir
Posts: 6
Joined: 18 Jan 2019, 15:25

Re: Feedback and Reports for the master branch from github

Post by Geir »

amazing.... it works :thumbsup:
Thanx,had lost all hope of fixing this.

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

Re: Feedback and Reports for the master branch from github

Post by undef.de »

Geir wrote: 07 Feb 2019, 11:24 amazing.... it works :thumbsup:
Thanx,had lost all hope of fixing this.
It would be nice if you could tell what you have done to fix it so other players with the same problem could fix it too.
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
Miss
Posts: 2155
Joined: 05 Jan 2016, 11:34
Location: The Netherlands
Contact:

Re: Feedback and Reports for the master branch from github

Post by Miss »

I'm assuming they cleared their cache?
3080 RTX, Ryzen 3700X, 32GB RAM, Windows 11
Forum moderator, opinions are my own. :thx:
Check out Image openplanet, the alternative ManiaPlanet & Turbo scripting platform! (Openplanet subforum)
I also stream and tweet.
RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Feedback and Reports for the master branch from github

Post by RelaxedRacer »

I updated to latest version on the github, there is a small error:

On line 136 in "includes/core/gameinfo.class.php"

Code: Select all

$this->modebase['RespawnBehaviour']	= $modescript['settings']['S_RespawnBehaviour'];
Is missing, it gave me a error:

Code: Select all

[UASECO Exception] Error returned: "Wrong setting type for 'S_RespawnBehaviour'" [-1000] at GbxRemote::query() for method "SetModeScriptSettings" with arguments:
array(1) {
  [0]=>
  array(11) {
    ["S_ChatTime"]=>
    int(15)
    ["S_AllowRespawn"]=>
    bool(true)
    ["S_RespawnBehaviour"]=>
    NULL
    ["S_UseClublinks"]=>
    bool(false)
    ["S_UseClublinksSponsors"]=>
    bool(false)
    ["S_NeutralEmblemUrl"]=>
    string(0) ""
    ["S_ScriptEnvironment"]=>
    string(10) "production"
    ["S_IsChannelServer"]=>
    bool(false)
    ["S_TimeLimit"]=>
    int(440)
    ["S_WarmUpNb"]=>
    int(0)
    ["S_WarmUpDuration"]=>
    int(-1)
  }
}
Once i added that line back in the error stopped :thumbsup:
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the master branch from github

Post by undef.de »

RelaxedRacer wrote: 24 Aug 2019, 11:12 I updated to latest version on the github, there is a small error:

On line 136 in "includes/core/gameinfo.class.php"

Code: Select all

$this->modebase['RespawnBehaviour']	= $modescript['settings']['S_RespawnBehaviour'];
Good catch, added.
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.
RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Feedback and Reports for the master branch from github

Post by RelaxedRacer »

I just updated to latest version of the github, got a "PHP Notice" message:

Code: Select all

[PHP Notice] Undefined index: MEDIA on line 83 in file C:\TM_Server\UASECO\plugins\plugin.mania_exchange.php
Dont know if i missed something. :)
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the master branch from github

Post by undef.de »

RelaxedRacer wrote: 17 Sep 2019, 22:27 I just updated to latest version of the github, got a "PHP Notice" message:

Code: Select all

[PHP Notice] Undefined index: MEDIA on line 83 in file C:\TM_Server\UASECO\plugins\plugin.mania_exchange.php
Dont know if i missed something. :)
That's new (and yes, I need to add this change to the changelog): :thumbsup:

Code: Select all

	<!-- URLs of the media -->
	<media>
		<progress_indicator>http://maniacdn.net/undef.de/uaseco/mania-exchange/progress_bar_yellow_2D.webm</progress_indicator>
	</media>
And this plugin is under heavy development right now, not all will work at the moment.
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.
RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Feedback and Reports for the master branch from github

Post by RelaxedRacer »

Hi, its probably already mentioned, but when i juke a map, on end it says next map is same. (in the "next map" widget)
But it does load the next map in the list, like it is supose to, this only happens when i juke a map.
Also when i click on the "current map widget" (during race of the juked map), it says previous and next as same map.

Hope you understand :roflol: :D

Cheers
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the master branch from github

Post by undef.de »

RelaxedRacer wrote: 27 Oct 2019, 00:37 Hi, its probably already mentioned, but when i juke a map, on end it says next map is same. (in the "next map" widget)
But it does load the next map in the list, like it is supose to, this only happens when i juke a map.
Also when i click on the "current map widget" (during race of the juked map), it says previous and next as same map.
Should be already fixed with the 0.9.7 from github:
https://github.com/undeflabs/UASECO/blob/master/docs/CHANGELOG.md wrote:Fixed display of the wrong juked map in the NextMapWidget (thanks hackie, speedychris) [undef]
Could you please test that?
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.
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 3 guests