[XASECO] Plugin: Personal Best Medals 1.0.3 (UPDATE)
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
[XASECO] Plugin: Personal Best Medals 1.0.3 (UPDATE)
Personal Best Medals
This Plugin display a small Widget where the Player see which Medal he has reached with his local record, or with one of the global databases (if enabled). This MedalWidget is clickable and display all current connected Player Medals, sorted by the driven time/score.
If a Player drive reach a new Medal, then this is notified to all other Players with the NewMedalWidget.
Based upon the idea and request from Olymptor, thanks!
For more Information, Screenshots, Documentation and Downloads, please visit the related Site at my Labs:
http://www.undef.name/XAseco1/Personal-Best-Medals.php
This Plugin display a small Widget where the Player see which Medal he has reached with his local record, or with one of the global databases (if enabled). This MedalWidget is clickable and display all current connected Player Medals, sorted by the driven time/score.
If a Player drive reach a new Medal, then this is notified to all other Players with the NewMedalWidget.
Based upon the idea and request from Olymptor, thanks!
For more Information, Screenshots, Documentation and Downloads, please visit the related Site at my Labs:
http://www.undef.name/XAseco1/Personal-Best-Medals.php
Last edited by undef.de on 21 Jul 2016 19:43, edited 9 times in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.6 (UPDATE)
Just wanna say: There is an update out there... see the related Site at my Labs.
Last edited by undef.de on 08 Dec 2013 14:22, edited 1 time in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.7 (UPDATE)
Just wanna say: There is an update out there... see the related Site at my Labs.
Last edited by undef.de on 08 Dec 2013 14:21, edited 1 time in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Medals 0.9.7 (UPDATE)
each time I login I must drive the medals again ?
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.7 (UPDATE)
Nope, the Widget display your current Medal related on your Record.weasel wrote:each time I login I must drive the medals again ?
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Medals 0.9.7 (UPDATE)
Thanks. ^^
I would like add a new function i think as you know well your plugin you can do easier than me lol :
I just would to display in a new manialink "Nickname (old medal quad) is now (new medal quad ) in ($newpb) (display on screen for all players during few seconds)
... and if possible his new top on local records and new dedimania if got it ...
Thanks.
Olymptor
I would like add a new function i think as you know well your plugin you can do easier than me lol :
I just would to display in a new manialink "Nickname (old medal quad) is now (new medal quad ) in ($newpb) (display on screen for all players during few seconds)
... and if possible his new top on local records and new dedimania if got it ...
Code: Select all
function pbme_onPlayerFinish1 ($aseco, $finish_item) {
...
if ($newpb == true) {
//check old_pb, new pb and compare with current map author+gold+silver+bronze
if $newmedal {
pbme_buildNewMedalManialink
}
pbme_buildMedalWidget($finish_item->player->login, true);
}
Olymptor
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.7 (UPDATE)
I did it, but a little bit different... like in the Alternate-Scoretable (see "PlayerPlaceWidget" at http://www.undef.name/XAseco1/Alternate ... creenshots), thanks!Olymptor wrote: I would like add a new function i think as you know well your plugin you can do easier than me lol :
I just would to display in a new manialink "Nickname (old medal quad) is now (new medal quad ) in ($newpb) (display on screen for all players during few seconds)
... and if possible his new top on local records and new dedimania if got it ...
Not yet released, because if have to make screenshots first... and this i wanna do tomorrow.

Last edited by undef.de on 23 Sep 2013 22:05, edited 1 time in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
Just wanna say: There is an update out there... see the related Site at my Labs.
Last edited by undef.de on 08 Dec 2013 14:21, edited 1 time in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
Nice...
Would be good if the medal system was exteneded with 'super' medals or something that would go against dedimania times etc...
Also maybe have an option to send message to player rather than whole server, maybe send it to the chat window instead too, but only when the player first gets that medal, not everytime they improve their time.
Keep it up!
Sprinter.
Would be good if the medal system was exteneded with 'super' medals or something that would go against dedimania times etc...
Also maybe have an option to send message to player rather than whole server, maybe send it to the chat window instead too, but only when the player first gets that medal, not everytime they improve their time.
Keep it up!
Sprinter.
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
the text about medal ( above chat ) is overlapped by the text from alternate scoretable.
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
Just adjustweasel wrote:the text about medal ( above chat ) is overlapped by the text from alternate scoretable.
Code: Select all
<new_medal_widget>
<pos_x>-43</pos_x>
<pos_y>-28</pos_y>
</new_medal_widget>

Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
Hmmm.. i think this isn´t very useful. I think the current Medal-System is good enough.Sprinter wrote: Would be good if the medal system was exteneded with 'super' medals or something that would go against dedimania times etc...
I think the current handling is good enough.... thanks anyway.Sprinter wrote: Also maybe have an option to send message to player rather than whole server, maybe send it to the chat window instead too, but only when the player first gets that medal, not everytime they improve their time.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
Hey Undef !
There is a little mistake in code :
When Player Time is equal AuthorTime for example, player win AuthorMedal.
But in your plugin that display only gold medal.
So just change " < " to "<=" in lines of function pbme_findPlayerMedal
I did it and it works fine
Cya
There is a little mistake in code :
When Player Time is equal AuthorTime for example, player win AuthorMedal.
But in your plugin that display only gold medal.
So just change " < " to "<=" in lines of function pbme_findPlayerMedal
I did it and it works fine

Cya

- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.8 (UPDATE)
When you equal the AuthorTime, then you didn´t beat them. You need to be faster then the AuthorTime.Olymptor wrote: There is a little mistake in code :
When Player Time is equal AuthorTime for example, player win AuthorMedal.
But in your plugin that display only gold medal.
So just change " < " to "<=" in lines of function pbme_findPlayerMedal
I did it and it works fine![]()

Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
- undef.de
- Pit Crew
- Posts: 1340
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Medals 0.9.9 (UPDATE)
Just wanna say: There is an update out there... see the related Site at my Labs.
Last edited by undef.de on 08 Dec 2013 14:21, edited 1 time in total.
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm