• 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)

Recent content by IdioticBaka1824

  1. IdioticBaka1824

    Recovered OrgMaker (Organya) v1.3 / v1.3b and Early Sample Tracks

    Wow! Thank you for preserving and sharing! These tracks are great! I'm curious though, what made you upload this now? Was there a recent surge of attention to the video or its reupload? Have you been online since uploading that video, or aware of trends in interest in Cave Story's history all...
  2. IdioticBaka1824

    Surprised no-one posted this here yet!

    Great art! What program did you use btw? Too bad I'm traveling and won't be able to make anything for this event...
  3. IdioticBaka1824

    yoooo are yall a live ??

    Back in the good old days this would probably have been considered spam, but ah, well... :mahin:
  4. IdioticBaka1824

    does quote love curly ?

    This is EXACTLY my feelings on the topic :o you expressed it so much better than I ever could have lol thank you Also yes seconded, that does indeed sound like an interesting comic, so let it be known that there is one more person out there putting the pressure on you to make this (pwetty...
  5. IdioticBaka1824

    does quote love curly ?

    Looks like you've never had siblings (jk siblings can be best buds (only sometimes tho)) But yes I headcanon them as siblings too and clearly they do mean a lot to each other. "Your bond to Curly Brace, the only warrior you would trust your back to." (<-- Turned out happening pretty literally...)
  6. IdioticBaka1824

    Artwork and Stuff

    it's been so long... it's a simple style but you make it work. that glowup is indeed insane. i like the homestuck inspiration. yeah, the linework is stunningly clean. i might have said this before but your art has a very soulful and nostalgic quality to it. i like the character poses too. keep...
  7. IdioticBaka1824

    Show off your org music...

    nice cover! you translated it well to the orgmaker soundfont. the visualisation is cool too, i've never seen this format done for org songs. also if y'all are making orgs you might wanna share them over here https://organyaweb.win/ (<-- shameless self-promo...)
  8. IdioticBaka1824

    Cave Story FanArt

    Hey welcome to the forums! Cute art!
  9. IdioticBaka1824

    Cave Story 2 (English Translation)

    Thank you for making it, it was a big help :heart: I am currently making some fixes to the translation and should have a first-order correction posted sometime by tomorrow (at the latest). If you have not downloaded it yet, you may as well wait for this update. Stay tuned! Edit: the update is...
  10. IdioticBaka1824

    Cave Story 2 (English Translation)

    I recall fixing one typo in a flag jump command, but it was for some dialogue and didn't break progression, I think. Also, I kinda skipped past the totem boss while playing myself because the earlier puzzle was too hard, so if there were any issues around that area, I wouldn't know... I guess...
  11. IdioticBaka1824

    Cave Story 2 (English Translation)

    This is an old Japanese mod called Cave Story 2, originally uploaded to the now-defunct Doukutsu Uploader. The original can now be downloaded from this archive: https://uu.getuploader.com/cave_10s_important/download/36 And here's some footage of it: I have been working on an English...
  12. 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.
  13. 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...
  14. 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
  15. 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...
Back
Top