Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
SDK runtime does not in fact need to be redistributed.
  • Loading branch information
dandykong authored Oct 6, 2024
1 parent ab7fe64 commit 8b19a59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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.

0 comments on commit 8b19a59

Please sign in to comment.