Getting started
Requirements
1.) Game is installed.
2.) Game is activated. See section Unlocker if you need help with activation.
Installation
1.) Download the latest stable release .
2.) Extract the files to the same folder as GridGame.exe
. The default location is:
C:\Program Files (x86)\Disney Interactive Studios\Tron Evolution\Binaries\Win32Live
3.) Launch the game with the replaced GridGameLauncher.exe
Unlocker
TEM comes with an unlocker tool that allows anyone to generate their unlock code for product activation on their local machine. This only works if you also installed SecuROM's offline installer package.
Click to preview
XDead (optional)
TEM works in combination with XDead, which replaces Games for Windows Live (GFWL) aka XLive. This is the quickest and easiest way to get past GFWL installation and authentication. This means that no Microsoft account is needed.
Linux
Because of XDead, we can easily get the game to run under Linux with Wine.
- Make sure to use 32-bit version of Wine with
WINEARCH=win32
(only required for the first time). - Install
dinput8
andphysx
with Winetricks. - Assuming installation did not work or was skipped: Use
wine regedit
to set the required registry values inHKEY_LOCAL_MACHINE\Software\Disney Interactive Studios\tr2npc
:InstallPath REG_SZ "C:\Program Files (x86)\Disney Interactive Studios\Tron Evolution\Binaries\Win32Live"
Language REG_SZ "EN"
(other supported languages areDE
,FR
,ES
,IT
,JP
,RU
,PL
,NL
,CZ
)
- Disable default logging for more performance with
WINEDEBUG=-all
- By default Wine loads its own
dinput8.dll
version. Simply useWINEDLLOVERRIDES="dinput8=n"
to use TEM's proxy.
# Install requirements
winetricks -q physx dinput8
# Optional: Manually add registry values
wine regedit
# Launch
WINEDEBUG=-all WINEDLLOVERRIDES="dinput8=n" wine GridGameLauncher.exe