From 8b19a59d7322da9dea17f4a75a7b07fb7409685f Mon Sep 17 00:00:00 2001 From: dandykong Date: Sun, 6 Oct 2024 12:56:00 -0500 Subject: [PATCH] Update README.md SDK runtime does not in fact need to be redistributed. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73fec4f..7efe8d5 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ This project does not touch or modify any original game code and is NOT intended ### Windows 1. Download the [latest release](https://github.com/dandykong/nopssdk/releases/latest) -2. Copy the `version.dll` and `PsPcSdk.dll` to the game folder +2. Copy `version.dll` to the game folder 3. Enjoy! ### Linux (Wine) / SteamOS 1. Download the [latest release](https://github.com/dandykong/nopssdk/releases/latest) -2. Copy the `version.dll` and `PsPcSdk.dll` to the game folder +2. Copy `version.dll` to the game folder 3. Add the following launch parameters to the game executable: `SteamDeck=0 WINEDLLOVERRIDES="version=n,b" %command%` 4. Enjoy! @@ -52,4 +52,3 @@ Upon the first popup when it asks to link the Steam account, press `NO` button. ## 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.