|
2 | 2 |
|
3 | 3 | Lets you easily load a ROM onto your sd2snes by using usb2snes! Great for Rando runners, and especially great for MSU-1 users. |
4 | 4 |
|
| 5 | +## Building it yourself |
| 6 | + |
| 7 | +Install pyinstaller so you can build the exe, which is a packaged python distribution (no dependancy on python) - `pip install pyinstaller` |
| 8 | +Install the required packages, hopefully requirements.txt is complete - `pip install -r requirements.txt` |
| 9 | +Build the project - `pyinstaller --onefile src/romloader.py` |
| 10 | + |
| 11 | +Usable executable should be in the build directory. |
| 12 | + |
5 | 13 | ## Usage |
6 | 14 |
|
7 | 15 | Put romloader.exe in a place that is likely not to change. Copy romloader.yaml to the same directory as your romloader.exe if you want to customize the behavior. Have Windows open the .sfc or .smc file with romloader.exe! |
@@ -108,27 +116,27 @@ rules: |
108 | 116 |
|
109 | 117 | ## Troubleshooting |
110 | 118 |
|
111 | | -Problem: RomLoader hangs without any input |
| 119 | +**Problem**: RomLoader hangs without any input |
112 | 120 |
|
113 | | -Solutions: |
| 121 | +**Solution**: |
114 | 122 | 1. try restaring usb2snes.exe |
115 | 123 | 2. power off and back on your sd2snes |
116 | 124 | 3. load a game that doesn't use MSU-1 or a special chip via the sd2snes menu |
117 | 125 |
|
118 | 126 | Basically RomLoader is having trouble interacting with the usb2snes. |
119 | 127 |
|
120 | 128 |
|
121 | | -Problem: MSU-1 music doesn't play as expected. |
| 129 | +**Problem**: MSU-1 music doesn't play as expected. |
122 | 130 |
|
123 | | -Solutions: In my testing, I've noticed that sometimes the music won't load |
| 131 | +**Solution**: In my testing, I've noticed that sometimes the music won't load |
124 | 132 | correctly if another game is currently running, especially other MSU-1 or |
125 | 133 | special chip games. Try resetting to the sd2snes menu first before loading |
126 | 134 | your game. |
127 | 135 |
|
128 | 136 |
|
129 | | -Problem: MSU-1 music freezes and plays a really loud sound while RomLoader is |
| 137 | +**Problem**: MSU-1 music freezes and plays a really loud sound while RomLoader is |
130 | 138 | copying the ROM to the SD card. |
131 | 139 |
|
132 | | -Solution: This is a current limitation of MSU-1 and usb2snes. If this is |
| 140 | +**Solution**: This is a current limitation of MSU-1 and usb2snes. If this is |
133 | 141 | annoying (especially if streaming), go to the sd2snes menu first before loading |
134 | 142 | a ROM. |
0 commit comments