This DLL replacement mod allows enabling achievements in Fallout 4 VR for modded games.
- Grab the compiled DLLs from the releases page.
- Unzip the contents in your
Steam\SteamApps\common\Fallout 4 VR
directory, replacingsteam_api64.dll
. Make sure you have bothsteam_api64.dll
andsteam_api64_org.dll
in this folder after unpacking the contents. - Start the game and enjoy
- Open the project in Visual Studio
- Go to Build --> Configuration Manager and select
Release
for "Active solution configuration" andx64
for the platform - Open the project's settings, "General" --> "Target Name" and set it to
steam_api64
- For 1.0 Only: Again in the project's settings, "Linker" --> "Module definition file" and set it to
steam_api64.def
- Compile and you'll have the patched
steam_api64.dll
inProject\x64\Release
- Remember to rename the original
steam_api64.dll
in your Fallout 4 VR directory tosteam_api64_org.dll
before moving your compiled version there.
- Sumwunn for the original Fallout 4 Achievements Enabler Mod (and the patch code)
- wwwc for his Proxy DLL Maker
- gir489/NTAuthority for the pattern scanner header