Go to file
Alula 5efd3f3c92
general cleanup, hooks and android build fix
2021-03-29 23:19:07 +02:00
.cargo Initial Android support and some ggez rewrite 2020-10-07 16:08:12 +02:00
.github/workflows remove arm64 build since linking opengl is kinda broken 2020-11-25 15:12:33 +01:00
app general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
drsandroid general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
src general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
.appveyor.yml do not cache .rustup 2021-02-10 15:27:02 +01:00
.gitignore ignore Profile.dat files 2020-09-22 21:09:51 +02:00
Cargo.toml general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
LICENSE initial commit 2020-08-18 18:46:07 +02:00
README.md credit more people 2021-03-23 15:25:40 +01:00
build.rs general cleanup, hooks and android build fix 2021-03-29 23:19:07 +02:00
rustfmt.toml ogg playback and persistent settings 2021-02-12 11:05:28 +01:00

README.md

doukutsu-rs

Release

Download latest Nightly builds (Requires being logged in to GitHub)

A re-implementation of Cave Story (Doukutsu Monogatari) engine written in Rust.

The project is still incomplete and not fully playable yet. Click here to see the current status of the project.

Join the Discord server

Data files

This repository does not contain any copyrighted files.

For better user experience, pre-built binaries are distributed with slightly modified freeware game files.

doukutsu-rs should work fine with pre-extracted and tweaked data files from this repository, NXEngine(-evo) extracted freeware data files and Cave Story+ data files.

Vanilla Cave Story does not work yet because some important data files have been embedded inside the executable. and we don't have a loader/extractor implemented yet.

Where to get them?

Freeware

Cave Story+

  • PC release (Steam) - (Tested only with Steam version, both Windows and Linux builds) Copy data folder from installation directory (guide for Steam) to the runtime directory.
  • PC release (EGS) - (Untested, but the game is essentially the same as Steam release) Same thing as with Steam version.
  • Switch release - (Tested once, no guarantee to work) You need a hacked Switch and physical release. Google should help you.

Mandatory screenshots

Freeware data files:

Japanese Freeware

Cave Story+ data files:

CS+ with enhanced graphics

Credits

  • Studio Pixel/Nicalis for Cave Story
  • ggez - we took few bits from it while moving away to SDL2.
  • @ClayHanson_ - for letting us use his .pxchar skin format from Cave Story Multiplayer mod.
  • Cave Story Tribute Site - has lots of useful resources related to the game.
  • CSE2 - widescreen fixes, mutual help in various things.
  • LunarLambda for organism - which is being used by us as .org playback engine.
  • @uselesscalcium - Android port icon artwork