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

mangoara
Posts: 8
Joined: 03 May 2014, 18:30

Re: Feedback and Reports for the development branch

Post by mangoara »

Doesn't seem like the rpoints (new setrpoints??) is available at all, even though I have the plugin enabled.
I tried using rpoints/setrpoints and other commands but maybe its something else?

Mango
Last edited by mangoara on 14 May 2017, 12:05, edited 2 times in total.
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 »

If I try "/rpoints", "/setrpoints helk" and "/setrpoints highscore" then I have this result (in TimeAttack where these changes have no effect):

Image

That should look the same for you in the ModeScript Rounds, if not, then you haven't the plugin.round_points.php activated. You can check it with "/plugins".
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.
Micmo
Posts: 12
Joined: 02 Apr 2016, 01:40

Re: Feedback and Reports for the development branch

Post by Micmo »

Hey,

1. There is a way to enable callvote (with escape) with uaseco? It works without, it's well configured in dedicated_cfg file. When uaseco is on, it says that votes are disable. I tried to find from which plugin that come from but didn't find :/

I tried votemanager plugin but it don't work really well with a server without timelimit (<time_limit>0</time_limit> in time attack mode), it says always "it's too late for a vote - start your vote next time earlier!"
Here are settings inside votemanager.xml :

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<settings>
	<!-- THIS IS THE CONFIG FILE FOR THE UASECO-PORT ONLY -->

	<widget>
		<title>Incoming vote request</title>
		<icon_style>Icons128x128_1</icon_style>
		<icon_substyle>ServersSuggested</icon_substyle>

		<pos_x>-100.5</pos_x>
		<pos_y>60.0</pos_y>
		<scale>1.0</scale>
	</widget>

	<!-- Here you can setup as many <login>s they are ignored from vote anything -->
	<ignore_list>
		<login></login>
	</ignore_list>

	<!-- Here you can setup as many <login>s ONLY they are allowed to vote -->
	<allow_list>
		<login></login>
	</allow_list>

	<!-- Setup the formatting of numbers (e.g. Amount of Planets, Won...), pick one of the following:
		'english'	= 1,234.56
		'german'	= 1.234,56
		'french'	= 1 234,56
	-->
	<number_format>english</number_format>

	<voting>
		<timeout_limit>46</timeout_limit>		<!-- Min. seconds before the Race end and a vote can be started (only Gamemode 'TimeAttack') -->
		<countdown>45</countdown>			<!-- Runtime in seconds for a vote -->
		<ratio>0.6</ratio>				<!-- Ratio for a succesfull vote, min. ratio is 0.2 (0.2 means that min. 20% positive votes have been made) -->
		<max_votes>2</max_votes>			<!-- Maximum votes per Map, 0 = unlimited -->
		<max_restarts>3</max_restarts>			<!-- Each Map is only this times restartable -->
	</voting>

	<!-- Here you can choose the mode: 'Restart' (like "/admin restart") or 'Replay' (like "/admin replay") -->
	<mode>Replay</mode>

	<dedicated_server>
		<!--
			With this you can setup the CallVotes without need to restart the Dedicated-Server.
			Please note:
			  - Some of this changes need a Map change to get recognized by the Dedicated-Server
			  - "RestartMap", "NextMap" and "AutoTeamBalance" are always disabled by this Plugin

			CallVote Ratio Commands from Ingame Menu -> https://forum.maniaplanet.com/viewtopic.php?p=167020#p167020
			~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			 - autoteambalance
			 - ban
			 - jumptomapident
			 - kick
			 - nextmap
			 - restartmap
			 - setmodescriptsettingsandcommands
			 - setnextmapident
		//-->
		<disable_callvotes>false</disable_callvotes>	<!-- Set to 'true' to disable all votes like "Ban", "Kick", "RestartMap", "NextMap", otherwise set to 'false' -->
		<ratio>
			<!-- [0..1], or -1 to disable, e.g. "0.6" or "-1" -->
			<default>0.6</default>
			<ban>-1</ban>
			<jumptomapident>0.6</jumptomapident>
			<kick>0.1</kick>
			<setmodescriptsettingsandcommands>-1</setmodescriptsettingsandcommands>
			<setnextmapident>0.6</setnextmapident>
		</ratio>
	</dedicated_server>

2. Nothing change when i changed settings inside panels.xml for <admin_panel></admin_panel> and <panel_bg></panel_bg>

Is it normal? because i really want to change the position and background of the admin panel, atm it overlap the speed hud :/

3. Possible to change the size of the <chrono> ? it's really big imo. If possible how? I tried to put <scale>0.5</scale> in modescript_settings.xml but didn't work :P

4. Thanks for your work undef, uaseco is a really nice controller. Way more powerful and easy to customize than xaseco2 :3 :1010

Micmo
mangoara
Posts: 8
Joined: 03 May 2014, 18:30

Re: Feedback and Reports for the development branch

Post by mangoara »

Thanks Undef! About the rpoints issue, I replaced uaseco and reconfigured it with my own settings and now it works... I have no idea what might have caused it but I fear it was of my own doing! Seems only custom rpoints arent accepted (/setrpoints 6,5,4,3,2,1,0 for example) It sticks to the default profiles in the list.

New things i noticed/wonder:
Will the "/admin call" commands come back or be replaced?

When you switch from Rounds script mode back to TA script mode the timelimit resets to 5 minutes even tho the modescript plugin has 30 minutes in my config.

When you switch modes in general with the /setgamemode command you need to skip twice in a row to make it work (ui doesnt change after first skip).
Am I supposed to have one matchsettings file that gets edited by the modescript plugin (this causes errors in the uaseco logfile for settings that cant be used by certain modes) or is there a way to have 1 matchsettings file per mode?

