No-Registry Patch for Fallout New Vegas (GOG Version)
- It fixes launching problems after moving the game to another folder, no Registry keys needed.
- It doesn't touch the Registry at all.
- It makes the game portable.
- Download release builds from the release section or build from source.
- Find the file
GalaxyWrp.dll
in the game folder, rename it toorig_GalaxyWrp.dll
. - Paste the downloaded file
GalaxyWrp.dll
into the game folder.
- MinGW-W64 compiler (version >= 8.0)
- CMake (version >= 3.15)
cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE="Release" -DBUILD_MINGW_STATIC=ON -S"your_source_dir" -B"your_build_dir"
cd your_build_dir
mingw32-make -f Makefile
- MSVC is not supported because it's a lot easier to create a proxy DLL using MinGW.
- This code may works with another versions too, if you create a proxy DLL that loaded by
FalloutNV.exe
andFalloutNVLauncher.exe
.