• 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

    Single-room Event Showcase

    Voyce is correct: there are many bugs in your script. Just to point out a few: <CNPO300 should be <CNP0300 (the letter O is not the number 0.) <CNPO300:0111:002 should be <CNP0300:0111:0002 (all numbers must be four digits) <WAI500 should be <WAI0500 (again, 4 digits.) There are random spaces...
  2. C

    Procedural Generation

    I would use a nutrient system. In a procedurally generated world, nutrients are not limited to "foodstuffs for animals/humans/biological things". Instead, a nutrient would define what objects are allowed to exist in a region and what objects are not. For example, there can be rock nutrients...
  3. C

    Single-room Event Showcase

    I guess this is the Cave Story version of console (command line) programs. It could be useful for some.
  4. C

    How do life capsules work?

    Quote could be a robot made of multiple modular "components". Anytime he receives a life capsule, he can replace his old components with some newer, more advanced versions found inside the capsule. Of course, he does this by smashing the capsule onto his head, reeling in pain for a few seconds...
  5. C

    Happy birthday Mike!

    Happy birthday Mike!
  6. C

    Combinations With You

    Well, it is difficult, at least in my opinion. That doesn't stop people from playing those games, though. It's quite a short game compared to most Danmakus.
  7. C

    Combinations With You

    Combinations With You is a Japanese indie game, of the danmaku shooter variety. In essence, it is a fan-made game based off of the Touhou series. You could call it a Touhou parody, but it's not solely for humor purposes. The bullet-curtain aspect is certainly there. Download the Game...
  8. C

    Quick Modding/Hacking Answers Thread

    LunarSoul, if you're going to do these kinds of things, then you should probably learn how to find your own ASM offsets. Not only is this extremely useful, it can also save you at a time when the assembly compendium does not have the information you want. This is how I found where the code...
  9. C

    Noxid's TSC Editor

    Oh yeah. That problem. Windows will set the working directory to the folder that the JAR is located in. In Linux, the JAR file still remains inside its folder but the working directory is set to the home folder or the user's personal folder for some weird reason. In order to fix this, you...
  10. C

    Noxid's TSC Editor

    That would be a funny easter egg, but sadly no. I just wrote different things for the two files.
  11. C

    Noxid's TSC Editor

    Just tested this on Windows and Linux. Works on both. Comparison: Cultr1, are you sure you can't run the JAR directly? Anyway, I await the final release of this custom TSC editor, especially the source code.
  12. C

    Quick Modding/Hacking Answers Thread

    http://en.wikipedia.org/wiki/Bit_blit Now, I have never personally worked with a graphics driver, mainly because modern operating systems generally don't let you mess with the display screen except by calling system functions. But I think I remember enough from my calculator hacking days to...
  13. C

    Ok, I think it works now. [IMG] Download New Mod with Tall Teleporter Hack The regular...

    Ok, I think it works now. Download New Mod with Tall Teleporter Hack The regular teleporter was too small for the Hermit to even fit into it, so I decided to make the teleporter taller by lowering the height of the bottom platform. Then I made a bunch of small ASM changes so that he...
  14. C

    Close your eyes and draw quote

    This is Quote. Or at least, when I started I planned on drawing Quote. Now that I look at it, he looks much more like a frog. So I'll call him Dr. Gero for now.
  15. C

    Ah yes. I think there is a way to fix the teleporter stuff. You see, in the original Cave...

    Ah yes. I think there is a way to fix the teleporter stuff. You see, in the original Cave Story, there are actually 2 types of Quote. 1. The player himself. 2. An NPC that looks exactly like the player (NPC number 150). This NPC is used for animations. So basically, I just changed the...
  16. C

    Quick Modding/Hacking Answers Thread

    Firehead, I suggest that you read the beginner's guide to Cave Story assembly. I wonder who wrote it. Hrm.. Anyway, if you need additional help, ask Lunarsoul since he seemed to understand my explanation on ASM keypresses.
  17. C

    Quick Modding/Hacking Answers Thread

    You need assembly hacking. I describe the general process in this post.
  18. C

    Hell 2 Player

    Even though this theoretical hack may be massive, it would not require you to overwrite the entire EXE. That would be ridiculous. It would be a lot of code, but you wouldn't need to erase everything else. Just saying - combo attacks would be way easier than a 2-player hack. Anyway, a real two...
  19. C

    <IMG hack

    Autohacker Version 2 <--anyone who wants it. You also need this. Specifications: <IMG command hack Title.bmp must be 320x240 <IMGFILE will set TimgFILE.bmp (or pbm) over the screen. The "tag" for the file name must be exactly 4 characters <IMG0000 will remove the image overlay Transparency can...
  20. C

    Implementation of the Infractions System

    I agree with cultr1 that these infractions are too vaguely worded. As for making the wording more specific, I believe that each infraction should be described with a list of example offenses. Such as... General poor behaviour/treatment of other users This infraction could be described as...
  21. C

    Implementation of the Infractions System

    That's not what he said. Doing those two things will give a user infraction points that last for 2 weeks or 1 month respectively (those points expire after that). There is no 1-month ban. You only get auto-banned if you exceed 4 points at a time, and even then it just lasts for 10 days.
  22. C

    Ah yes. He created Iji with GameMaker and it's certainly one of his biggest projects.

    Ah yes. He created Iji with GameMaker and it's certainly one of his biggest projects.
  23. C

    Cave Story Blade Mod

    Even with the problems, this is quite a good one. I like the way the graphics emphasize the sword-swinging aspect of the hack. By that, I mean you didn't just reduce the range: you actually made it into a sword.
  24. C

    Doukutsu Assembler

    Version 1.2 Released Grab it here. Version 1.2 fixes the IMUL Bug. Some types of IMUL were being compiled incorrectly in past versions. Here's a short overview of the bug's symptoms: IMUL EDX,EAX ;Didn't work! Turns into IMUL EDX. IMUL EAX,EBX ;Didn't work! Backwards...
  25. C

    You need 10 posts and must be registered for 7 days or more. In some parts of the forum, posts...

    You need 10 posts and must be registered for 7 days or more. In some parts of the forum, posts don't count.
Back
Top