If you have anything to say - or advice to give - on the creation or publishing of ManiaLinks, here is the place to do it!
Moderator: TM-Patrol
-
slow
- sunday driver

- Posts: 72
- Joined: 23 Dec 2005 18:47
- Owned TM-games: TMU, TMS, TMO, TM
- Location: Germany/Bavaria/Schweinfurt
-
Contact:
Post
by slow » 08 Jan 2007 14:45
Could someone please translate the ManiaLink tutorial from french into english?
I couldn't find a tutorial to that
Thank you

Athlon64 3200+ Venice
ASUS A8N SLI Deluxe
4x512mb Kingston DDR Ram
Club3D ATI Radeon X1950XT 512mb (Catalyst 8.3)
DSL 6000
Windows XP Professional SP2
Logitech Cordless Rumblepad
-
Claes
- road tourist

- Posts: 77
- Joined: 17 Aug 2006 20:23
- Owned TM-games: TMN, TMU, TMS
Post
by Claes » 30 Mar 2007 15:28
Dont know if this is the right place to ask, but if you have a zip with several skins in,
is it possible to put it in the same maniacode, and install all the skins?
-
Bin
- road tourist

- Posts: 80
- Joined: 25 Mar 2007 19:23
- Owned TM-games: All
- Manialink(s): "vogzone" and "nosteam"
- Location: France
Post
by Bin » 30 Mar 2007 16:15
No, you can't, but you can install lot of skins with the same maniacode. You must write this code :
<?xml version="1.0" encoding="utf-8" ?>
<maniacode>
<install_skin>
<name>Skin1</name>
<file>Skins/Vehicles/CarCommon/Skin1.zip</file>
<url>URL1</url>
</install_skin>
<install_skin>
<name>Skin2</name>
<file>Skins/Vehicles/CarCommon/Skin2.zip</file>
<url>URL2</url>
</install_skin>
<install_skin>
<name>Skin3</name>
<file>Skins/Vehicles/CarCommon/Skin3.zip</file>
<url>URL3</url>
</install_skin>
Etc....
</maniacode>
-
Claes
- road tourist

- Posts: 77
- Joined: 17 Aug 2006 20:23
- Owned TM-games: TMN, TMU, TMS
Post
by Claes » 30 Mar 2007 17:06
Thats what i was thinking, thanks

-
Slig
- Pit Crew

- Posts: 2124
- Joined: 05 Sep 2005 17:51
- Owned TM-games: ALL
- Location: TraxicoLand (Fr)
-
Contact:
Post
by Slig » 17 Sep 2008 12:53
I added that to the maniacode syntax on the wiki :
Note: if you don't want the "Maniacode completed" message, you can use <maniacode noconfirmation="1">
Thanks to SaTaNaSDiaBoLo on the french forum for the info about the noconfirmation option !

-
FirefoxMods
- highway camper

- Posts: 3
- Joined: 28 May 2009 17:22
- Owned TM-games: TMUF,TMNF,TMS,TMO
- Manialink(s): HomeFirefox, tmostunts
-
Contact:
Post
by FirefoxMods » 23 Oct 2009 15:02
There are a few more. I can tell you them if i got my New graphics card.If you want write me a PM and I'll tell you some I can remember.
Regards
Firefox
Unter einer Fichtenwurzel hörte ich nen Wichtel furtzen.

-
FirefoxMods
- highway camper

- Posts: 3
- Joined: 28 May 2009 17:22
- Owned TM-games: TMUF,TMNF,TMS,TMO
- Manialink(s): HomeFirefox, tmostunts
-
Contact:
Post
by FirefoxMods » 24 Oct 2009 20:30
In fact of that I got too much time today, I updated the ManiaCode Tutorial.
I added: add_buddy , add_favourite , play_replay , get_skin , goto and the note at join_server with login.
If'll found out how to use the other two tags, I'll post them in there too.
Regards
Firefox | FirefoxMods
Unter einer Fichtenwurzel hörte ich nen Wichtel furtzen.

-
Terron
- speedy pilot

- Posts: 445
- Joined: 02 Jun 2007 15:00
- Owned TM-games: all full+some betas
- Location: Earth
Post
by Terron » 03 Oct 2010 17:41
Tm wiki is not working

how to use "goto" tag?
-
RamCUP2000
- road tourist

- Posts: 105
- Joined: 01 Apr 2009 17:43
- Owned TM-games: MP, TMU(F), TMS, TMO
- Manialink(s): usdmania
- Location: Czech republic » Jihomoravský kraj » Břeclav
-
Contact:
Post
by RamCUP2000 » 04 Oct 2010 10:45
4
Terron:
example:
Code: Select all
<maniacode noconfirmation="1">
<goto>
<link>usdmania</link>
</goto>
</maniacode>