Please watch the language Santino. I'd rather not have to do my job.
For the issue at hand....
I have this code saved to a text file named "OpenWithTM2.cmd" and saved to my ManiaPlanet folder.
Code:@echo off
echo .
echo Loading track into Trackmania2
echo (%1)
"C:\Program Files (x86)\ManiaPlanet\ManiaPlanet.exe" /title=TMCanyon /useexedir /singleinst /file=%1
if errorlevel 0 echo Done.
if errorlevel 1 echo Problem loading map.
exit
With it, you can right click a GBX file...
"Open with..."
Find this file and, if you like, you can choose to have Windows always open MP2.0 with it.
Then in the future you can double click any Canyon GBX file and it'll open it properly in MP2.0, without crashing.
Last edited by eyebo, 2012-07-06 04:41:00