Tron 2.0 on Linux: Notes & Tips
| Title | Tron 2.0 |
|---|---|
| Year | 2003 |
| Developer | Monolith Productions, Inc. |
| Graphics API | Direct3D 9 |
| Audio API | DirectMusic, DirectSound |
Additional Notes
- Tested Version: GOG release of Tron 2.0
- Wine Version:
wine-ge-proton8-26 - DXVK version:
2.7.1to translate DirectX 9 calls to Vulkan for improved performance and compatibility.
Setup Notes
- The game text appeared as blocks and lines due to a corrupted
autoexec.cfg.- Replacing this file resolved the issue.
- Installed the following components using Winetricks:
openaldirectmusic
Launcher Issue: Install Button Only
The launcher only showed the Install button instead of Play.
To fix this:
- Created a symlink to the game folder inside
Program Files (x86). - Created a
.regfile with the following content to update the Windows registry: Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Monolith Productions\Tron 2.0\1.0]"installdir"="C:\\Program Files (x86)\\Tron 2.0"- After applying the registry update, the launcher displayed the Play button correctly.
Audio Notes
- The game uses DirectMusic for dynamic music.
- Using DSOAL disables music playback.
- As of now, restoring EAX is not possible without affecting music.
- Alchemy does not work under Wine due to a missing
snddrv.dlllibrary.
Bypassing the Launcher
To launch the game directly without using the launcher:
- Navigate to the installation folder.
- Right-click
Lithtech.exeand create a shortcut. - Right-click the shortcut → Properties.
- In the Target field, append:
-cmdfile launchcmds.txt - Click Apply or OK and use this shortcut to launch the game.
Note: You still need to run the launcher when installing new mods, as it updates the game settings to include them.
Mouse Cursor Not Visible
If the mouse cursor is missing in-game, there are two ways to fix it:
Method 1: Disable Hardware Cursor (Launcher Option)
- Run the Tron 2.0 launcher.
- Click Options.
- Check or uncheck the box next to Disable Hardware Cursor.
- Click OK.
This may resolve the issue, but results can vary depending on your system.
Method 2: Use dgVoodoo2 (Recommended)
Using dgVoodoo2 not only restores mouse visibility but also improves graphics compatibility.
Steps:
- Download dgVoodoo2 and extract the files.
- Place the following files into the game folder:
D3D9.dlldgVoodoo.conf
- Launch the game, the mouse cursor should now be visible.
Patch & Performance Tweaks
- Applied the Unofficial Patch v1.042.
- After patching, the game version is:
TRON 2.0 v1.042cxp
- After patching, the game version is:
- Limited frame rate by setting:
DXVK_FRAME_RATE=60