
Search found 12 matches
- 16 Jul 2018, 02:45
- Forum: Title Packs
- Topic: TrackMania² Island // 11-19-22
- Replies: 86
- Views: 254515
Re: TrackMania² United Island - Be a Tester of v0.0.3!
I want to participate in the alpha, I do not have the trackmania united, but I can help with the textures in HD, I also have ideas for the ingame UI 

- 28 Jan 2018, 17:48
- Forum: ManiaScript
- Topic: How to Make a Custom User Interface in a game Mode
- Replies: 3
- Views: 3890
Re: How to Make a Custom User Interface in a game Mode
This is list of errors, it might help you: http://konte.org/trackmania/maniascript/syntax.txt Thanks adamkoo2, no have idea about that list, very useful. :yes: Don't bother with modules - they aren't as useful as preferable solution. For beginners, I would recommmend using Layers2 library. It shoul...
- 27 Jan 2018, 22:28
- Forum: ManiaScript
- Topic: How to Make a Custom User Interface in a game Mode
- Replies: 3
- Views: 3890
How to Make a Custom User Interface in a game Mode
Hello, good afternoon, I would like to know if someone from that forum knows how to make user interfaces for a custom game mode. I'll explain why I've decided to ask for help. I'm not a programmer (wow that older excuse) but it's a disadvantage when you have no idea how things work. I know that now ...
- 08 Jun 2017, 16:30
- Forum: ManiaLink
- Topic: Tag Include in Interface Designer
- Replies: 3
- Views: 9725
Re: Tag Include in Interface Designer
Thanks, so the tag include works if i use manialink editor?
- 06 Jun 2017, 03:31
- Forum: ManiaLink
- Topic: Tag Include in Interface Designer
- Replies: 3
- Views: 9725
Tag Include in Interface Designer

Anyone know if the <include> tag is still valid? Because I try to make it work but nothing happens

- 19 May 2017, 18:39
- Forum: ManiaScript
- Topic: Generate Maniascript API Documentation
- Replies: 3
- Views: 2385
Re: Generate Maniascript API Documentation
Thanks for help meundef.de wrote: ↑16 May 2017, 21:09 I always try to keep https://www.uaseco.org/development/maniascript.php uptodate...

- 16 May 2017, 15:11
- Forum: ManiaScript
- Topic: Generate Maniascript API Documentation
- Replies: 3
- Views: 2385
Generate Maniascript API Documentation
Hi, i follow this tutorial https://v4.live.maniaplanet.com/documentation/maniascript/references/generate-the-maniascript-references to generate my doc, but the .bat archive open a cmd window and this flashes twice and nothing happens. the GenerateDoc.bat was placed in maniaplanet.exe folder and the ...
- 19 Apr 2017, 14:57
- Forum: Support & Bug Reports
- Topic: Cmap Maniascript Problem
- Replies: 2
- Views: 1175
Re: Cmap Maniascript Problem
All scripts run in their own context. A context is basically an instance of class (object), which attributes are globally available in the script. The context you are looking for is CTmMlScriptIngame - it's set of attributes available for TrackMania ingame manialinks. You can use things like Player...
- 18 Apr 2017, 17:32
- Forum: Support & Bug Reports
- Topic: Cmap Maniascript Problem
- Replies: 2
- Views: 1175
Cmap Maniascript Problem
Hi, I trying to get the Autor Time in my UI when I play a Local Network on Stadium, but i dont know the sintaxis in the script, so i try to modified the module Lib_UI:PrevBestTime in UI.Script.txt (i made the copy to moding) to start. Looking for groping in the documentation I found this class calle...
- 07 Apr 2017, 18:39
- Forum: ManiaLink
- Topic: Manialink Library (ToolTip Tutorial)
- Replies: 2
- Views: 9152
Re: Manialink Library (ToolTip Tutorial)
When it says to paste the tooltip module, you are supposed to paste this file's content there: https://github.com/maniaplanet/library-manialink/blob/master/modules/Tooltip.Script.txt (after the #Include statements from your example code) With that it worked for me. Thanks Zocka for the prompt respo...