Mango
hackie
Posts: 1178
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

I did read it somewhere , about that live ranking not updating and locals are.
I have it too.

I also noticed that the widged "more ranking" has a small bug I think.
When you klick on it you get a window popup , title : Top rankings.
It has 4 pages but the arrow used for skip pages does not work.


EDIT :

On the internet server is it working, realy strange.
I will come back on this one. :thumbsup:
Last edited by hackie on 14 May 2017, 19:14, edited 1 time in total.
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
fl3kzZ
Posts: 14
Joined: 16 Jan 2017, 04:22

Re: Feedback and Reports for the development branch

Post by fl3kzZ »

Code: Select all

[2017-05-14 15:23:21] [Map] Changing from Map [FSC - PhysX Of Speed] to [Esl - Nippy'Kind'Langur!] [Env: Stadium, Uid: Q9nISO_rcv237YaE6RbhaOS69d4, Id: 124]
[2017-05-14 15:23:21] [Event] Loading Map
[2017-05-14 15:23:21] [LocalRecords] Currently no record on [Esl - Nippy'Kind'Langur!]
[2017-05-14 15:23:21] [Event] Begin Map
[PHP Warning] exec(): Unable to fork [START /b /realtime cmd.exe /c "(   includes\wget.exe --quiet --no-verbose --continue --retry-connrefused --timeout=40 --dns-timeout=100 --connect-timeout=30 --tries=10 --max-redirect=50 --save-headers --no-cache --no-http-keep-alive --no-directories --no-cookies --no-check-certificate --header="X-WebRequest-ID: b7bfa2daa74b3ad9abfff4526b4a6095" --user-agent="ManiaKarma/2.0.0 UASECO/0.9.2_2017-05-13 ManiaPlanet/2017-05-12_21_32 php/7.1.1 Windows NT DESKTOP-3649NNQ 10.0 build 14393 (Windows 10) i586" --post-data="
[2017-05-14 15:23:30] [Event] Begin Round [1]
[2017-05-14 15:23:30] [Event] Begin Turn [1]
[2017-05-14 15:23:30] [Event] Begin Playing [1]
[PHP Warning] exec(): Unable to fork [START /b /realtime cmd.exe /c "(   includes\wget.exe --quiet --no-verbose --continue --retry-connrefused --timeout=40 --dns-timeout=100 --connect-timeout=30 --tries=10 --max-redirect=50 --save-headers --no-cache --no-http-keep-alive --no-directories --no-cookies --no-check-certificate --header="X-WebRequest-ID: 323453da46370cde7fd29743e52327c2" --user-agent="ManiaKarma/2.0.0 UASECO/0.9.2_2017-05-13 ManiaPlanet/2017-05-12_21_32 php/7.1.1 Windows NT DESKTOP-3649NNQ 10.0 build 14393 (Windows 10) i586" --post-data="
[2017-05-14 15:33:33] [Event] End Playing [1]
[2017-05-14 15:33:33] [Event] End Turn [1]
[2017-05-14 15:33:33] [Event] End Round [1]
[2017-05-14 15:33:33] [Event] End Map
[2017-05-14 15:33:34] [Event] Begin Podium
[2017-05-14 15:33:54] [Event] End Podium
[2017-05-14 15:33:54] [Event] Begin Channel Progression
[2017-05-14 15:33:54] [Event] End Channel Progression
[2017-05-14 15:33:54] [Event] Unloading Map
[2017-05-14 15:33:54] [Rasp] Calculating ranks for each Player
[2017-05-14 15:33:54] [Event] End Match [22]
[2017-05-14 15:33:54] [Event] Begin Match [23]
[2017-05-14 15:34:03] [Map] Changing from Map [Esl - Nippy'Kind'Langur!] to [Eden] [Env: Stadium, Uid: gssCNS7mPSJA9V7aPk9wEnwlSgf, Id: 123]
[2017-05-14 15:34:03] [Event] Loading Map
[2017-05-14 15:34:03] [LocalRecords] Current record on Map [Eden] is [0:39.854] and held by Player [fl3kzz]
[2017-05-14 15:34:03] [Event] Begin Map
[PHP Fatal Error] Maximum execution time of 120 seconds exceeded on line 487 in file C:\MP4Server\uaseco\includes\core\webrequest.class.php
had to cut both [PHP Warning] cause they were too long

i cant figure out where it goes wrong

Greetings FlekzZ
hackie
Posts: 1178
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

Unm, weren't you renting a server at nc1.eu? If so then we have no acces to that. Need changes in php.ini if I'm right.
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
fl3kzZ
Posts: 14
Joined: 16 Jan 2017, 04:22

Re: Feedback and Reports for the development branch

Post by fl3kzZ »

hackie wrote: 14 May 2017, 17:22 Unm, weren't you renting a server at nc1.eu? If so then we have no acces to that. Need changes in php.ini if I'm right.
this is my home server wich i build to test things etc

yes i also rent one at nc1.eu but im waiting for them to respond to my ticket

regards
fl3kzZ
Posts: 14
Joined: 16 Jan 2017, 04:22

Re: Feedback and Reports for the development branch

Post by fl3kzZ »

everytime someone joins the server cmd.exe opens
and sometimes it tries to run someones login as an script
Image

Code: Select all

'blknrk' is not recognized as an internal or external command,
operable program or batch file.
fl3kzZ
Posts: 14
Joined: 16 Jan 2017, 04:22

Re: Feedback and Reports for the development branch

Post by fl3kzZ »

reverted back to UASECO 0.9.1 webrequest.class.php and everything is back to normal
Locked

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 2 guests