Search found 763 matches
- 20 Mar 2020, 17:48
- Forum: Title Pack & Custom Data Creation
- Topic: audio.createmusic(text url), but how ?
- Replies: 2
- Views: 3799
audio.createmusic(text url), but how ?
Ok so, i would like to experiment with the music thing... but there's no documentation at all about it. Audio.CreateMusic(Text url) https://maniaplanet.github.io/maniascript-reference/struct_c_audio_source_music.html what format the file at url needs to be, where do i define metadata like segments, ...
- 19 Mar 2020, 15:42
- Forum: CHANNELS
- Topic: Generic feedback about channels
- Replies: 0
- Views: 3604
Generic feedback about channels
Hi everyone, I was playing at nascar channel and the game mode changed after the program changed... Some new players joined and from the chat it seems some were frustrated they can't play, due rounds mode. My humble advice would be to add simple rules reminding window from the channel server control...
- 03 Mar 2020, 21:54
- Forum: Announcements
- Topic: Ubisoft Nadeo forums, the home of developers!
- Replies: 44
- Views: 278108
Re: Ubisoft Nadeo forums, the home of developers!
Filled as well!
I hope I can be help, I'll try my best atleast
I hope I can be help, I'll try my best atleast

- 18 Feb 2020, 15:43
- Forum: ManiaScript
- Topic: Measuring the persistent storage limit
- Replies: 4
- Views: 5442
Re: Measuring the persistent storage limit

- 03 Feb 2020, 09:59
- Forum: ManiaScript
- Topic: maniascript vscode extension update v1.3.2
- Replies: 30
- Views: 26835
Re: maniascript vscode extension update v1.2.23
Oh, my bad, I edited the first message of the topic with the link first and forgot to add the download link to announcement message.
Let me edit the announcement message as well
Let me edit the announcement message as well

- 03 Feb 2020, 02:51
- Forum: ManiaScript
- Topic: maniascript vscode extension update v1.3.2
- Replies: 30
- Views: 26835
Re: maniascript vscode extension update v1.2.23
Download http://reaby.kapsi.fi/maniaplanet/vscode-maniascript-1.2.23.vsix ChangeLog Fixed the extension, so it doesn't try to activate on other filetypes than xml and maniascript. Changes to template string colorization: {{{ }}} inside XML doublequoted strings are parsed to maniascript expressions....
- 02 Feb 2020, 12:39
- Forum: ManiaScript
- Topic: [Wish] Remove read-only from CMlControl.ControlClasses
- Replies: 0
- Views: 3693
[Wish] Remove read-only from CMlControl.ControlClasses
Hi, I'm starting to like stylesheets in manialinks, and by this I do mean A LOT. Unfortunately I'm not able to add and remove classes from controls since Control.ControlClasses is read-only. My wish follows: would it be possible to make the property read-write :) (menuLabel as CMlLabel).ControlClass...
- 02 Feb 2020, 12:31
- Forum: MP4.1 REPORTS / BUGS / INFORMATION
- Topic: [ManiaScript] AnimMgr.Add with label and textsize points deprecated method.
- Replies: 0
- Views: 1333
[ManiaScript] AnimMgr.Add with label and textsize points deprecated method.
if you use
textSize seems to map to label.TextSize-method and that has been deprecated, when the new method is label.TextSizeReal
Thanks for fixing
Code: Select all
AnimMgr.Add(Label, """<elem textSize="4"""");
Thanks for fixing

- 28 Jan 2020, 16:57
- Forum: ManiaScript
- Topic: maniascript vscode extension update v1.3.2
- Replies: 30
- Views: 26835
Re: maniascript vscode extension update v1.2.22
New version: http://reaby.kapsi.fi/maniaplanet/vscod ... .2.22.vsix
ChangeLog
Enhanced doc.h loader, empahsis it should now work
Enhanced syntax highlighter colors to match better other languages at vscode...
ChangeLog
Enhanced doc.h loader, empahsis it should now work

Enhanced syntax highlighter colors to match better other languages at vscode...
- 27 Jan 2020, 21:51
- Forum: ManiaScript
- Topic: maniascript vscode extension update v1.3.2
- Replies: 30
- Views: 26835
Re: maniascript vscode extension update v1.2.21
New version at http://reaby.kapsi.fi/maniaplanet/vscode-maniascript-1.2.21.vsix ChangeLog Now it's possible to load external doc.h, so in case of future updates no need to generate the apidocs and release a new update. Add following line to your vscode setttings.json (can be accessed from File->Pref...