• 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

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

    Ah, right. 51 isn't unlocked in Fall, it's in Ballo2. Achievements that depend on the good ending unlock properly, so 51 should be processed properly. Each achievement is represented by a string, which is passed to the steam_api.dll file. Maybe the good ending's one is wrong. The one in the game...
  2. Clownacy

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

    I think I found the cause. Turns out a fix only requires a simple TSC modification. I did some digging through the Cave Story+ EXE, and found the code for triggering achievements. Each achievement is assigned an ID: the Normal Ending achievement ID is 50, the Mimiga Mask Ending is 52, and the...
  3. Clownacy

    Quick Modding/Hacking Answers Thread

    While looking over Freeware Cave Story's control code, I noticed some strange keys. F5 disables controllers if they were enabled in DoConfig, allowing the keyboard controls to be used The '+' key acts as a second Up key when the arrow keys are mapped to letters in DoConfig. This seems odd at...
  4. Clownacy

    Cave Story android version (BETA) + download link

    I'm just judging from the video, but there are a few things I noticed. "Silver Locked"? I don't recall this being an error in the original translation. Did you rewrite the script yourself? Everything seems to lag behind the camera, not just the gun. Do your objects draw themselves before you...
  5. Clownacy

    DLL Mod Loader + Extra music formats mod

    I fixed a glaring bug in the Org fallback feature, and got Org11 lastbtl to work properly (that's what I get for not playtesting enough). New mod: I decided to try out my PS3 controller (using SCPToolKit drivers), and was only able to control Quote with the analogue stick, not the D-Pad. In my...
  6. Clownacy

    DLL Mod Loader + Extra music formats mod

    So here's an update. I expanded the Ogg mod's DLL system into a mod loader: what used to be a.dll is now mod_loader.dll, which loads various other DLLs placed in the new mods folder. The Ogg mod has been split into one such DLL file. In fact, there are now two of them: new to this mod is support...
  7. Clownacy

    DLL Mod Loader + Extra music formats mod

    The DLL is 32-bit. MinGW-w64, despite its name, can produce 32-bit binaries. All the other DLLs are 32-bit too, otherwise they wouldn't run on my 32-bit Windows installations. So it was a driver bug all along? I don't think I'd have ever guessed that... Thanks for putting up with this for the...
  8. Clownacy

    DLL Mod Loader + Extra music formats mod

    Oh dear, that just raises more questions... There are three parts of the loader that could be wrong, and that only proved one of them was working. The other two would be getting the loader to not find the DLL's main function, and also making it load a function that doesn't do anything. Failing...
  9. Clownacy

    DLL Mod Loader + Extra music formats mod

    Yes, but if the error occurs even with the a.dll file removed, that means the crash could have only been caused by the loader, which would really help narrow-down the search for the cause.
  10. Clownacy

    DLL Mod Loader + Extra music formats mod

    Strange. The only noexecute code I used was the DLL loader, and that got relocated to the text segment before I released it anyway. I know it'd be a pain to test, but does that occur if the a.dll file is removed? Sorry to have to ask, but it doesn't look like any of my PCs support NoExecute...
  11. Clownacy

    DLL Mod Loader + Extra music formats mod

    Seriously? So much for Google being helpful.
  12. Clownacy

    DLL Mod Loader + Extra music formats mod

    DEPRECATION NOTICE This project is no longer in active development! Users are recommended to switch to CSE2E Cave Story: Tweaked. Ogg Music Mod Extra Music Formats Mod It wasn't very long ago that I figured out how to make Freeware Cave Story run at 60FPS, only to find someone had beat me to...
Back
Top