Log in
Location: Home  Community Forums  Help  [Tutorial] Open downloaded .gbx tracks/replays in both TMF a... 
[Tutorial] Open downloaded .gbx tracks/replays in both TMF and MP.
Page: 3 of 4
Post Reply  0 Observer
 
Does the prompt itself open for a short time? Or not at all? In the last case Bucky's suggestion probably works.
I still have it working after the latest update.
Segmentation fault
Location: NL
 
no idea what happen but it working now. ? :o

thx anyway. :$
Beetle Racer
Location: SE
 
doesn't seem to work for me any more?.. (brb) looks like MP version changed -.-
Zimmer Racer
Location: LT
 
change

@find /c /i "exever=""3.0.0"" " %1 > NUL

to

@find /c /i "exever=""3.2.0"" " %1 > NUL

and it works again (y)
Beetle Racer
Location: SE
 
new version.

ECHO OFF
@find /c /i "exever=""3.3.0"" " %1 > NUL
if %ERRORLEVEL% EQU 0 (
start C:\Progra~2\ManiaPlanet\ManiaPlanet.exe

/useexedir /singleinst /file=%1
) else (
start C:\Progra~2\TmUnitedForever\TmForever.exe

/useexedir /singleinst /file=%1
)
Beetle Racer
Location: SE
 
You can alternatively use the following, which will forever work and keep compability with older maps as well:

... says:
@find /c /i "exever=""3." %1 > NUL
Segmentation fault
Location: NL
 
don`t know what I`m doing wrong, but it doesn`t work for me...
for the two bold sentences I took the following paths:

C:\Program Files (x86)\ManiaPlanet\ManiaPlanet.exe
C:\Program Files (x86)\TmUnitedForever\TmForever.exe

What`s wrong? I have no clue about such things^^
Learner Driver
Location: DE
 
WHAt doesn't work?
Zimmer Racer
Location: LT
 
Space says:
WHAt doesn't work?

If I try to open a track with the .cmd it opens and cloeses directly after it and nothing else happens
Learner Driver
Location: DE
 
are you sure games are installed to Program Files (x86) and not so just Program Files?
Zimmer Racer
Location: LT
Page: 3 of 4 Post Reply
© ManiaExchange (mania-exchange.com, mania.exchange) 2024. • Terms and ConditionsPrivacy Policy Top  •  Report a Problem