• 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

    So, How did YOU find out about Cave Story?

    Re: How were you introduced to CS? Sorry if I'm late with this, but here's a review of CS I gave somewhere on the Internet that sorta describes how I heard of the game in the first place.
  2. C

    Oh god... I am so sorry you posted on my profile and I was inactive for like 4 months or...

    Oh god... I am so sorry you posted on my profile and I was inactive for like 4 months or something. Did you manage to fix the issue or do you still need help with the assembler stuff? :o
  3. C

    Assembly sucks when you first start.

    Re: Misery Story Oh god, I remember TI-BASIC. I found it's lack of real speed to be problematic, so that's why I learned my first assembly language (z80 assembly, aka Assembly for calculators and gameboys) Anyway, when I first learned assembly, it was sort of annoying to learn yet still...
  4. C

    Quick Modding/Hacking Answers Thread

    Can be done with flags. NPC 259 = Curly carried (unconscious) NPC 320 = Curly carried, alive and shooting For each of these NPCs, put them on the map. Then set Entity Flag 0x0800 for both of them. Now, give them a flagID (also known as EntityID). When you set the flag specified by the flagID...
  5. C

    Jenka's Nightmare Revived - Final release

    I'd just like to say that it's currently impossible to get all the spur pieces in Jenka's Nightmare. However, the spur pieces do exist, they just can't be collected via gameplay. You need to give them to the player using <IT+, and then the Hermit will actually give you the spur (with messed up...
  6. C

    Cave Story FanArt

    A new art movement known as facepic extrapolation has been born.
  7. C

    Quick Modding/Hacking Answers Thread

    00499c90 = GlobalWaterDepth [How deep the water is - think "core battle."] Set the above offset to something to change the water depth. Underwater Timer: push y push x call 41a350 add esp,8 The timer is called at 0041084E. I believe that's the only place. If you want to perform some...
  8. C

    Happy birthday.

    Happy birthday.
  9. C

    So how many of you do that thing where...

    For comparison, 4096 is the speed of the polar star bullet. Hex -> Decimal On land: 812 is Quote's fastest running speed. 1535 is Quote's fastest falling speed. 80 is Quote's gravitational acceleration. 32 is the alternate gravity. 1280 is the "force" of Quote's jump. 85 is the running rate of...
  10. C

    So how many of you do that thing where...

    Didn't GIR already make ice? (by that, I mean slippery-ness)
  11. C

    Quick Modding/Hacking Answers Thread

    If you make a new tileset, make sure you set the tile properties using the Tileset Editor (like solid, water, shootable block, etc for every block). If you don't, it'll probably crash when you reach the map in-game.
  12. C

    Pixel Art

    I know it's intended to replicate Pixel's style, but I always get reminded of Daniel Remar when I see you make these. :mahin:
  13. C

    Why didn't Quote go crazy?

    Maybe he's one of these guys and ain't afraid of anything.
  14. C

    So how many of you do that thing where...

    Cave story's glide-y physics makes this a breeze. It's practically essential in platformers like IWBTG. Much more difficult in La Mulana, though. You tend to not have very much aerial control.
  15. C

    The Happy Birthday Thread

    Hello, and welcome to the forums. Wait what? How did you figure out that I received temporally-displaced messages from my future self? Aha, never underestimate Noxid..
  16. C

    Hmm, apparently so. Assuming your forum age is what it really is, I bet you're waiting for...

    Hmm, apparently so. Assuming your forum age is what it really is, I bet you're waiting for that time :o
  17. C

    Thanks a lot, Jethawk. Hope you have a nice day as well.

    Thanks a lot, Jethawk. Hope you have a nice day as well.
  18. C

    And a merry jerry day to you too, Ollie.

    And a merry jerry day to you too, Ollie.
  19. C

    Thanks cultr1 :chin:

    Thanks cultr1 :chin:
  20. C

    Which is the hardest boss in Cave Story?

    Ballos is definitely the hardest. During my first 'good ending' run of CS, he was the boss that took the longest to beat. He has 4 freaking forms, after all. I never thought Monster X was hard since you can just lvl 3 blade him to death easily. 3hp minimal items with monster X is a different...
  21. C

    What do you like the most about Cave Story?

    The bosses, the old-school graphics, the unique weapons, the unusual enemies, the epic music... let's see.. Cave Story is a good game not only because of its individual qualities. If any one game had some of these qualities, it would be a good game. But, Cave Story is one of the most famous...
  22. C

    If all the forum users went to a party...

    We'd probably be shocked at how other people look, completely different from what our imaginations thought. With the exception of the people who posted in the picture thread.
  23. C

    Different names in CaveStory PC and Wii??

    Re: Diffrent names in CaveStory PC and Wii?? They are indeed colons, since they are punctuation marks used in programming just like Quotes (") and Curly braces {}. @FighterPilot: Lots of translations are different, since Aeon Genesis had no affiliation with Nicalis. Things like 'eggfish' you...
  24. C

    Moaning faces in final form Ballos' body?

    This should go into the fanart thread immediately. :chin:
  25. C

    Quick Modding/Hacking Answers Thread

    If you mean the 'cross-shaped' explosion, then here is the function: push 1 push <y position> push <x position> call 0040EA70 add esp,0C At least, I'm pretty sure that's the one big bosses produce when they die. And yeah, you need ASM to use it.
Back
Top