Page 4 of 8

Re: Plugin Yuggy Package v1.51

Posted: 29 May 2011, 01:29
by 4lturbo
?

Re: Plugin Yuggy Package v1.51

Posted: 29 May 2011, 12:15
by oshun
4lturbo wrote:New version 1.60 :
- Live Recs
- Remove track from playlist (in menu : admin -> admin track)
- karma in Track List (in menu -> commands)

same link to download the pack (the next time i will add version number at the end of the filename :P )
hi i'm trying your new package 1.60 no problem, work fine.
thanks

Re: Plugin Yuggy Package v1.61

Posted: 31 May 2011, 15:19
by 4lturbo
New version 1.61, corrected 2 little bugs ;)

Last version of ManiaLive needed (223)

Re: Plugin Yuggy Package v1.61

Posted: 31 May 2011, 15:31
by jouko200
server rank dont work in menu

Re: Plugin Yuggy Package v1.61

Posted: 31 May 2011, 17:49
by 4lturbo
corrected, redownload the pack :oops:

Re: Plugin Yuggy Package v1.61

Posted: 01 Jun 2011, 04:05
by jouko200
works ty :D

Re: Plugin Yuggy Package v1.51

Posted: 01 Jun 2011, 14:30
by 4lturbo
jouko200 wrote:Works fine. Problem with mlepp is database.If they use same database maybe all mlepp plugins works too. :roll:
what do you mean by this ? i don't understand

Re: Plugin Yuggy Package v1.51

Posted: 01 Jun 2011, 14:47
by TheM
4lturbo wrote:
jouko200 wrote:Works fine. Problem with mlepp is database.If they use same database maybe all mlepp plugins works too. :roll:
what do you mean by this ? i don't understand
I have to say that I don't understand whay jouko meant either... could you explain please?

Re: Plugin Yuggy Package v1.61

Posted: 01 Jun 2011, 15:34
by Knutselmaaster
He tries to run mlepp and yuggi at the same time, but apparently he runs into somekind of database problem.
So he suggests that mlepp and yuggi use the same database plugin for better compatibility.
At least that is what i make of it...

Re: Plugin Yuggy Package v1.61

Posted: 02 Jun 2011, 01:48
by Mr.Crash666
Hi Ihmo ;)

I'm testing Yuggi 1.61 for first time tonight (wth Manialive r223, php 5.3.5).
Testing it in laps mode : I'm getting no track records. Only Lap records :
Image

Looking at the cmd window, i see some errors happen at the end of track (end of 4th lap). I suppose that's why i'm not having track recs :?: See the sreen below (nb: no error on Manialive startup) :
Image

Plugins loaded in my config.ini :

Code: Select all

plugins.load[] = 'Standard\Menubar'
plugins.load[] = 'Standard\PluginManager'
;plugins.load[] = 'Standard\Admin'

; YUGGY PLUGIN

plugins.load[] = 'Yuggy\Yuggy'
; Yuggy datas :
; Database settings
plugins.Yuggy\Yuggy.name = 'yuggi_test' 
plugins.Yuggy\Yuggy.port = '3306';
plugins.Yuggy\Yuggy.host = '127.0.0.1'; 
plugins.Yuggy\Yuggy.user = 'xxxxx';
plugins.Yuggy\Yuggy.password = 'xxxxx';
; Numbers of player ranked by challenge
plugins.Yuggy\Yuggy.nbTemps = 100  
;
; Plugins to load with Yuggy REQUIRED
plugins.Yuggy\Yuggy.Plugins[] = 'Track';
plugins.Yuggy\Yuggy.Plugins[] = 'Player';
plugins.Yuggy\Yuggy.Plugins[] = 'YuggyMenu';
;
; Plugins which require Yuggy to be loaded
plugins.Yuggy\Yuggy.Plugins[] = 'Karma';
plugins.Yuggy\Yuggy.Plugins[] = 'ChatCmd';
plugins.Yuggy\Yuggy.Plugins[] = 'RandMsg';
plugins.Yuggy\Yuggy.Plugins[] = 'LiveRecs';

; Independant Plugins
plugins.Yuggy\Yuggy.Plugins[] = 'ForceSpect';
plugins.Yuggy\Yuggy.Plugins[] = 'Spectator';
plugins.Yuggy\Yuggy.Plugins[] = 'ForceMod';

plugins.Yuggy\Yuggy.debug = 0
plugins.Yuggy\Track.debug=0
plugins.Yuggy\Player.debug=0
plugins.Yuggy\YuggyMenu.debug=0
plugins.Yuggy\Karma.debug=0
plugins.Yuggy\RandMsg.debug=0
plugins.Yuggy\ForceSpect.debug=0
plugins.Yuggy\Spectator.debug=0
plugins.Yuggy\LiveRecs.debug=0

; plugins.Yuggy\YuggyMenu.servers[]='<SERVER_NAME>;<TMTP LINK>' ex : 
plugins.Yuggy\YuggyMenu.servers[]='BST ModSprint;tmtp://#join=tropical_laps'
; plugins.Yuggy\YuggyMenu.webs[]='<WEBSITE NAME>;<URL>'  ex : 
plugins.Yuggy\YuggyMenu.webs[]='Forum;http://cancoillotteteam.forumpro.eu/'
plugins.Yuggy\ForceSpect.nb=4
threading.enabled = true
Have you ever had that problem or have I done something wrong ?
(additional info, don't know if it's helpfull : only one track in matchsetting)

Mr.Crash