As touch HD owners might have found out, this game won't work properly in our devices: The screen bottom is messed up and the menus can't be acessed.
Here's a solution so that you might enjoy it (it will be VGA only).
You'll nedd to install
MortScript and
WVGAFix3. (Don't ask, Google is your friend.)
Then create a text file called
Traffic Jam 2.mscr and place it in the game's folder. It should contain the following:
Code: Select allwvgafix="\windows\wvgafix3app.exe"
# wvga=800 vga=640 sqvga=480
resolution=640
prog="\memory card\programs\traffic jam 2\tj2.exe"
ErrorLevel("syntax")
RunWait(wvgafix, "-"&resolution)
WaitFor("FingerKeyb",1)
SendOK ("FingerKeyb")
RunWait(prog)
Sleep(1000)
Run(wvgafix, "-800") You should edit the first lines, so that they'll will match your instalation. As you can see, you can use this for any other game/application that won't run properly on the HD due to resolution.
Note: the two lines refering "FingerKeyb" are to dismiss the error caused by Finger Keyboard 2 regarding the new resolution, don't worry if you don't have this app installed, it won't cause any problem running this script.
But to make things tidy, create another text file, called
Traffic Jam 2.lnk and place it on the
\windows\start menu\programs\games folder (or whatever your equivalent is) replacing the one already there. It should contain the following:
Code: Select all80#"\memory card\programs\traffic jam 2\traffic jam 2.mscr"?\memory card\programs\traffic jam 2\tj2.exe,0 Again you should use the correct path to your installation. You can also use this for any other game/app.
And there you go, a new shortcut on your games folder that will change the resolution to VGA, run the game properly, and put your WVGA resolution back at the end.
Hope this will be useful to some HD owners.