• 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. Noxid

    You sneaky rascal you Note to self: Edit before posting.

    You sneaky rascal you Note to self: Edit before posting.
  2. Noxid

    Cave Story: Way of Destruction

    Got dangit son you can't use Nicalis graphics This is a Category 1 offense!!! :heart: You can't link this until you fix that.
  3. Noxid

    I have Ollydbg, which translates it into ASM instructions. As to how I know what they mean, it's...

    I have Ollydbg, which translates it into ASM instructions. As to how I know what they mean, it's just something you learn after a while. They're mostly pretty logical, MOV and CMP and ADD and IMUL and stuff like that.
  4. Noxid

    I have a general understanding of what happens and then I read the assembly to figure out...

    I have a general understanding of what happens and then I read the assembly to figure out specifically what needs to be changed. It's really not that difficult if you know what it says.
  5. Noxid

    I pretty much know everything there is to know about this game's engine.

    I pretty much know everything there is to know about this game's engine.
  6. Noxid

    That'll do it.

    That'll do it.
  7. Noxid

    It would be easier for me to make every level be level 3 to be honest.

    It would be easier for me to make every level be level 3 to be honest.
  8. Noxid

    Always.

    Always.
  9. Noxid

    cave story challange.

    Well you're not supposed to do it all in one sitting :/ I'm just wondering how many jumps does it take to get to the center of an island prison.
  10. Noxid

    cave story challange.

    I have a fun challenge for you. See if you can beat the game in as few jumps as possible. http://www.mediafire.com/?fdzjjfhufmz Just replace regular Doukutsu.exe with that and I am pretty sure it'll run. If you'll do it, I will too :toroko: "Beating" entails defeating Ballos.
  11. Noxid

    Oh, I thought you might have been able to see the reason because it was your thread. Jacob...

    Oh, I thought you might have been able to see the reason because it was your thread. Jacob asked that it be removed and I thought it would be within his rights to do so because such a thread (or the comments it may entail) could constitute harassment if I really needed to hit the rulebook, but...
  12. Noxid

    Quick Modding/Hacking Answers Thread

    A call to Random() can be left in, but if you want to take it out it will make no difference. Just make sure there's no wild PUSH or ADD ESP and it should be okay.
  13. Noxid

    King: Strife and Sacrifice (AKA King's Story)

    Just so everyone knows I will post a new version or whatever sometime next tuesday (Probably in the evening, piecing this thing together takes forever) regardless of how much I have actually finished but I'm pretty sure at least the Crystal Cave Remake will be finished. The Hub will be...
  14. Noxid

    Quick Modding/Hacking Answers Thread

    The smoke is located in the bullet code and it spawns an entity. I haven't looked, .orgi just know.
  15. Noxid

    Quick Modding/Hacking Answers Thread

    If you're removing a function call, NOP everything from the first PUSH, to the ADD ESP after the CALL and that should be safe 98% of the time if it's a call to a function that returns void (which this one is)
  16. Noxid

    Quick Modding/Hacking Answers Thread

    NOP the hell out of it :orangebell:
  17. Noxid

    Poop

    ... And to answer your question, no, I have not. You have an IRC to discuss this matter on to your heart's content. This is a subject I find personally offensive and I would not like it to be a topic of discussion on the public forum, SPOT or no.
  18. Noxid

    Poop

    I'm going to need an extremely good excuse not to lock this out of distaste.
  19. Noxid

    Cave Story - Redesign v0.50.6

    If you installed 7zip properly, you should be able to right-click the file, go 7-zip > extract archive. If not, then go to C:\Program Files\7-Zip\7zFM.exe and run that, navigating to your archive and then extracting it.
  20. Noxid

    Cave Story - Redesign v0.50.6

    .zip is I cannot for the life of me understand why people continue to use .rar when it causes endless trouble and confusion for people who don't know a whole lot about computers and stuff..
  21. Noxid

    What do you think of the 3ds?

    Black And White? Like, the classic 200(2?) PC Game? I think there was a DS title for that and it wasn't very good...
  22. Noxid

    How can I get ahold of the Cave Story Deluxe Package for MAC?

    It's an executable file so I guess like a self-extracting archive so I guess you would need an actual computer to run it :pignon: Unless someone feels nice enough to upload it zipped somewhere.
  23. Noxid

    Cave Story - Redesign v0.50.6

    I'm assuming it's a rar file, so download winrar or 7zip to decompress it. If you don't know what these are then google it. Also, please use the edit button instead of double posting next time.
  24. Noxid

    How can I get ahold of the Cave Story Deluxe Package for MAC?

    What it means is that the deluxe package contains the versions for PC and mac, not that there are deluxe versions for PC and mac. They're both the same thing.
  25. Noxid

    Well while I'm not occupied with other things I'll tell you what I know 00400190...

    Well while I'm not occupied with other things I'll tell you what I know 00400190 F0DD0800 DD 0008DDF0 ; Import Table address = 8DDF0 00400194 F0000000 DD 000000F0 ; Import Table size = F0 (240.) 004001E8 00C00800 DD 0008C000 ; Import...
Back
Top