Go to file
dawnDus 8cd22b932b
Set width of soundtrack menu to longest
2022-02-10 18:37:08 -05:00
.cargo Initial Android support and some ggez rewrite 2020-10-07 16:08:12 +02:00
.github/workflows try to fix linux builds 2022-01-08 05:54:57 +01:00
app reformat 2022-01-05 04:15:19 +01:00
drsandroid fix android build 2022-01-16 02:57:12 +01:00
misc/json-schemas various tweaks, dskinmeta format 2021-06-21 13:12:58 +02:00
src Set width of soundtrack menu to longest 2022-02-10 18:37:08 -05:00
.appveyor.yml change version to 0.99.0 in appveyor builds 2022-01-23 18:17:01 +01:00
.gitignore macOS tweaks / CI builds 2021-08-13 03:46:41 +02:00
Cargo.toml Add support for triangle rendering using SDL 2.0.17+ APIs 2022-02-10 06:01:58 +01:00
LICENSE initial commit 2020-08-18 18:46:07 +02:00
README.md fix credit list appearance 2022-01-23 05:05:44 +01:00
build.rs Merge branch 'master' of github.com:alula/doukutsu-rs 2021-08-16 19:12:09 +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 fully playable re-implementation of Cave Story (Doukutsu Monogatari) engine written in Rust.

Join the Discord server

Data files

This repository does not contain any copyrighted files.

For better user experience, AppVeyor builds 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+ (not fully supported)

  • Original version (first released in 2011 on Steam)
    • PC release (Steam) - Copy data folder from installation directory (guide for Steam) to the runtime directory.
    • PC release (Epic Games Store) - Essentially the same thing as with Steam version.
    • PC release (Humble Bundle) - Essentially the same thing as with Steam version.
    • PC release (GOG) - Essentially the same thing as with Steam version.
  • Remastered version (first released in 2017 on Switch)
    • Switch release - (tested only with eShop version) Extract data directory from romfs. Requires a hacked console and a recent and legal copy of the game. If you don't know how, look in Google how to exactly do that because the methods really differ.

Mandatory screenshots

Freeware data files:

Japanese Freeware

Cave Story+ data files:

CS+ with enhanced graphics

Credits

  • Studio Pixel/Nicalis for Cave Story
  • @uselesscalcium - Android port icon artwork
  • Daedily - banner / server icon artwork
  • ggez - parts of it are used in crate::framework, notably the VFS code.
  • @ClayHanson_ - for letting us use his .pxchar skin format from Cave Story Multiplayer mod.
  • Clownacy - widescreen camera code.
  • LunarLambda for organism - used as basis for our Organya playback engine.