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

    Why yes I am buying clothes at the soup store, why do you ask [SPOILER]

    Why yes I am buying clothes at the soup store, why do you ask
  2. IdioticBaka1824

    that's ok. so long as you use the coldkeys you're good :chin:

    that's ok. so long as you use the coldkeys you're good :chin:
  3. IdioticBaka1824

    TSC Editor+

    I did try different encoding schemes, yes, but the cipher calculation is independent of that, no? Also while I'm here, I'd like to request a feature that lets you know when text will be too long for the message box. And being able to quickly reopen the recently-opened files/folders/projects.
  4. IdioticBaka1824

    TSC Editor+

    I encountered yet another tsc file that wasn't loading properly, and again something was wrong with the cipher it was calculating. I tried a very simple change: def get_cipher_from_tsc(data: bytes) -> int: return data[len(data)//2] and that seemed to work. Your original function in...
  5. IdioticBaka1824

    TSC Editor+

    My bad, this was when exporting as a tsc file. Edit: another bug that was garbling some files because it was returning a negative cipher value: "return top_key - 0x0D" -> "return (top_key - 0x0D)%0x100" With this i think the encoding issue is solved
  6. IdioticBaka1824

    TSC Editor+

    Another small bug: sometimes one character ends up garbled when saving a file and then loading it again. I figured it has something to do with the cipher, and tried commenting out these lines: "if self.current_cipher is not None: cipher = self.current_cipher" and that seemed to fix it for...
  7. IdioticBaka1824

    Cave Story FanArt

    I love these backgrounds, they're so evocative. I wish backgrounds and landscapes were a bigger deal in fanart, but they are pretty hard, unfortunately.
  8. IdioticBaka1824

    TSC Editor+

    Okay, I think I figured it out :pignon: your decryption code had a small error that was causing null characters appear in the decoded text. On line 2412 of main.py, replace "val = 0" with "val += 256". You were clamping the result of the cipher subtraction, but apparently it needs to wrap...
  9. IdioticBaka1824

    TSC Editor+

    Neat program! I like all the features, and the layout is very nice and clean. It would be nice to have the current tsc file's name as a header while you're editing it, or maybe have it coloured in in the file directory listing on the left. Also maybe it's just me but I think it would help to...
  10. IdioticBaka1824

    Where did Arthur get red flowers from?

    Huh, excellent point actually. Why did I assume it had to be Arthur? Still, the question remains of how and when all these people found it. King especially seems pretty out of it when Booster is talking about the flowers being guarded in the Sand Zone Storehouse. I mean, even if he doesn't want...
  11. IdioticBaka1824

    yeah i think on his bbs

    yeah i think on his bbs
  12. IdioticBaka1824

    Sue calling King a "creep-eyed freak" really hits harder when you realise his eyes are...

    Sue calling King a "creep-eyed freak" really hits harder when you realise his eyes are unnaturally reddish because of red flower consumption. I never noticed this before
  13. IdioticBaka1824

    Where did Arthur get red flowers from?

    We see red flowers in Arthur's house, Egg observation room, and the house in Grasstown. With the former two it's understood that they were procured by Arthur and Igor respectively to gain the power needed to protect what was important to them, while with the one in Grasstown it's a little less...
  14. IdioticBaka1824

    https://cavestory.one What Is Happening With The Website?

    It was just one of the few non-country-specific domain thingies that isn't controlled by the usa (apparently the country-specific ones have search results suppressed outside the relevant country, so not ideal)
  15. IdioticBaka1824

    Cave Story FanArt

    sorry for double-posting but I come bearing another offering
  16. IdioticBaka1824

    20 years :momo: Dang, that is some consistency... nearly as old as the game itself...

    20 years :momo: Dang, that is some consistency... nearly as old as the game itself! Congratulations! I've seen so many people who used to be so active just eventually disappear, it does take some dedication to stick around, and for that, I respect and appreciate you. It's so heartening to see...
  17. IdioticBaka1824

    Show off your org music...

    There's no "show off your piyopiyo music" thread, so let me put this here: This anime is really good btw!
  18. IdioticBaka1824

    Good luck :D

    Good luck :D
  19. IdioticBaka1824

    Are you making another cave story editor?

    Are you making another cave story editor?
  20. IdioticBaka1824

    Quick Modding/Hacking Answers Thread

    Is there any way to just bulk convert all tsc files in a mod into decrypted txt files?
  21. IdioticBaka1824

    Kero Story (idk what to call it)

    Excellent artwork there! Do you mainly just plan on respriting things? or are you incorporating the story or mechanics of Kero Blaster or anything else?
  22. IdioticBaka1824

    Asian green bee-eater (Merops orientalis)

    Asian green bee-eater (Merops orientalis)
  23. IdioticBaka1824

    Ikachan - Spanish Fan-Translation

    It's nice to see Ikachan getting some global attention, even after all these years. Great work! I hope more people play it as a result. I'm curious though, did you translate this directly from the Japanese, or did you start from one of the English translations?
  24. IdioticBaka1824

    Show off your org music...

    Not exactly my jam to be honest, but I can see you've used orgmaker to achieve some very interesting musical effects! What fan remix project are you referring to, by the way?
  25. IdioticBaka1824

    why

    why
Back
Top