Page 6 of 8
Re: Plugin Yuggy Package v1.61
Posted: 03 Jun 2011, 18:09
by jouko200
so it is normal that there is top20 in liverecs display in beginning of map
yes or no
Re: Plugin Yuggy Package v1.61
Posted: 04 Jun 2011, 08:29
by mistertl
A question: is it possible to hide the "Laps" from the widgets, as they are not used on a time attack server?

Re: Plugin Yuggy Package v1.61
Posted: 04 Jun 2011, 14:09
by 4lturbo
mistertl wrote:A question: is it possible to hide the "Laps" from the widgets, as they are not used on a time attack server?

Where ?
Here =>

Re: Plugin Yuggy Package v1.61
Posted: 04 Jun 2011, 21:39
by mistertl
Yes, indeed

Re: Plugin Yuggy Package v1.61
Posted: 04 Jun 2011, 23:28
by 4lturbo
This will be as the screen for tracks non-MultiLap and Time Attack in the next release.
for the next release i must change the string functions as they will be depreacated (ManiaLive\Utilities\String -> ManiaLib\Utils\TMStrings )
Re: Plugin Yuggy Package v1.62
Posted: 06 Jun 2011, 20:24
by 4lturbo
New Version 1.62 :
- Replace ManiaLive\Utilities\String functions , by ManiaLib\Utils\TMStrings
- WinRec no longer show lap info if the track is not a multilap track, or if game mode is TimeAttack (ask by mistertl)
- You can change widget background (see config_yuggy.ini, and see TM Styles for the different background) (ask by farfa)
- Optimize widget looking for text and graphic
Warning:
there is a loss a code in ManiaLive/Data/Storage.php in ManiaLive r223
Add this code in onBeginChallenge() (line 312) (until the new manialive release):
Code: Select all
foreach($this->players as $player)
{
$player->bestTime = 0;
$player->score = 0;
}
foreach($this->spectators as $spectator)
{
$spectator->bestTime = 0;
$spectator->score = 0;
}
Re: Plugin Yuggy Package v1.62
Posted: 14 Aug 2011, 13:38
by ConteMaxD1972
Hail to the whole community .. Congratulations for the work done by this plugin.
This takes into account your plugins for each track:
Top 20 Track Record and Top 10 Lap Record.
I would like to launch ideas to enrich this plugin if you feel good and fun for all players
1) - put a Lottery Awards for top 3 New Track Record:
35coppers (for the first record);
25coppers (for the second record);
15coppers (for the third record).
2) - And a second Lottery Awards for top 3 New Lap Record:
30coppers (for the first record);
20coppers (for the second record);
10coppers (for the third record).
The coppers in the lottery is only for new records that are marked.
Post New Track Record:
example of a message in chat to the player who scores a New Track Record:
> Congratulations! I have set a new record in the positions (Top 2) Track Record ... you won 25coppers
example of a chat message to all players on the server:
>> New Record! scored by the player 'nickname_player' is positioned in the (Top 2) Track Record ... 25coppers wins!
Post New Lap Record:
example of a message in chat to the player who scores a New Lap Record:
> Have you set a new record in the positions (Top 3) Lap Record ... you won 10coppers
example of a chat message to all players on the server:
>> New Record scored by the player 'nickname_player' is positioned in the (Top 3) Lap Record 10coppers ... wins!
Thanks again for your work ... made it more enjoyable my server!! Thank you.
Re: Plugin Yuggy Package v1.62
Posted: 18 Aug 2011, 19:02
by 4lturbo
Thank you.
I'm in holidays, i go back soon, but at the first, i will make some changes to make Yuggy for TM²
Re: Plugin Yuggy Package v1.62
Posted: 03 Oct 2011, 19:21
by Mr.Crash666
Hi Imho !
I have some problems with yuggy 1.62 : the local recs works perfectly in modlap.
But in team (and maybe others modes), its seems to work only on the first map. Then it only works for new players joining the game... did you have this problem ?
Re: Plugin Yuggy Package v1.62
Posted: 03 Oct 2011, 23:40
by 4lturbo
I never test it in team mode, but it works fine in Round,Time Attack and Lap.
If you have errors in log file, send me
