This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| SET login=[your_maniaplanet_login] | |
| SET password=[your_maniaplanet_password] | |
| SET maniaplanet_exe_location=C:\Program Files\ManiaPlanet | |
| SET title=TMStadium@nadeo | |
| SET loop=true | |
| SET /A loop_interval=60 | |
| SET /A close_interval=60 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | |
| <manialink version="3"> | |
| <!-- | |
| LEADERBOARDS 2020-05-10a | |
| - Added a zone button | |
| - Shows a window where you can select any zone of your wish to see the leaderboards of | |
| - Collapse button collapses all of the zones and autoselects World | |
| - Locate button find your exact zone and opens every zone section it goes through | |
| - Behaviour is still really buggy but should be crashless | |
| - Added a new "PB" mode |
NewerOlder