• 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

    Cave Story Chrome Port

    I'm afraid this probably hasn't been a possibility since I think late 2008 when Nicalis began work on CS Wii and demanded all porting be halted. You could possibly do something with that nxengine thing, it's in C++ isn't it? I don't know anything about porting though. And since this is...
  2. Noxid

    WAT IZ UR FAVRIT COLOR

    "Red."
  3. Noxid

    Suddenly new members everywhere who don't know how to forum I blame Nicalis.

    Suddenly new members everywhere who don't know how to forum I blame Nicalis.
  4. Noxid

    Coolest weapon EVER!!!

    This thread is more or less the same thing. @ OP: Please don't make a new thread for every 'brilliant weapon idea' that enters your head.
  5. Noxid

    About Sue and also King's Eyes

    I pick this thread. Merge'd
  6. Noxid

    That's fine. This sort of thing happens like every month, most people just dont' know. It...

    That's fine. This sort of thing happens like every month, most people just dont' know. It doesn't help when the other members get all haughty before I get a chance to explain...
  7. Noxid

    I have no way of knowing for sure, but I seem to recall seeing somewhere that it was using...

    I have no way of knowing for sure, but I seem to recall seeing somewhere that it was using DirectDraw7, which in turn implies a DirectX version of 7
  8. Noxid

    Err.. I don't know the source :/

    Err.. I don't know the source :/
  9. Noxid

    I have an original DS with broken shoulder buttons Maybe the'd give me a quarter?

    I have an original DS with broken shoulder buttons Maybe the'd give me a quarter?
  10. Noxid

    Seeing as there isnt' hardly a single division operation and only a handful of imul, I'd say...

    Seeing as there isnt' hardly a single division operation and only a handful of imul, I'd say probably not very long :s
  11. Noxid

    Of course, I read every thread...

    Of course, I read every thread...
  12. Noxid

    Please don't ever call me that.

    Please don't ever call me that.
  13. Noxid

    http://www.cavestory.one/forums/misc.php?do=bbcode That should tell you what you need to know

    http://www.cavestory.one/forums/misc.php?do=bbcode That should tell you what you need to know
  14. Noxid

    I am not going to update any listing until the next version is published I haven't forgot, I've...

    I am not going to update any listing until the next version is published I haven't forgot, I've just been busy.
  15. Noxid

    no time for addictions I have too much homework :muscledoc:

    no time for addictions I have too much homework :muscledoc:
  16. Noxid

    I think I might need to tell you that it's generally considered bad foruming around here to bump...

    I think I might need to tell you that it's generally considered bad foruming around here to bump a thread that's been dead for a long time and you seem to have been doing a bit of that. Just check the timestamp of the last post, else some other people might get upset with you :s
  17. Noxid

    Okay.

    Okay.
  18. Noxid

    Pixel Art

    I had a really hard time with the eyes :s It got to a point where I said "I have to move on or this will never be finished" And yeah Ollie, Kuma's a pretty big cat.
  19. Noxid

    Pixel Art

    Note to self: real cats take significantly longer to draw than stylized cartoon ones.
  20. Noxid

    Egypt

    I don't even know what post he's talking about :greydroll: I haven't deleted any posts besides a few spambots lately, and there's nothing that says "there was a post here but it got deleted". Are you sure you posted it in the first place? Either way I don't think this is how we're supposed to...
  21. Noxid

    Coolest weapon EVER!!!

    Step 1: Set the flag that says "Don't collide with tiles" for spur lvl3 Step 2: Set XP amounts for spur lvl 2 and 1 to 1 (or zero? can you do that?) Both of these can be done with Cave Editor.
  22. Noxid

    Post Your Favorite Game Track

    8Xi-CxR-a2o This is the best music for a short, empty and largely featureless hallway.
  23. Noxid

    Quick Modding/Hacking Answers Thread

    In order for quote to move with an entity, it needs to have a velocity that can be transferred to him. This entity moves by adding directly to x/y position, so you'll need to convert that to setting a velocity and then add some bit at the end that adds the velocities to the position. It may...
  24. Noxid

    Quick Modding/Hacking Answers Thread

    CPU Disasm Address Hex dump Command Comments 0044CCA6 |. 0FB748 50 movzx ecx,word ptr [eax+50] 0044CCAA |. 83C9 08 or ecx,00000008 0044CCAD |. 8B55 08 mov edx,[ebp+8] This is what I am talking about. Here, the NPC sets flag 0x8...
  25. Noxid

    Cave Story 3DS Discussion

    It goes 1, 2, 1, 3, 1, 2, 1, 3, ... And since it's a 3D model it'll actually animate fully inbetween every single static position rather than just have pre-rendered frames.
Back
Top