Page 3 of 14

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 02:08
by tmdunhill
Hello Knutselmaaster,

It is also active in the plugin database, I'm putting down my settings, maybe I could have done something wrong.

plugins.load[] = 'standard\PluginManager'
plugins.load[] = 'Standard\menubar'
plugins.load[] = 'standard\profiler'
plugins.load[] = 'Standard\admin'
plugins.load[] = 'freezone\freezone'
plugins.load[] = 'Standard\dedimania'
plugins.load[] = 'mlepp\database'
plugins.load[] = 'mlepp\customchat'
plugins.load[] = 'mlepp\core'
plugins.load[] = 'mlepp\adminpanel'
plugins.load[] = 'mlepp\chatemotes'
plugins.load[] = 'mlepp\forcemods'
plugins.load[] = 'mlepp\joinleavemessage'
plugins.load[] = 'mlepp\randommessage'
plugins.load[] = 'mlepp\donatecoppers'
plugins.load[] = 'mlepp\jukebox'
plugins.load[] = 'mlepp\addremovetracks'
plugins.load[] = 'mlepp\localrecords'
plugins.load[] = 'mlepp\personalmessages'
;plugins.load[] = 'mlepp\karma'
;plugins.load[] ='mlepp\votes'
;plugins.load[] = 'mlepp\chatlog'
plugins.load[] = 'mlepp\chatme'
;plugins.load[] = 'mlepp\challengewidget'
;plugins.load[] = 'mlep\tmxinfo'
plugins.load[] = 'flo\tmkarma'
plugins.load[] = 'oliverde8\hudmenu'


Seizing the opportunity, in addition to the plugins listed above, there are more? If yes, could you tell me?

Thank you.

Greetings.

Dunhill
:mrgreen:

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 15:35
by oliverde8
Hi, the localRecords there should work, Do you use the latest version of ManiaLive?
There is a probleme with the first plugins. I will have a recheck to see if all works

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 17:06
by tmdunhill
Hi Oliver,

Yes, I'm using the latest version of manialive So I will wait for a new version.

I appreciate very much your help!

When you have a new version, you will post warning?

Thanks.

Greetings.

Dunhill

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 17:44
by oliverde8
I just checked found the probleme. The localRecords plugin that will be realesed hasn't the same name for the fonction that shows the localRecords. I tested on the nonRealesed version, sorry about that :oops:
Once we update MLEPP you will need to use the default config again.

To solve your probleme :

Open the oliverde8.Hud.menu.xml

Go to line 105 where you will find this :

Code: Select all

<button caption="Local Records" plugin="MLEPP\LocalRecords" function="showRecordsWindow" style="BgRaceScore2" substyle="ScoreLink"/>
and change showRecordsWindow to recordList That gives you :

Code: Select all

<button caption="Local Records" plugin="MLEPP\LocalRecords" function="recordList" style="BgRaceScore2" substyle="ScoreLink"/>

it should work now :)

