Skip to content

chreden/trawindowed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRAWindowed - Tomb Raider Windowed

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"

Supported Games

  • Tomb Raider: Legend
  • Tomb Raider: Anniversary
  • Tomb Raider: Underworld

How to use

Installation

  1. Download the latest dll from the release page
  2. Navigate to your Tomb Raider game directory
  3. Place the d3d9.dll in the same folder as the Tomb Raider game binary (exe file)

Switch display modes

  1. Start the game
  2. Press F5 to switch between bordered and borderless windowed mode.

Toggle Always on Top

  1. Start the game
  2. Press F6 to toggle always on top

Toggle mouse capture

  1. Start the game
  2. Press F8 to toggle mouse capture.

This can be useful if you want to interact with the TRAE Menu Hook.

Command Line Arguments

Passing -borderless to the game exe will launch the game in borderless window mode (as if you had started the game and pressed the toggle button). This can be set via "Launch Options" in Steam.

Information for developers

Build

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.