1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-08 12:07:33 +00:00

readme update

This commit is contained in:
Alula 2020-11-01 20:58:33 +01:00
parent 69e2b00cdc
commit 8e01166ab0
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -31,9 +31,9 @@ Vanilla Cave Story does not work yet because some important data files have been
**Cave Story+** **Cave Story+**
- PC release - Copy `data` folder from installation directory ([guide for Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=760447682)) to the runtime directory. - PC release - Copy `data` folder from installation directory ([guide for Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=760447682)) to the runtime directory.
- Switch release - Not supported, because extracting the data files from the console is complicated and requires - Switch release - **Not supported or actively tested.** Some of release-specific opcodes have been implemented (no code
device-specific decryption keys. Some of release-specific features have been implemented, so you should be able to play decompilation was involved, just pure data file analysis), so you should be able to play it without any major issues.
it without any major issues. Google will likely help you if you really want to. Because methods used to extract game data from cartridge vary, you have to find that out on your own.
#### Roadmap #### Roadmap
@ -51,7 +51,7 @@ it without any major issues. Google will likely help you if you really want to.
- [x] HUD - [x] HUD
- [ ] Text scripts (TSC) - [ ] Text scripts (TSC)
- [x] Initial implementation - [x] Initial implementation
- [ ] Full implementation of opcodes (~80% done) - [ ] Full implementation of opcodes (~90% done)
- [ ] Credits - [ ] Credits
- [x] Shift-JIS encoding support - [x] Shift-JIS encoding support
- [ ] Audio - [ ] Audio
@ -65,8 +65,8 @@ it without any major issues. Google will likely help you if you really want to.
- [ ] Bosses - [ ] Bosses
- [x] First Cave - [x] First Cave
- [x] Mimiga Village - [x] Mimiga Village
- [ ] Egg Corridor (~70% done) - [x] Egg Corridor
- [ ] Grasstown (~10% done) - [ ] Grasstown (~30% done)
- [ ] Sand Zone (~10% done) - [ ] Sand Zone (~10% done)
- [ ] Labirynth (~10% done) - [ ] Labirynth (~10% done)
- [ ] Outer Wall - [ ] Outer Wall
@ -95,7 +95,7 @@ it without any major issues. Google will likely help you if you really want to.
- [ ] Level editor - [ ] Level editor
- [ ] Texture auto-reload mode for spriters - [ ] Texture auto-reload mode for spriters
- [x] Saving and loading game state - [x] Saving and loading game state
- [ ] Data file support - [ ] Support for different game editions
- [ ] Vanilla - [ ] Vanilla
- [x] Modified vanilla - [x] Modified vanilla
- [ ] Cave Story+ - [ ] Cave Story+