RTX Remix mod for Need for Speed Underground 2
Video Version or reader's version:
.dds
and .usd
. OBS: .usda
aren't binary and we want to see and review their content. Link
git lfs install
.USD Composer (Formerly named Create)
, the main tool we use to manipulate USD/USDA files and develop the modifications to the game.scripts/NFSUnderground2.WidescreenFix.ini
with a text editor so WindowedMode = 4
and Skip Intro = 1
.dinput8.dll
file to dsound.dll
..trex
folder will be next to SPEED2.exe
. Link (GitHub Login required to see the links)..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 git@github.com: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
rtx-remix-defaults/rtx.conf
in the same folder as your SPEED2.exe
.