/nopssdk

A tiny library that fully strips the PlayStation PC SDK runtime requirement for God of War Ragnarok.

Primary LanguageC++MIT LicenseMIT

🎮 🚨 NoPSSDK v1.0.3

GitHub All Releases

A tiny library that fully strips the PlayStation PC SDK runtime requirement for God of War Ragnarok.

Why?

There is a number of people that encountered various unexpected errors and issues, e.g. a sudden error message popup and more. This library attempts to resolve all the possible issues related to the PlayStation PC SDK.

Notes

This project does not touch or modify any original game code and is NOT intended to encourage piracy.

Usage

Windows

  1. Download the latest release
  2. Copy the version.dll and PsPcSdk.dll to the game folder
  3. Enjoy!

Linux (Wine) / SteamOS

  1. Download the latest release
  2. Copy the version.dll and PsPcSdk.dll to the game folder
  3. Add the following launch parameters to the game executable: SteamDeck=0 WINEDLLOVERRIDES="version=n,b" %command%
  4. Enjoy!

Troubleshooting:

If you still encounter the login screen error, make sure to remove this file first:

  • C:\Users\[Username]\\Saved Games\God of War Ragnarök\[AccountID]\userpreferences

Upon the first popup when it asks to link the Steam account, press NO button.

image

NexusMods link

Stuff used

Credits

  • jason098 (Linux tests and tips)
  • Ameribear (Reuploading the latest Nexus Mods version)

Compilation notes

  • Visual Studio 2022 is required to compile this project
  • PlayStation PC Runtime SDK is not included in the source code. I have no idea what iArtorias was doing with it or why it was being redistributed.