• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. Clownacy

    Fix Japanese text on Windows 10?

    ...wat. Last I checked, it does work with the Japanese EXE. Also, CSE2 Portable/Enhanced have working Japanese support on English Windows installations.
  2. Clownacy

    DLL Mod Loader + Extra music formats mod

    v1.5.2.1 This is a maintenance release: a bug was found involving weapons appearing far away from the player under certain circumstances. There were also some updates to the music DLL's sound mixer, from early 2019. This project will no longer receive any major updates: any future releases...
  3. Clownacy

    CSE2 - The Cave Story decompilation project

    As per a user suggestion, I've made 60FPS optional in CSE2E. So if you like widescreen, but don't want to lose the original floaty physics, there you go. v2.0.2 - Enhanced
  4. Clownacy

    CSE2 - The Cave Story decompilation project

    Thanks to Aar, some more bugs were found in the enhanced branch. They've been fixed in this update: v2.0.1.2 - Enhanced
  5. Clownacy

    CSE2 - The Cave Story decompilation project

    Darn. Sorry about that: I usually test on Linux, where this issue doesn't happen. It's a really weird bug, actually: there's a bugged command in the Waterway's TSC file, '<FLJ850:0111', which causes the game to read from an invalid place in memory. If what it happens to read is set to 1, it...
  6. Clownacy

    Do you believe Nicalis stole the rights

    Personally, I want to know who holds copyright over Cave Story's original source code.
  7. Clownacy

    Cave Story Engine 2 Switch Port

    Wouldn't CSE2E hurt the sales of CS+ on Steam? EDIT: NXengine-evo has a Switch port as well. If being based on reverse-engineered source code is a problem, then all CSE2 ports are a problem.
  8. Clownacy

    CSE2 or NXEngine?

    CSE2E exists. I can't imagine I Love Cave Story was considering vanilla CSE2, since its goal is to be literally the same as the original.
  9. Clownacy

    CSE2 - The Cave Story decompilation project

    Well that was embarrassing. So not only did CSE2E v2.0 ship with a broken Makefile, but it also had a broken frame-limiter. Well, here's v2.0.1. Usually, for a hotfix release like this, it'd be v2.0.0.1 instead, but this update has an extra feature: since v2.0, I've gone through all the game's...
  10. Clownacy

    CSE2 - The Cave Story decompilation project

    CSE2 v2.0 Geez, has there really not been a release since May? Well, here's v2.0. Why v2.0 and not v1.3? Because we've finally reached the second milestone for the project: ASM-accuracy! The first milestone was making the game completable - playable from beginning to end. Once that was...
  11. Clownacy

    Cave Story GM

    How does ID 62 matching the number of source files indicate that the source files are C++? The focus is ID 60, which is specifically the number of object files linked into the EXE that were generated by a C++ compiler. In Cave Story, it's 2, but in CSE2, it's 71. Edit: Also, that source you...
  12. Clownacy

    Cave Story GM

    According to the Rich Header, it was C, not C++.
  13. Clownacy

    Cave Story GM

    That Sue facepic is amazing.
  14. Clownacy

    Cave Story Deluxe 3.0 (again???)

    PrEpArE tO bE dMcA'd
  15. Clownacy

    CSE2 - The Cave Story decompilation project

    Heisenbug... typical. You could replace 'Debug' with 'RelWithDebInfo' too. That makes a release build, but with enough debug info for gdb to be useful.
  16. Clownacy

    CSE2 - The Cave Story decompilation project

    If I remember right, the Developer Command Prompt is different from the regular command prompt, extending the PATH and defining some environment variables. They're needed for CMake to detect the compiler properly.
  17. Clownacy

    CSE2 - The Cave Story decompilation project

    Google's your friend. The Developer Command Prompt can be found in Windows's start menu, in the Visual Studio folder. 'cd' is a command for changing directory - by default, I think the command prompt opens in the root of the C drive, so you use cd to switch to the build folder that you made...
  18. Clownacy

    CSE2 - The Cave Story decompilation project

    Nope. If you make a debug build, and run it through gdb, you might be able to track down the cause.
  19. Clownacy

    CSE2 - The Cave Story decompilation project

    I doubt it could be that. Just two days ago, I ran the enhanced branch on a device with only 1GB of RAM.
  20. Clownacy

    Was Nicalis a mistake for Pixel?

    "My brother, Kazuma, is stuck in an area called Bushlands." It's the town's name, not a description. It makes perfect sense in English.
  21. Clownacy

    Was Nicalis a mistake for Pixel?

    'Grasstown' wasn't a mistake. The original name was 'Kusamura', with 'mura' being a suffix for villages/towns (heck, the filename for Mimiga Village's music is 'MURA'), and 'kusa' literally meaning 'grass'.
  22. Clownacy

    Does a patch/mod exist for the Curse Broken achievement in Cave Story+?

    Big bump, but this issue's finally been fixed! ... And I didn't get any credit!
  23. Clownacy

    CSE2 - The Cave Story decompilation project

    In the next version of CSE2E, you'll be able to change the sprite resolution by just changing a value in CommonDefines.h. In the meantime, you can try backporting the changes to your copy of the engine.
Back
Top