Page 1 of 1

[Suggestion] Custom ManiaPlanet-PlugIns

Posted: 22 Jun 2013, 15:02
by steeffeen
hey there,

i'm dreaming of a possibility to build own plugins for the maniaplanet which are running the whole time in the background or at least at some points (while being on a server for example)

i think that would be really cool because with the help of own manialinks you could add own information and tools to your interface and customize it even more

example addon:
- you want to know when players change their team
- the solutions which are currently available aren't really good solutions for a generic player (server controllers, inside game mode script)
-> better: you enable the feature inside your maniaplanet-plugin which runs while being on a server and it informs you about stuff like that

you could even build social media reader and so on (ingame notifications on emails, posts, messages from outside the maniaplanet)

of course they don't have to support everything but at least some features would be great, the class is already there and official plugins (like chat) are running all the time, just custom ones are missing :)

feedback would be appreciated

thanks
steff

//Edit: changes to better match to CManiaplanetPlugin class

Re: [Suggestion] Ingame Manialink-Plugin

Posted: 22 Jun 2013, 15:05
by faserg1
I want this feature too. So, :1010
+1

Re: [Suggestion] Custom ManiaPlanet-PlugIns

Posted: 22 Jun 2013, 22:43
by djhubertus
+1

Maniascript / Manialinks plugins on servers / title packs / everywhere will be great to extend what ManiaPlanet now offers ;)

Re: [Suggestion] Custom ManiaPlanet-PlugIns

Posted: 22 Jun 2013, 22:52
by w1lla
+1.

It seems to be a mix of manialink and maniascript.

So go go then....

Re: [Suggestion] Custom ManiaPlanet-PlugIns

Posted: 09 Jul 2013, 13:10
by Blueplayer
There is now a CManiaplanetPlugin in ManiaScript.
Does anyone know, how to implement "a plugin", or some other background imformation?

Re: [Suggestion] Custom ManiaPlanet-PlugIns

Posted: 09 Jul 2013, 13:24
by steeffeen
Blueplayer wrote:There is now a CManiaplanetPlugin in ManiaScript.
Does anyone know, how to implement "a plugin", or some other background imformation?
did you read the first post? ^^
i've already mentioned that there's the plugin class but we just can't run our own plugin script

Re: [Suggestion] Custom ManiaPlanet-PlugIns

Posted: 20 Jul 2013, 09:19
by w1lla
When looking into graphs for manialinks i found some source code available due to the lack of bad security.

This is based as i thought with manialink/maniascript and includes.

Original source for graphs which are seen in Elite TitlePack when first clicked:

http://livemenu.maniaplanet.com/elite/

My work-around for Title.LadderPoints:

http://maniascript.tmrankings.com/test/graph.xml

Copy-paste both links in manialink browser.

with kind regards,

w1lla

However the code for CManiaplanetPlugin is well hidden. :teub: