This is a custom d3d9.dll that enables more display modes for the three second era Tomb Raider games. This allows you to play the game in "windowed mode", as well as "borderless-window mode"
- Tomb Raider: Legend
- Tomb Raider: Anniversary
- Tomb Raider: Underworld
- Download the latest dll from the release page
- Navigate to your Tomb Raider game directory
- Place the d3d9.dll in the same folder as the Tomb Raider game binary (exe file)
- Start the game
- Press F5 to switch the mode
- Start the game
- Press F6 to toggle always on top
- Start the game
- Press F8 to toggle mouse capture.
This can be useful if you want to interact with the TRAE Menu Hook.
You need Visual Studio to compile the dll. Just import the trashim.sln
project file. Before you start the build you have to change the active configuration to "Release" and "Win32" as target platform.
After the build is completed the final d3d9.dll
will be located in the Release
folder.