Skip to content

Commit f91fbcf

Browse files
committed
Update the readme
1 parent 7fe790c commit f91fbcf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Learn more at https://skarsnik.github.io/Savestate2snes/
88
You need USB2SNES firmware 6 or later installed on your sd2snes and the desktop application.
99
Find them at https://github.com/RedGuyyyy/sd2snes/releases and follow the instructions.
1010

11+
For SNES Classic, you will need it to be patched with Hakchi2 CE
12+
and remove the Clovershell Deamon module.
13+
1114
Some free space on your system.
1215

1316
# Usage
@@ -51,6 +54,21 @@ The patch has special code for some games (like super metroid) to restore sound
5154

5255
If it does not work properly with your game try to contact a romhacker of your game or Redguyyyy to come up with a fix.
5356

57+
# SNES Classic
58+
59+
Hack your SNES Classic with hakchi2 CE and remove the Clovershell Deamon module.
60+
You need to install the serverstuff mod, you should find the serverstuff.hmod in Savestate2Snes folder, copy it to the user_mods folders on Hakchi2 CE,
61+
start Hakchi2 and go into the install mod menu
62+
Power on your console
63+
Start Savestate2snes and choose a Savestate directory
64+
Select the SNES Classic mode
65+
Create a new game with the New game button
66+
Right-click on the category view to add a category and click on it (you can do sub categories!)
67+
Run the game you want to use Savestate2snes with
68+
When the init button became available click on it and wait until the game restart
69+
Load/Save/Make Savestate buttons should be available: You are good to go!
70+
You will need to power off/on the console and restart Savestate2snes if you want to change game
71+
5472
# Issues
5573

5674
If you find an issue with Savestate2snes the best way to repport it is to create an issue on the github project page (https://github.com/Skarsnik/Savestate2snes/issues)

deploy.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ xcopy /y %projectPath%\Translations\savestate2snes_de.qm %deployPath%\i18n
4545
xcopy /y %projectPath%\Translations\savestate2snes_sv.qm %deployPath%\i18n
4646
xcopy /y %projectPath%\Translations\savestate2snes_nl.qm %deployPath%\i18n
4747

48+
xcopy /y F:\Project\snesclassicstuff\serverstuff\hmod\serverstuff.hmod %deployPath%
49+
4850

4951
xcopy /y %projectPath%\License-GPL3.txt %deployPath%
5052
xcopy /i /y %projectPath%\README.md %deployPath%\Readme.txt

0 commit comments

Comments
 (0)