In-game HUD settings mixup with <custom_ui>, script, XML-RPC

Moderators: w1lla, NADEO

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

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

I guess it's very required to have not only the possibility to adjust the visibility for <countdown>, so please add the attribute pos to <countdown> 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
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

I just found another thing that would be nice to have the possibilitiy to adjust the visibility and position, i name it "Spectator Indicator":

Image
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
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by Eole »

New update on GitHub.

Improvements on the UI library :
undef.de wrote:I just found another thing that would be nice to have the possibilitiy to adjust the visibility and position, i name it "Spectator Indicator"
I don't have access to this part of the UI for now. It joins the ladder ranking at podium and multilap UI in the waiting list of things to add when they'll be available in the script. ;)
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

Implemented all changes and all works very nice, also <go...> is working for me. :thx: :yes: :thumbsup:
Eole wrote:
undef.de wrote:I just found another thing that would be nice to have the possibilitiy to adjust the visibility and position, i name it "Spectator Indicator"
I don't have access to this part of the UI for now. It joins the ladder ranking at podium and multilap UI in the waiting list of things to add when they'll be available in the script. ;)
Cool... can't wait. :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: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

To center the icon "SandTimer" better at the Private_CreateMLCountdown() in the UI.Script.txt, i suggest to change line 1087 from:
<quad sizen="6 6" valign="center" style="BgRaceScore2" substyle="SandTimer" />
to:
<quad posn="0 0.5" sizen="6 6" valign="center" style="BgRaceScore2" substyle="SandTimer" />
Btw.: What's the difference between valign="center" and valign="center2"?

EDIT: Just noticed a strange thing on three servers: The MultiLapWidget are not shown on MultiLap Maps with the latest Scripts. Can't test it with the older test Scripts today, i try to test it tomorrow.
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
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by Eole »

I changed the position of the SandTimer icon.
undef.de wrote:Btw.: What's the difference between valign="center" and valign="center2"?
valign="center2" is a "true" centered align for labels. With valign="center" the text won't be exactly centered vertically.
undef.de wrote:Just noticed a strange thing on three servers: The MultiLapWidget are not shown on MultiLap Maps with the latest Scripts. Can't test it with the older test Scripts today, i try to test it tomorrow.
I don't have the problem on my side, which game mode are you using?
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

Eole wrote:
undef.de wrote:Just noticed a strange thing on three servers: The MultiLapWidget are not shown on MultiLap Maps with the latest Scripts. Can't test it with the older test Scripts today, i try to test it tomorrow.
I don't have the problem on my side, which game mode are you using?
It was on two servers the latest test TimeAttack.Script.txt.
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
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by Eole »

It's normal on TimeAttack mode. The number of laps doesn't really matter in this case so it's not displayed. When you finish a lap you just continue to race the next one and so on as much as you want.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by undef.de »

Eole wrote:It's normal on TimeAttack mode. The number of laps doesn't really matter in this case so it's not displayed. When you finish a lap you just continue to race the next one and so on as much as you want.
Hmmm... if i remember right, then this Indicator was displayed too in TimeAttack in legacy mode when it is a multilap Map... i'm wrong?
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
Eole
Nadeo
Nadeo
Posts: 1265
Joined: 26 Apr 2011, 21:08

Re: In-game HUD settings mixup with <custom_ui>, script, XML

Post by Eole »

Maybe in United but not in Maniaplanet. At least not in the latest update.
Contribute to the ManiaPlanet documentation on GitHub
A question about ManiaScript? Ask it here!
Post Reply

Return to “Trackmania² Reports”

Who is online

Users browsing this forum: No registered users and 1 guest