• 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. EnlightenedOne

    Surprised no-one posted this here yet!

    Yeah the competition is to win a steam code for EDGE3 (EDGE or EDGE2 was Pixel's preferred art program for all his games), so presumably those participating don't already have the program that they are trying to win a copy of.
  2. EnlightenedOne

    yoooo are yall a live ??

    I check here ~weekly, almost. I'm still kicking.
  3. EnlightenedOne

    Cave Story with a fourth ending

    ...no? It's still here. Me, @Brayconn and others run the server which is still active and that invite link should still work. What error are you getting? Edit: I think I saw your join log message. Type "Jenka" in the welcome channel to get past the bot filter.
  4. EnlightenedOne

    TSC Editor+

    They are talking about Encoding, not Encryption. Booster's Lab allows you to change the encoding because freeware TSC does not use Unicode/UTF-8 but instead ShiftJIS (which for English is mostly akin to Ascii). Your program needs to handle this instead of trying to guess what the encoding is...
  5. EnlightenedOne

    Dominican Cave Story Translation (Prank Mod)

    Hello, I am the admin of Doukutsu Club and the CS Modding Community Discord Server. I saw you've posted this mod 2 hours ago to the site. I have removed it. Things such as "Extremely Offensive Language" and "only for those over 18 years of age since it contains explicit scenes" are not...
  6. EnlightenedOne

    Graphic error in text box

    Don't worry about it. I only know all of these things because I started modding in 2013. These are all the types of questions I asked in my first 5 years of modding too. It's not easy!
  7. EnlightenedOne

    CS+ Steam update

    Would you mind detailing these? I could forward them to the maintainers of that project.
  8. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    An alternative you can use is DeepL, I find that it helps as a 2nd opinion or option alongside Google Translate.
  9. EnlightenedOne

    CS+ Steam update

    Doukutsu-rs maintainers are waiting to see if more patches come out because that will likely change the data formatting even more. CS+ 2026 Update is still in beta and needing bugfixes.
  10. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    Sorry I don't check the forums every day but moreso about once a week. The only way to properly use an .xml hack is with a program like BPP which understands it, but by opening it up like so you can see what the hack is intending to do. In this case, the four bytes starting at "0x44B2B2" denote...
  11. EnlightenedOne

    Graphic error in text box

    It's because the black square in the top left of Face.bmp is still drawn for <FAC0000. Make sure it is black #000000 with no hint of color.
  12. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    The CurlyAI hack, when opened as an .xml in BPP, has a field where you can customize a teleport range (if CurlyAI gets a set distance away from the player, it teleports to the player). Converted to a hex patch without editable fields, it's harder to find those and you now gotta edit it...
  13. EnlightenedOne

    CSE2 vs ModCS vs Hack ASM

    The Extended-Lite branch of CSE2 also supports stage.tbl, the same map format that CS+ uses. Seems its up to preference because I've heard modders actively use both.
  14. EnlightenedOne

    Quick Modding/Hacking Answers Thread

    It calculates the math expression inside [the brackets] and then puts that value in the register (in this case ECX). NOT what's at that memory address, but the value itself. So like, imagine that the value of edx is 4. The instruction: mov ecx, dword[edx+10] would calculate edx+10 (in this case...
  15. EnlightenedOne

    Sue like Curly Boss

    I looked at the script for the original Curly fight. It uses <ANP0400:0010:0002 to animate the boss entity. You will need to place <ANP0201:0010:0002 at the end of event #0200 . The <CNP command changes it into Curly_Boss, but some bosses also need an ANP to activate and start moving. The...
  16. EnlightenedOne

    Sue like Curly Boss

    What editor are you using? Sky Dragon Editor, Booster's Lab, Cave Editor? If it is Cave Editor, I would recommend switching to Sky Dragon Editor (or trying Booster's Lab) as those have better labels. Cave Editor's labels are old and bad and will get you confused with what it calls things. It...
  17. EnlightenedOne

    Where's Pi?

    I mean, who doesn't? The two of them have actually met according to Toby's post on Cave Story's 20th anniversary.
  18. EnlightenedOne

    Where's Pi?

    You're never gonna believe this.
  19. EnlightenedOne

    Avemary Rocket: Captain Patchwork

    Petition to rename this thread to (include) "Avemary Rocket: Captain Patchwork" for clarity. Yeah even Raindrop Sprinters felt like, SUPER SUPER Pixel-esque even though afaik that was 100% room_909's work. It probably helps speed things along when these other people are working on games with...
  20. EnlightenedOne

    AI Enhanced Soundtrack

    This is a small niche forum for a 21 year-old PC game I don't think we're listening to DJ Khaled and Chainsmokers here. 1. Top quality equipment 2. Access to a recording studio 3. Playing an instrument without mistakes 4. Band members You don't need any of that to make music. Daisuke didn't use...
  21. EnlightenedOne

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

    I should probably just directly host that and the ResourceHacker version we use (because new versions, for some reason, force the use of only .bin files for importing into the exe). They're not Cave Story programs per se so it doesn't make sense to be on the Tribute Site, but alas two programs...
  22. EnlightenedOne

    Cave(The game of just a cave((The Shortest mod ever?)))

    I'm suing you for trademark infringement.
  23. EnlightenedOne

    Quick Modding/Hacking Answers Thread

    @Bi_N just so it's explicitly clear for everyone, this means the valid range of skipflags is <SK+0000 to <SK+0063. Skipflag 0064 is not valid. Anything higher will not function as skipflags and instead, iirc, it will function like a regular flag as it's bleeding into the next section of memory...
  24. EnlightenedOne

    EncoreQuest

    It's mostly a bunch of inside jokes of the Encore Discord server (Encore being a recreation of CS. It's a server for one mod and not the main Modding server). Not entirely sure why it was posted here.
  25. EnlightenedOne

    My mod keeps running some random event.

    In addition to Serri's questions, Also make sure your event numbers are in ascending order.
Back
Top