Page 3 of 4
Re: [tool] MatchSettings Manager for Maniaplanet (only for w
Posted: 02 Jul 2014, 16:07
by hackie
reaby wrote:The_Big_Boo wrote:
So, @reaby: to fix this, you have to add this BOM in front of each map name containing characters outside the ASCII set.
Many thanks for the infos, i see what i can do!
Sounds great , thanks.

Re: [tool] MatchSettings Manager for Maniaplanet (only for w
Posted: 27 Sep 2014, 15:20
by reaby
Bump.
Update available.
Re: [tool] MatchSettings Manager for Maniaplanet (only for w
Posted: 06 Oct 2014, 10:56
by w1lla
Request:
Also add ShootMania titles to it. Now its a bit hard to make it work for example Elite.
Re: [tool] MatchSettings Manager for Maniaplanet (only for w
Posted: 20 Feb 2016, 09:45
by hackie
Uhm , will there also be a linux version of this piece of art ?
Re: [tool] MatchSettings Manager for Maniaplanet (only for w
Posted: 09 Mar 2016, 06:45
by reaby
Nope. But feel free to code one

Re: [tool] MatchSettings Manager for Maniaplanet (only for win)
Posted: 28 Dec 2017, 19:47
by Freelux
someone can create same on html generator ?
Re: [tool] MatchSettings Manager for Maniaplanet (only for win)
Posted: 22 Dec 2018, 12:03
by BestNoob
Can someone fix this Tool to fit for actual state of MP ?
Or are there new/better ways to create a matchsettings file for over 200 Maps xD ??
I tried it but it creates some broken entrys, with that amount of maps i dont want to check check every single line ....
And the text formatting seems to be also broken.
Re: [tool] MatchSettings Manager for Maniaplanet (only for win)
Posted: 22 Dec 2018, 14:08
by Miss
You can generate an initial config file here:
https://www.maniaplanet.com/account/ded ... ers/helper
Then you only really have to tweak the settings and add the maps. If you're on linux, you can do something like this in your maps folder:
Code: Select all
ls | sed 's/\(.*\)/<map><file>\1<\/file><\/map>/g'
Or, recursively:
Code: Select all
find . | sed 's/\.\/\(.*\)/<map><file>\1<\/file><\/map>/g'
Re: [tool] MatchSettings Manager for Maniaplanet (only for win)
Posted: 22 Dec 2018, 15:39
by reaby
Hi BestNoob,
It surely does correct XML conversion for the data, though, it does it "the old way", which doesn't use <![CDATA[ ]]> tags inside map-tags... As you noticed, XML document cannot contain certain glyphs, such as &, which by default converts to XML equivalent "&". I think CDATA wasn't supported before by ManiaPlanet, and it surely needs a test if it supports it by now... If i remember right, the formatting uses linux end lines "\n" instead of windows "\r\n". But yeah, the tool should be updated, I built it for maniaplanet 3 and indeed a lot of updates and changes has occurred since then.
Re: [tool] MatchSettings Manager for Maniaplanet (only for win)
Posted: 22 Dec 2018, 20:38
by hackie
Best tool ever created for MP.
I still use it. ( some parts )
Just use it to add maps to my local server, works like a charm.
