• 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

    misconceptions you had about the game/characters the very first time you played

    I didn't realise Toroko died. Judging by the sound, I thought she was just teleported away. It actually took me several playthroughs to finally notice. Kinda depressing, realising she was dead all along - it was like a dramatic plot-twist or something.
  2. Clownacy

    Is Sue black?

    The sprites are weirdly-inconsistent when it comes to skin-colour. For example: in their in-game sprites, the Doctor and Jenka are the same colour as Sue, yet their facepics depict them as being closer to Momorin and Kazuma. If I had to read between the lines... maybe it's not just that Sue is...
  3. Clownacy

    BLink's ULTIMATE resource guide to modding (CSE2) Cave Story 2025 edition

    https://www.tutorialspoint.com/cprogramming/c_overview.htm This might not be the best tutorial in the world, but it's the one I used to learn C back in 2014. Just be aware - it'll make you install the original MinGW, which pales in comparison to MSYS2. Still, the way I went about it was that I...
  4. 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.
  5. 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...
  6. 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
  7. 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
  8. 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...
  9. Clownacy

    Do you believe Nicalis stole the rights

    Personally, I want to know who holds copyright over Cave Story's original source code.
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. Clownacy

    Cave Story GM

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

    Cave Story GM

    That Sue facepic is amazing.
  17. Clownacy

    Cave Story Deluxe 3.0 (again???)

    PrEpArE tO bE dMcA'd
  18. 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.
  19. 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.
  20. 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...
  21. 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.
  22. 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.
  23. 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.
Back
Top