RTX Remix mod for Need for Speed Underground 2
- Underground 2 Widescreenfix: For nowadays FHD to excessively giga wide screens.
- RTX-Remix: Nvidia modding tool to intercept the game and load the mod files.
- Bridge Remix
- DXVK-Remix
Video Version or reader's version:
- Automated installer coming soon! For now, install the dependencies as mentioned below and instead of using git, download the release file and unzip it into your game folder:
https://github.com/Ekozmaster/NFSU2-RTX-Remix/releases
- git for Windows. Download
- git LFS extension to manage large binary files like
.dds
and.usd
. OBS:.usda
aren't binary and we want to see and review their content. Link- The repo is already setup, you just need to run
git lfs install
.
- The repo is already setup, you just need to run
- Omniverse Launcher Download
- In the launcher, also install
USD Composer (Formerly named Create)
, the main tool we use to manipulate USD/USDA files and develop the modifications to the game.
- In the launcher, also install
- Download Underground 2 Widescreenfix and paste the contents in the game directory. NFSUnderground2.WidescreenFix.zip.
- Modify the
scripts/NFSUnderground2.WidescreenFix.ini
with a text editor soWindowedMode = 4
andSkip Intro = 1
. - Rename the
dinput8.dll
file todsound.dll
.
- Modify the
- Download RTX-Remix 0.2.0 and paste the contents in the game directory so the
.trex
folder will be next toSPEED2.exe
. Link (GitHub Login required to see the links). - Do the same with Bridge Remix (Release version) Link (GitHub Login required to see the links).
- And with DXVK Remix (Also release version), but paste the files inside the
.trex
folder. Link (GitHub Login required to see the links).
- Using a terminal (Ex: Git bash):
cd "C:\Game-Install-location\" # Initialize an empty repository in the game folder git init # Add NFSU2-RTX-Remix.git repo as the remote origin of this local repo git remote add origin [email protected]:Ekozmaster/NFSU2-RTX-Remix.git # Fetch all the most up to date information about the repo git fetch # Jump into the main branch with "-f" to ignore game files, so you get the latest stuff from the repo git checkout main -f
- Copy the
rtx-remix-defaults/rtx.conf
in the same folder as yourSPEED2.exe
. - Have fun!