Page 1 of 1

Re: TM2 dedicated autosave matchsettings

Posted: 19 Aug 2011, 13:20
by kalimerre
I move your topic into ManiaLive section.

Re: TM2 dedicated autosave matchsettings

Posted: 19 Aug 2011, 19:12
by corto-72
MLEPP does it when you add a track

Re: TM2 dedicated autosave matchsettings

Posted: 19 Aug 2011, 20:23
by w1lla
it can be called tracklist.txt or beta1tracks.txt

Re: TM2 dedicated autosave matchsettings

Posted: 21 Oct 2011, 02:15
by nocturne
I agree, in some respects... though, might as well just use the MapListModified callback, although it gets more complicated with the jukebox active (though it doesn't quite hurt anything).

I believe how xaseco accomplishes it, is by saving the tracklist automatically on every single onMapBegin event. This could be easily accomplished with a very simple plugin, though it's a kind of faulty approach.