Pokemon tcg

From wikinotes

wine

I was able to install pokemon TCG without much of a problem by running:

wine msiexec pokemonTCG.msi

The installer didn't finish in the gui, but I left it alone for an hour or so then closed the installer and it ran fine. The output resolution doesn't have to be 1280x720, it can be any resolution the game is capable of. The game is not capable of 1280x768, and it will crash if you try to launch it in that resolution. Recently I haven't been able to run it.

#/usr/bin/pokemon-tcg

#!/bin/bash
#-------------
xrandr --output LVDS --mode 1280x720
export WINEARCH="win32"
export WINEPREFIX="/home/will/.wine/x86"

env WINEPREFIX="/home/will/.wine/x86" wine C:\\windows\\command\\start.exe /Unix /home/will/.wine/x86/dosdevices/c:/users/will/Start\ Menu/Programs/Pokémon\ Trading\ Card\ Game\ Online/Pokémon\ Trading\ Card\ Game\ Online.lnk