1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-25 23:12:56 +00:00

readme update

This commit is contained in:
Alula 2020-09-05 01:47:17 +02:00
parent cb066cbf9c
commit 57176d5d0e
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -35,21 +35,28 @@ Vanilla Cave Story does not work yet because some important data files are embed
- [x] Player and it's animations
- [x] Carets
- [ ] Bullets
- [ ] NPCs
- [x] NPCs
- [x] Text
- [ ] HUD
- [ ] Text scripts (TSC)
- [x] Initial implementation
- [x] Execution of basic subset of opcodes and game conversations
- [ ] Shift-JIS encoding
- [ ] Full implementation
- [ ] Full implementation of opcodes
- [ ] Shift-JIS encoding support
- [ ] Audio
- [x] Organya BGM playback
- [x] Text script bindings
- [ ] CS+ style .ogg BGM playback
- [ ] PixTone SFX
- [ ] NPCs/entities
- [x] Initial implementation
- [ ] Miscellaneous entities
- [ ] First Cave
- [ ] Mimiga Village
- [ ] Egg Corridor
- [ ] Weapons
- [ ] Initial implementation
- [ ] Polar Star
- [ ] Modding enhancements and built-in tools
- [x] Debugger
- [ ] Level editor