> For the complete documentation index, see [llms.txt](https://doukutsu-rs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doukutsu-rs.gitbook.io/docs/getting-started/how-to-acquire-data-files/cave-story+-2011-pc-release.md).

# Cave Story+ - 2011 PC release

## Cave Story+ - 2011 PC release

This section covers acquiring the data files for the original 2011 PC release of Cave Story+, often referred to simply as "Cave Story+". This version was released on various digital storefronts. doukutsu-rs is designed to be a drop-in replacement for this version, requiring no modifications to your existing game files.

Here's a breakdown of the supported versions and where to get them:

**Recommended Version: Steam**

{% hint style="warning" icon="steam" %}
On June 9, 2026, an update was released for the Steam version of Cave Story+, which changed the structure of the `data` folder significantly, making it incompatible with doukutsu-rs.

Since there is currently no support for data files from this update, you will need to switch to a previous version of Cave Story+ to use its data files: `Cave Story+` -> `Properties` -> `Game versions & Betas` -> `legacy`.
{% endhint %}

* **Link:** <https://store.steampowered.com/app/200900/Cave_Story/>
* **Why it's recommended:** The Steam version is generally the most well-maintained and feature-complete version of the 2011 PC release. It includes extras like achievements and cloud saves (though note that Steam Achievements are *not* directly supported by doukutsu-rs). If you're buying Cave Story+ for the first time, this is the version we recommend.

**Epic Games Store and Humble Bundle**

* **Epic Games Store Link:** <https://store.epicgames.com/en-US/p/cave-story-plus>
* **Humble Bundle Link:** <https://www.humblebundle.com/store/cave-story>
* **Notes:** These versions are largely identical to the Steam release in terms of data files and the core executable. They lack the Steam-specific features like leaderboards and achievements. If you happened to get Cave Story+ for free during one of the Epic Games Store giveaways, you're good to go!

**GOG Version -&#x20;*****Not Recommended***

* **GOG Link:** <https://www.gog.com/en/game/cave_story>
* **Important Warning:** We strongly advise *against* purchasing the GOG version of Cave Story+. This version suffers from a number of significant technical issues due to a poorly executed port. These problems include:
  * **Incorrect Frame Timing:** The game may run much too fast or too slow, making it difficult or impossible to play correctly.
  * **Broken Organya Music:** The in-game music (Organya) playback is flawed, with tracks restarting instead of resuming, and generally sounding incorrect.
  * **Missing Cutscenes:** Some cutscenes, like the falling island sequence, freeze the game for a couple of seconds.
  * **Broken pausing:** Pausing the game can cause glitches.
  * Various other small issues, such as incorrect text colors, are also present.

The GOG version adds no value over the Steam, Epic Games Store, or Humble Bundle versions, and introduces numerous game-breaking bugs. It is, frankly, a waste of money. While doukutsu-rs can mitigate *some* of these issues, the underlying problems with the GOG release remain. We strongly recommend obtaining Cave Story+ from a different source.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doukutsu-rs.gitbook.io/docs/getting-started/how-to-acquire-data-files/cave-story+-2011-pc-release.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
