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

    Booster's Lab - It's Pretty Good Now

    Don't you mean \ ? / works on all OSes, but \ might only work on Windows. See this angry guy.
  2. C

    Booster's Lab - It's Pretty Good Now

    Alright, I'm testing 0.0.5.1 Of course, I just had to use a non-Windows operating system to make extra sure that the editor wouldn't work. The good news is that I can load the map data from the executable. But I can't seem to make the maps show up by clicking on them. Is there a fix for this...
  3. C

    Org2Text Converter

    It's saying that it can't find the jarfile. Make sure you're in the correct folder. Namely the one the JAR is in. Move the terminal file into the JAR's folder, and execute it there. If that still doesn't work, try: #!/bin/sh cd "<Put Folder Path of JAR Here>" java -jar Org2Text.jar echo...
  4. C

    Org2Text Converter

    As long as you have Java 5+ you should be fine. You might want to try a Mac shell script instead of a batch file. Copy this into some file and execute it as a script: #!/bin/sh java -jar Org2Text.jar echo "[Program Finished]" read nothing
  5. C

    Org2Text Converter

    Okay, I fixed those bugs you mentioned. Version 1.1
  6. C

    Cave Story with Tabs

    Apparently the IDIV ECX instruction at 41A2C6 is causing a zero division error. New download link.
  7. C

    Cave Story with Tabs

    I have decided to take the challenge of turning Cave Story into a web browser. Now, we all know that most modern web browsers have tabs. So, here is Cave Story with multiple tabs! CS with tabs You switch between tabs by using the keyboard. Just press the keys 0-9 to cycle between tabs 0...
  8. C

    Org2Text Converter

    Are you tired of OrgMaker? Do you want a simple text music language that can be compiled to Organya files? Well, now you can do just that! Org2Text 1.1 Org2Text 1.0 Org2Text is a program written in Mint, a language of my own creation, that transforms Organya files into human readable music...
  9. C

    Juniper's Knot

    This one's pretty short. I liked the change in perspectives between the two characters. I thought this was not based on Ren'Py but apparently it is. Well I guess Python is the way to go for VNs.
  10. C

    Show off your org music...

    This is Desire Drive from the game Ten Desires. http://www.mediafire.com/download.php?z80sy8y039pj89n I did not use OrgMaker 1 or 2 to create this. Wrap your head around that for a moment.
  11. C

    ORG to MIDI converter

    I tried it on GIR's neverdie3.org. Pretty good stuff. Now, can you do the opposite. As in... MIDI to ORG?
  12. C

    Quick Modding/Hacking Answers Thread

    No you don't. Just an event number.
  13. C

    Quick Modding/Hacking Answers Thread

    Use flag 0x200 on the boss to make it run an event on death. This is the minor boss flag. Major bosses require no flag.
  14. C

    Jake's Challenge Mod!

    This is insanely hard. Much more difficult than death story.
  15. C

    On <a href='http://www.cavestory.org/downloads_editors.php' class='bbc_url' title=''><a...

    On <a href='http://www.cavestory.org/downloads_editors.php' class='bbc_url' title=''><a href="http://www.cavestory...ads_editors.php" rel='nofollow external' class="su_links">http://www.cavestory...ads_editors.php</a></a>, for Doukutsu Assembler: It says "A cave story specific disassembler and...
  16. C

    Modding Mini Tutorials

    <BSLXXXX loads entity X as a boss. <BOAXXXX animates the major boss on the map with scriptstate X. Next time, use the Quick Modding/Hacking Answers Thread.
  17. C

    What did you dream about last night?

    I dreamed that I was back at university where we went to some grocery store and ordered fried fish for lunch. Also I think we stole it because we left without paying. Then one of my old friends came over and he said that the ratio of nerdy stories to non-nerdy ones was approaching 7.33. He also...
  18. C

    Ce n'est pas un état.

    Ce n'est pas un état.
  19. C

    my MODDAL WIP

    Before you begin, it's probably best to download that hacking tool you mentioned, which happens to be the best hacking tool ever. http://www.cavestory...ads_editors.php
  20. C

    rate the music of the user above you: video games

    8/10. Fair enough. fGCqBFNKqJQ
  21. C

    Cave Story Crossword Puzzle

    Solved it. I think there's a length issue with number 13.
  22. C

    Cave Story FanArt

    They look noticeably darker than most pieces of CS fanart, but still good stuff.
  23. C

    rate the music of the user above you: video games

    8/10 Cool and all, but is it really videogame music? bEilQOiuE_g
  24. C

    Temporal

    Temporal is a free game by Oren Bartel that has the core mechanic of time travel. I don't mean time travel as in plot-based time travel. Instead, you use time travel to solve puzzles. You go through 30 levels as a robot protagonist along with his few companions. Download...
  25. C

    Does anyone have a midi of Pier Walk?

    You could convert it by hand by using OrgMaker and a midi editor. Sorry that that's not really helpful. EDIT: semi-ninja'd
Back
Top