• 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

    The Witching Hour

    I've released a new version. 'tis a smaller update than last time, but I hope you'll like it. Download link is in the first post. Oh yes, save files from the last version are compatible with this version. VERSION 1.1 -Major revamp: Options menu -Completely remade Goron's Theme ORG -Changed...
  2. C

    Dwarf Fortress

    C'mon, the ASCII art is awesome. Especially the animations. I wish I could draw in command prompt as well as they do :rolleyes:
  3. C

    More than 2Hours Worth Of Background

    Impressive. The vehicles look really nice.
  4. C

    Cave Story engine-rewrite/clone

    Well, I'm only in the Mimiga village at this point, but this is an incredible piece of work. You put in multiple savefiles? Perfect! Some things I noticed: --The Courier New font the NXEngine uses appears ever so slightly different from the one I see in Cavestory. --Sounds cutoff, as mentioned...
  5. C

    Quick Modding/Hacking Answers Thread

    Not really. If you type MOV DWORD [49E6D0], 60, then Olly, by default, puts in PTR DS: for you.
  6. C

    Quick Modding/Hacking Answers Thread

    You're doing this: MOV [49E6D0], DWORD 60 But you should do this: MOV DWORD [49E6D0], 60 Yeah, I realize that I screwed that up in the guide. Alternatively, you can download OllyDbg version 2.00 instead of 1.10, so it doesn't matter where you put the DWORD. I'll be fixing it soon. As long as...
  7. C

    MP3 of "White"

    Eh? Even if the deluxe package has no White mp3, the Tribute site music downloads section definitely does. It's located in this zip file.
  8. C

    Well, good luck with that. Since you work with weapons a lot, I'd like to inform you that...

    Well, good luck with that. Since you work with weapons a lot, I'd like to inform you that there's a typo in the Compendium. The bubbler lvl 2 offset is 0x06190, not 0x09190. (maybe I should get off my lazy bum and actually tell Noxid) Another weird thing is 0x08230. According to the file, it...
  9. C

    CaveEditor again (beta, maybe alpha)

    CaveEditor 0.98e has a major *crash* upon-editing-scripts bug. Please download the older version CaveEditor 0.98d, which doesn't appear to have this problem.
  10. C

    Well, it just looks like some randomized velocities being stored into X/Y velocity...

    Well, it just looks like some randomized velocities being stored into X/Y velocity. Interesting... I usually prefer to work with NPC or TSC code, but weapons are alright too. The bubbler fires out so many bullets, there's a lot of potential for a very weird weapon hack. Currently I'm writing...
  11. C

    Hell's Narrator

    It's not the dog, because you also get a message about Ballos right after the Core fight (assuming, of course, that you've gotten all the requirements for the best ending at that time). That magical blue dog is definitely nowhere near the core. Cthulu makes the most sense, since he's everywhere...
  12. C

    Favorite Weapon

    Re: Favorite Weapon Set Super Missiles, Snake, and Nemesis, because they are perfect for Sacred Grounds speedrunning. For regular gameplay, the blade would be my favorite weapon to use, though the nemesis is a close second. 1. Super Missile Launcher 2. Blade 3. Nemesis 4. Spur 5. Snake 6...
  13. C

    Artwork and Stuff

    @Landon Fractal-like geometries. I like it. :rolleyes:
  14. C

    Cave Story FanArt

    @Fahrenheight Really epic! Also I like how you did your signature in a special way.
  15. C

    NES Moonsong cover

    Quite an amazing rendition of an epic song. Nice work.
  16. C

    Quick Modding/Hacking Answers Thread

    Err, I believe this has to do with the bullet counter function. You're not going to be able to do this without assembly. Weapon Bullet Counter: PUSH weaponid CALL 00403C40 ; returns into eax ADD esp,4 The polar star weaponid should be 2. The bullet counter will count up the bullets onscreen...
  17. C

    2.5D Doukutsu Monogatari.

    If you wanted something like that Megaman 2.5D video, then it would be extremely hard to implement.
  18. C

    MP3's in Cave Story

    Sorry about that. When we Windows users have a windows -> mac issue, we really know nothing about macs, so we immediately yell "WINE!" without thinking much about it. I realize that WINE has many issues and that it is far from working perfectly with many types of windows applications. That said...
  19. C

    Cave Story for NintendoDS has to return

    Oh God. I've actually tried that. It's not a full port, but the real problem is that it runs really slow, since it's written in calculator BASIC. (could you imagine the processing strain on your graphing calculator? Having to draw all those graphics using slow routines...).
  20. C

    MP3's in Cave Story

    Okay, before I forget, I've written a Python script to automatically apply this hack to Doukutsu.exe. Download it here. Follow the instructions in the readme file. Now you don't have to do the tedious copying and pasting of the hex codes in OllyDbg. (please make a backup of your exe before...
  21. C

    For those with mac.

    Or even better, make an editor for the Mac. I'm not acting sarcastic or anything. If you're willing to put the time into the field of programming then you may very well open up new possibilities for modding.
  22. C

    Cave Story Chatroom

    I don't see the problem with an extra chatroom, especially one that people use more often. And no, storing IP addresses is not in any way going to harm your computer. Perhaps you should read up on networking terminology.
  23. C

    Alright. No probs :)

    Alright. No probs :)
  24. C

    Haha. Your blue screen o' death avatar is hilarious.

    Haha. Your blue screen o' death avatar is hilarious.
  25. C

    Quick Modding/Hacking Answers Thread

    I've tried this before with <SNPs instead of <CNPs (in order to have monsters spawn continuously in a boss fight using TSC). It definitely does work. What's even more convenient, when the boss dies and runs its death event, the infinite-loop "spawning" event is automatically shut off, so that...
Back
Top