• 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

    Moaning faces in final form Ballos' body?

    Dang, I never noticed that. Too busy spamming missiles to concentrate on those bloody faces :D
  2. C

    Happy birthday!

    Happy birthday!
  3. C

    God Rest Ye Silent Angels

    Just finished listening to the midi. Perfect music for the Christmas season.
  4. C

    HEY HEY HEY HEY HEY GUESS WHAT?

    Judging by his avatar, he's trying to emulate a certain hikikomori.
  5. C

    Merry Christmas :D

    Merry Christmas [Eve] to you all.
  6. C

    Pixel Art

    Nice.
  7. C

    Misery's true feelings towards the Island

    Isn't Misery like, centuries old? http://www.cavestory.org/info_timeline.php ^ Notice that she was alive before any of the demon crown-bearers took their hold on the island. So, err.. yeah.
  8. C

    Hell questions

    1. The snake is faster because the deleets take up way too much time. 2. I'm pretty sure the Missile launcher gets the xp from the capsules. For the snake run, you don't use the snake to kill anything except the deleets. The nemesis acts as the substitute for the spur for both Ballos and...
  9. C

    Beginner's Guide to Cavestory Assembly

    Re: Beginner's Guide to Cavestory Assembly Oh man, I'm sure some of you have noticed a serious issue with version 1.04 of this guide. Most of the old links were broken! I've fixed up all the guide links that pointed to Miraigamer.net and changed them to cavestory.org. The links for Art of...
  10. C

    CS Engine and TSC improvement

    <CMCXXXX:YYYY:ZZZZ : Change map tile X:Y to type Z _without_ smoke I've already done the above. I promise you it's a very simple hack, and uses a flag instead of an extra command (though you could turn it into an extra command). I'll post the code shortly. CPU Disasm Address Hex dump Command...
  11. C

    My Skateboard Will Go On - Anamanaguchi

    A beautiful piece of music. I've nothing else to say since I couldn't do it justice with words.
  12. C

    Echoing the last 4 people... Yep, go ahead. Thanks for the consideration.

    Echoing the last 4 people... Yep, go ahead. Thanks for the consideration.
  13. C

    Hacking Guide Submissions

    I've written this assembly guide for any non-programmer (or programmer) who wants some introductory lessons on x86 ASM hacking for Cave Story PC version. Beginner's Guide to CS Assembly (thread) Guide Download
  14. C

    Quick Modding/Hacking Answers Thread

    http://www.cavestory.org/downloads_musictools.php In the music tools page, at the top left corner. You'll need to patch it yourself. Noxid's guide doesn't say that OrgMaker v2.05 has errors. It just says that Org v02 files are not compatible with Cave Story unless you stick to the original...
  15. C

    I really, REALLY think Pixel is making a new game

    His daughter's artwork appears to be steadily improving.. Regardless of whether it's going to be a big game or just a small one, it's another Indie nonetheless. Having more stuff to play can only be better.
  16. C

    How Curly gets ambushed while you're fighting Toroko+

    Re: How Curly gets ambushed while you're fighting Toroko + Impressive vids. I think the second one was the most entertaining.
  17. C

    Quick Modding/Hacking Answers Thread

    Notes that are placed randomly together will create dissonant junk instead of music. Before diving into a composition lesson, here's some actual music theory that you'll need (as mentioned before by GIR): http://www.musictheory.net/lessons Watching piano tutorials on Youtube also gives you...
  18. C

    How many times have you beaten Cave Story?

    Like 15, I dunno? Well, you definitely appreciate the game a lot more than the power players since we have a tendency to get bored with it.
  19. C

    Cave Story engine-rewrite/clone

    There are tons of mods that do this. As Haithm and Noxid have said, there are plenty of ways to make custom bosses. Examples include Original Sin, King: S & S, WTFstory, etc, etc... basically any mod that has assembly hacks performed on the bosses (or that uses regular hacked NPCs as bosses)...
  20. C

    Quick Modding/Hacking Answers Thread

    Specifically, he should be looking at the 2nd link under "Other Resources", which contains Noxid's Beginner modding guide. The other stuff is just assembly docs, which won't be too important if he's just starting out. Also, DB's guide has tons of useful info...
  21. C

    someone please bring cave story to the DREAMCAST!

    Huh? Not only would you have to get Pixel's OK and also ask for the source code (which you are not allowed to give to the public, by the way), but the actual porting itself isn't magic. It's gonna take a lot longer than just a few hours, provided that you even get permission to do it.
  22. C

    Assembly Hacking Tips

    Re: Hacking Tips Dunno if this is obvious or not, but segment register SS works best with stack registers, and DS works best with regular registers. For pointers: MOV DWORD PTR SS:[EAX+20],30AB40 is one byte longer than MOV DWORD PTR DS:[EAX+20],30AB40 while MOV DWORD PTR SS:[EBP+20],30AB40...
  23. C

    Hey Noxid, I've got a new laptop with a 64-bit version of Windows 7, and I just found out...

    Hey Noxid, I've got a new laptop with a 64-bit version of Windows 7, and I just found out that OllyDbg works on it. The trick is, you've gotta have version OllyDbg 2.00 for it to open the CS executable correctly. Version 1.10 gives you this weird error code: ERROR_SXS_KEY_NOT_FOUND But...
  24. C

    Boss Battle Strategies

    Jump into his left eye or right eye (yes you can stand there) and spam missiles. Or, just fire the spur. Either way, aim for his eyes and use the booster to keep off the ground.
  25. C

    No-rocket launcher run

    Exactly! The boss fight is optional. Otherwise, 3hp minimal runs would be impossible!
Back
Top