b671cf2388
want to win races. In career mode you start with a regular bike, but when you win races you get experience, and experience let's you improve your bike. If you win championships, you can also unlock hidden features. WWW: http://motogt.sourceforge.net/
4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
exec %%PREFIX%%/libexec/MotoGT.bin "$@"
|