• 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

    Cave Story FanArt

    Woot... cover art. Looks quite nice.
  2. C

    Going good! Just thought I was lacking in some friends, so I added you ;)

    Going good! Just thought I was lacking in some friends, so I added you ;)
  3. C

    WTF story demo v 0.504

    Turing the timer off is easy, since it can be done using <EQ-. Also, the Nikumaru time is saved as a RAM offset. This should really be a cakewalk.
  4. C

    Quick Modding/Hacking Answers Thread

    All you have to do is count. Each tile to the right is +1. Each row down is +16. Tile 0 is the blank one in the upper left corner.
  5. C

    Quick Modding/Hacking Answers Thread

    <CMP is a fast command. For example, you can destroy a house of tiles in the blink of an eye. EDIT: <CMPx:y:z = Change map coords X:Y to tile Z <SMP is used to toggle a map tile without the smoke. Interesting, but tedious since it has no third parameter.
  6. C

    Quick Modding/Hacking Answers Thread

    Hm... I tried a double replace again and pressed F5 a few times. Still doesn't seem to appear.
  7. C

    Quick Modding/Hacking Answers Thread

    When I try to replace the icon of the original Cavestory exe with a custom icon, it works perfectly pretty much every time. But, if I try to replace the custom icon with a different one, the icon does not change. (i.e. you can't replace the icon more than once?) Am I doing something wrong? Or...
  8. C

    WTF story demo v 0.504

    Re: WTF story demo v 0.4 Some sort of spinny wheel of fortune? Might take a few sprites but shouldn't be too hard.
  9. C

    The most epic thing I've seen in a long time

    Heh. That's awesome. Music matched with mechanics and patterns.
  10. C

    Nah. I prefer the subs. They preserve the original integrity of the show better.

    Nah. I prefer the subs. They preserve the original integrity of the show better.
  11. C

    Well I've watched it before. Does that count?

    Well I've watched it before. Does that count?
  12. C

    Aha. I actually get your reference. Pani Poni Dash is a hilarious show filled with randomness...

    Aha. I actually get your reference. Pani Poni Dash is a hilarious show filled with randomness, right?
  13. C

    Show off your org music...

    I really like the current version of Frigid Frantic. Not only would it sound good in a mod, but it's nice to listen to by itself. I'm not sure how adding more tension would help with overall feel, but you could definitely pull it off as a good addition to the song. Here's a version of a Chrono...
  14. C

    Quick Modding/Hacking Answers Thread

    CaveEditor 0.98e often does that when script editing (crashes). Try CaveEditor 0.98d and see if that fixes your problems.
  15. C

    Sturmfaust II (Need Artists)

    The main melody is quite good, but the percussion sounds a bit too loud. Maybe tone it down a bit?
  16. C

    Oh... sign-extension and zero-extension. Yeah, I do think I understand those well enough to...

    Oh... sign-extension and zero-extension. Yeah, I do think I understand those well enough to explain them. Zero extension is quite easy (set EDX to 0 for EDX:EAX, right?), but sign extension is a lot harder to do manually. So CDQ would be recommended. I also should explain two's complement...
  17. C

    IDIV... you mean give more examples of how to use it or something? I've never really used it :/...

    IDIV... you mean give more examples of how to use it or something? I've never really used it :/ Just looked up the information. Do you have any specific situations that you could give in which IDIV is really useful for time-saving/codesaving? It's fine if you don't, I'm just trying to see what...
  18. C

    Help me test hackproofing hacks

    Of course, if he makes it much, much harder to hack, there is an extremely low chance that anyone has the technical ability to hack it. Thus, nobody will be able to abuse the new resolution (or whatever else NoDbg is for).
  19. C

    Iji

    Wow. That's great news. I've got 1.5 now, I'll be sure to check it out.
  20. C

    Show off your org music...

    You know, resource hacker will let you put in a song without all those hex troubles.
  21. C

    Help me test hackproofing hacks

    All right, I've tested the exe. It plays just like the normal one. I'm using OllyDbg version 2.0, the beta version! (if that makes any difference) I was able to go into the polar star code and increase the speeds of the bullets. It worked. Next I will try replacing some NPC behavior code. As...
  22. C

    I really, REALLY think Pixel is making a new game

    Re: I think Pixel is making a new game. Nice soaprun-rules sheet. This should clear up some confusion.
  23. C

    Quick Modding/Hacking Answers Thread

    Is there any text in the game's starting event in which you don't use an <MSG? The text playing sound will still occur even if the message box is not shown.
  24. C

    Beginner's Guide to Cavestory Assembly

    Re: Beginner's Guide to Cavestory Assembly The guide has been updated with 6 new lessons! Here are the new topics: -Added more info to OllyDebug Lesson -Jumps -Calls and Returns -Functions -Math Instructions -NPC Hacking Info
  25. C

    Alright. I'm update the assembly guide soon. :) Remember that I'm not really an expert. Ask...

    Alright. I'm update the assembly guide soon. :) Remember that I'm not really an expert. Ask other people if you need to do something specific with your mod.
Back
Top