Search results

  1. Clownacy

    org2xm won't open

    I've uploaded an EXE.
  2. Clownacy

    Decompiling the Cave Story 3D Website

    ...Just download them: add the filename to the end of 'https://nisamerica.com/games/cave-story/'.
  3. Clownacy

    CSE2 - The Cave Story decompilation project

    I think I need to explain a few things, since this constant game of telephone is getting ridiculous. The GitHub repo was DMCA'd by a representative of Nicalis, who claimed it contained Cave Story's source code. Whether a decompilation counts as a source code leak is probably up for debate...
  4. Clownacy

    Decompiling the Cave Story 3D Website

    Here you go: https://nisamerica.com/games/cave-story/sound/curlySofterFin.mp3 https://nisamerica.com/games/cave-story/sound/CurlyOrchestra1.mp3 https://nisamerica.com/games/cave-story/sound/CurlyTrance1.mp3 Getting ahold of those was more complicated than I was expecting: there are actually two...
  5. Clownacy

    CSE2 - The Cave Story decompilation project

    Well, I guess this is the first portable-only CSE2 update: CSE2 v2.2 Download here Font overhaul The main focus of this update is the font system, which has always been the least accurate part of CSE2. Where do I begin... well, for starters, the font system no longer emulates a bug in the...
  6. Clownacy

    Ikachan DS homebrew (release)

    For a nerd like me that likes the technical side of things, could you post a write-up of how this port was made? Stuff like what portability issues there were and how you overcame them, what the homebrew devkit and APIs are like, what changes had to be made to the game to get it to work well on...
  7. Clownacy

    CSE2 - The Cave Story decompilation project

    For anyone really new to C++ who wants to compile CSE2, I've added a guide (with pictures) to the main post. Unlike other guides, this one uses Visual Studio, which should hopefully simplify a lot of the compilation process while also providing a handy-dandy IDE for making code modifications.
  8. Clownacy

    CSE2 - The Cave Story decompilation project

    CSE2's had a bit of a shuffle. Basically, the Enhanced branch has been killed-off - I don't want to be in charge of making a definitive version of Cave Story; it's just not my thing. Instead, I'm leaving that up to the various forks out there. The CSE2 project will now focus on providing an...
  9. Clownacy

    CSE2 - The Cave Story decompilation project

    Things have been a little slow lately, so here's more of a maintenance release: CSE2 v2.1.1 Binaries: CSE2 - Portable CSE2 - Enhanced Enhanced Support for a new soundtrack has been added: DM Dokuro's 'Cave Story Arranged'. You might remember this from my old DLL loader - unlike the DLL...
  10. Clownacy

    A Java game made 10 years ago that still lags on modern hardware is unoptimised? Perish the...

    A Java game made 10 years ago that still lags on modern hardware is unoptimised? Perish the thought...
  11. Clownacy

    CSE2 - The Cave Story decompilation project

    Oh wow, thanks for catching that. It turns out I converted some WinAPI code to SDL2 incorrectly (it only processes one input per frame instead of every available input like the original does).
  12. Clownacy

    Has anyone had luck getting the English version running on Windows 98?

    I don't know why the patched EXE wouldn't work, but some people have had success running Cave Story on versions of Windows as far back as 95 by recompiling it with Visual Studio 6, using CSE2. If you want, I can make an EXE like that.
  13. Clownacy

    Programming Language used in Cave Story+?

    C++ - the same as regular Cave Story.
  14. Clownacy

    CSE2 - The Cave Story decompilation project

    Thanks - updated with a fix.
  15. Clownacy

    CSE2 - The Cave Story decompilation project

    Whoops, sorry - my Windows builder had bad CMake settings. If you redownload CSE2E, the problem should be fixed now.
  16. Clownacy

    CSE2 - The Cave Story decompilation project

    Geez-Louise, has it really been that long since the last update? Scope-creep is a real pain. This update just kind of kept accumulating features, meaning the earlier ones have been kept hidden all this time. Anyway, here's CSE2 v2.1. CSE2 v2.1 Binaries: CSE2 - Portable CSE2 - Enhanced...
  17. 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.
  18. 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...
  19. Clownacy

    BLink's ULTIMATE resource guide to modding (CSE2) Cave Story 2023 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...
  20. 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.
  21. 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...
  22. 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
Top