I see the instructions on the first page seem to be quite old. All in all you might reduce the instructions to the following steps:
1. Install the game with wine
Code:
wine <game_install_file.exe>
2. Install ie7 and native d3dx9_36.dll using winetricks
Code:
wget http://winetricks.org/winetricks
chmod 755 winetricks
./winetricks d3dx9_36 ie7
3. Run it and have fun :-)
Code:
cd <game_directory>
wine <game_binary.exe>
ie7 is ONLY needed for activation and NOT needed for the following games which use a different activation method:
- Back To The Future
- Hector
- The Secret of Monkey Island: Special Edition
Native d3dx9_36 is not needed for all Telltale games, too, but it doesn't hurt to have it installed either.
Requirements are of course installed 3D drivers. I am using an NVIDIA card with native drivers and can't say anything about other cards and drivers.
Installed Wine is of course mandatory, too. I am usually using the newest version.
For convenience I just wrote a small script (the extension ".txt" should be removed):
Code:
chmod 755 telltale-games-installer.sh
./telltale-games-installer.sh <game_install_file.exe> [ <wine install directory> ]
In case of problems or comments, post here.