this is the complete file if you have any problems :

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<settings>
	
	<!--Style Settings-->
	<style>
		<Menu>
			<PosX>55</PosX>
			<PosY>30</PosY>
		</Menu>
		<Text>
			<Size>1.2</Size>
			<RootSize>1.5</RootSize>
			<Color>$FFF</Color>
			<ColorSeparator>$CCC$w</ColorSeparator>
		</Text>
		<BackGround>
			<SizeX>12</SizeX>
			<SizeY>2.5</SizeY>
			<MarginX>0</MarginX>
			<MarginY>-0.5</MarginY>		
		</BackGround>
		<Icon>	
			<SizeX>2.4</SizeX>
			<SizeY>2.4</SizeY>			
		</Icon>
		<separator>
			<Style>Bgs1InRace</Style>
			<SubStyle>BgTitle3_3</SubStyle>
		</separator>
		<button>
			<Style>Bgs1InRace</Style>
			<SubStyle>BgList</SubStyle>
		</button>
	</style>	

		
	<!--Menus setting-->	
	<buttons>				
		
		<button caption="Admin" style="Icons128x128_1" substyle="Padlock" needToBeAdmin="true">	
							
		</button>
		
		<button caption="Menu" style="Icons128x128_1" substyle="United">
			
			<!--<button caption="DiÄŸer Serverlar" style="Icons128x128_1" substyle="Multiplayer">
				<button caption="TM.gen.tr Very Short" ManiaLink="tmtp://#join=oliver-server_3" style="Icons128x128_1" substyle="Multiplayer" />
				<button caption="TM.gen.tr Minis" ManiaLink="tmtp://#join=oliver-server_4" style="Icons128x128_1" substyle="Multiplayer" />
				<button caption="TM.gen.tr RPG" ManiaLink="tmtp://#join=oliver-server_5" style="Icons128x128_1" substyle="Multiplayer" />
				<button caption="TM.gen.tr United" ManiaLink="tmtp://#join=oliver-server_7" style="Icons128x128_1" substyle="Multiplayer" />
				
			</button>-->
			
			<button caption="Links" style="Icons64x64_1" substyle="ButtonPlayers">
				<button caption="Oliverde8 Web" Link="http://oliverde8.free.fr/oliverde8" />
				<button caption="Oliverde8 Manialink" ManiaLink="oliverde8" />
				
				<button caption="Donate Oliverde8" style="Icons128x128_1" substyle="Coppers">
					<button caption="Donate 10" ManiaLink="oliverde8/Donate10?Donate=10&user=oliverde8_menu"  style="Icons128x128_1" substyle="Coppers" />
					<button caption="Donate 50" ManiaLink="oliverde8/Donate50?Donate=50&user=oliverde8_menu" style="Icons128x128_1" substyle="Coppers" />
					<button caption="Donate 100" ManiaLink="oliverde8/Donate100?Donate=100&user=oliverde8_menu" style="Icons128x128_1" substyle="Coppers" />
					<button caption="Donate 250" ManiaLink="oliverde8/Donate250?Donate=250&user=oliverde8_menu"  style="Icons128x128_1" substyle="Coppers" />
					<button caption="Donate 500" ManiaLink="oliverde8/Donate500?Donate=500&user=oliverde8_menu" style="Icons128x128_1" substyle="Coppers" />
				</button>
				
				<button caption="Forums" >
					<button caption="TM-Forum" Link="http://www.tm-forum.com" />
					<button caption="TrackMania.gen.tr" Link="http://trackmania.gen.tr/index.php" />
					<button caption="TM le jeu" Link="http://www.trackmania-lejeu.com" />
					<button caption="ManiaPlanet" Link="http://forum.maniaplanet.com" />
				</button>
				
				<button caption="informative">
					<button caption="TM Creative" Link="http://www.tm-creative.org" />
					<button caption="Forever Manialink" ManiaLink="http://smurf1.free.fr/mle/index.xml" />
					<button caption="Fish TMstyles" Link="http://fish.stabb.de/styles/" />
					<button caption="TrackMania Ladder" style="Icons128x128_1" substyle="LadderPoints" Link="http://en.tm-ladder.com/" />
					<button caption="TM Rankings" Link="http://www.tm-rankings.com/" />				
					<button caption="TM Teams" Link="http://www.tm-teams.com/" />				
					<button caption="TM Actu" Link="http://tm-actu.com/" />				
				</button>
				
				<button caption="File Sharing" style="Icons128x128_1" substyle="Share">
					<button caption="TMU TMX" Link="http://united.tm-exchange.com" />
					<button caption="TMNF TMX" Link="http://tmnforever.tm-exchange.com" />
					<button caption="TMX ManiaLink" ManiaLink="TMX" />
					<button caption="TrackShare" seperator="true"/>
					<button caption="CarPark" Link="http://www.trackmania-carpark.com/" style="Icons128x128_1" substyle="Vehicles" />
					<button caption="TrackMania MOD" Link="http://www.tmmod.info/" />
					<button caption="TrackMania Tube" Link="http://www.tm-tube.com/" />					
				</button>
				
				<button caption="Competitions" style="Icons64x64_1" substyle="RestartRace">
					<button caption="ESL _ TMNF" Link="http://www.esl.eu/eu/tmnf" />
					<button caption="ET Electronic Tournements" Link="http://www.et-generation.com/#oben" />
				</button>
			</button>
			
			<button caption="About" plugin="Standard\Profiler" style="Icons64x64_1" substyle="TrackInfo">
				<button caption="profiler" plugin="Standard\Profiler" function="showStats"/>
			</button>
			
			<button caption="Records" style="Icons128x128_1" substyle="Replay">
				<button caption="Dedimania Records" plugin="Standard\Dedimania" function="showRecordWindow"/>
				<button caption="Local Records" plugin="MLEPP\LocalRecords" function="showRecordsWindow" style="BgRaceScore2" substyle="ScoreLink"/>
			</button>		

			  
		</button>
	</buttons>
</settings>
Thanks for finding the probleme :) I will make a new Realese soon with the button for the 2 version and the wrong one will not be added

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 18:13
by oliverde8
Realese of a new version :
-incompatibility with current MLEPP version resolved. Still comptible with future versions.
-Added some safety checks on button add.
-Empty directories are now hidden.

You can download it as always here :
http://oliverde8.free.fr/oliverde8/inde ... ads;cat=24

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 08 Mar 2011, 22:27
by tmdunhill
Hi Oliver,

I have to thank you for your help, I asked that the amendment in the file, and it worked! Now this working very well!

I downloaded the new version of Hudmenu, but so is having the button link, is that right?

The Botado of localrecordes and Admin, no longer appear.

Thank you for your help!

Big hug.

Greetings.

Dunhill :D :D :D

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 09 Mar 2011, 00:22
by tmdunhill
Hello Oliver,

Uploaded but the button of the record, in fact the problem is in Botado menu, it seems that this is disabled, but appears on the screen.

Hugs.

Greetings.

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 09 Mar 2011, 06:10
by oliverde8
Do you use the XML that cammed with the latest version there was a change made.
Admin doesn't appear because there isn't any buttons inside it. SO that is normal.

The Menu button not working is strange I didn't touche that part of the code :? The only thing I can see that may make it not work is that the only buttons inside it doesn't show up because they are empty.

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 09 Mar 2011, 14:40
by tmdunhill
Hello Oliver,

I appreciate the feedback! I managed to put it to work, but it is working for a while and then, the button seems to get off.

But it's not bringing any error messages.

The other version did not have this problem, you may change occurred in some detail.

Greetings.
:roll: :roll: :cry:

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ...

Posted: 09 Mar 2011, 17:26
by oliverde8
tmdunhill wrote:Hello Oliver,

I appreciate the feedback! I managed to put it to work, but it is working for a while and then, the button seems to get off.

But it's not bringing any error messages.

The other version did not have this problem, you may change occurred in some detail.

Greetings.
:roll: :roll: :cry:
I will start to cry know :cry:
I realy can't reproduce the probleme :S

What is happenign :
1)Launchin ML
2) Menu works fine
3)Some time
4)Menu don't work anymore
^^is it this that happens. if yes can ypu try to watch what you do before the Menu stops working?

There is a small error in yesterdays version, but it doesen't cause this :(

I am realy sory for the problems :?