• 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

    Jenka's Nightmare Revived - Final release

    I do not approve of the word "Whoops" being spelled "woops" :awesomeface:
  2. Noxid

    Quick Modding/Hacking Answers Thread

    It also should be plural but in troth I don't care
  3. Noxid

    Quick Modding/Hacking Answers Thread

    CPU Disasm Address Hex dump Command Comments 00471C4B |. 837A 44 06 cmp dword ptr [edx+44],6 00471C4F |. 7E 09 jle short 00471C5A 00471C51 |. C745 FC 06000 mov dword ptr [local.1],6 ; Six missle 00471C58 |. EB 07...
  4. Noxid

    The Physics of Cave Story

    Yeah, it's more or less C/C++. Anyway what I'm saying is I know/can find out any particular detail about the engine you could possibly want to know. EDIT: Also this: http://www.cavestory.org/forums/posts/55117/
  5. Noxid

    The Physics of Cave Story

    0x200 in-game units is one pixel void __cdecl PlayerAgil(int CanControlPC) { int v1; // ecx@162 int v2; // eax@166 int v3; // edx@170 int v4; // eax@171 int WaterX2; // ST48_4@201 int WaterVelY2; // ST10_4@201 int WaterVelX2; // eax@201 int WaterX; // ST48_4@207 int WaterVelY...
  6. Noxid

    User Title Question

    The best thread :H No damnit that's not right ahh :pignon2:
  7. Noxid

    Got Twitter or Newgrounds?

    Haven't got either woo~
  8. Noxid

    Quick Modding/Hacking Answers Thread

    I believe that the extra tiles to fill the screen will either contain tile 00 if it's the first map you've loaded, or junk memory otherwise.
  9. Noxid

    But I wasn't rating on accuracy The original is pretty spunky too, in a different way.

    But I wasn't rating on accuracy The original is pretty spunky too, in a different way.
  10. Noxid

    Hmm, this is a tough call. I do believe that the Pxtone is much more accurate to the version I...

    Hmm, this is a tough call. I do believe that the Pxtone is much more accurate to the version I saw on youtube when i tried to find a ref (Also that is quite impressive stop-motion) but considering the limitations of the format your version is very well done as well. If you ever find yourself...
  11. Noxid

    Pixel Art

    I'm not sure. I think maybe after 100 cats is finished I might do something else? This was just a project for practice. I might make more star/moon themed ones, I'm not sure. I don't usually plan these ahead of time. Anyway, today is a double feature :pignon2: First is my 100 Cats piece; Kitty...
  12. Noxid

    Quick Modding/Hacking Answers Thread

    http://www.mediafire.com/?ianjjmnjgmq I think that's the right one
  13. Noxid

    Rate the Random Music of the User Above You

    Well, it had funk in spades, but it just didn't really move me. 7.2/10 KPME8OUe_QY
  14. Noxid

    Well then I guess I need a link

    Well then I guess I need a link
  15. Noxid

    I can probably handle that I might need reminding though

    I can probably handle that I might need reminding though
  16. Noxid

    The latter

    The latter
  17. Noxid

    How would you rate that org of Bad Apple!! you made on a scale of 0.3-12 I found a pxtone...

    How would you rate that org of Bad Apple!! you made on a scale of 0.3-12 I found a pxtone version (remix?) and if you're feeling confident I might want to compare them.
  18. Noxid

    Is it just me, or did they ruin it?

    :awesomeface::muscledoc::muscledoc:
  19. Noxid

    Oh, I see what I did. CPU Disasm Address Hex dump Command...

    Oh, I see what I did. CPU Disasm Address Hex dump Command Comments 00422615 83F8 10 cmp eax,10 That 10 should be an 11 (counting from 0 and all that, eh) Alternatively, you can just set a particular flag... 5875 should do if I did my...
  20. Noxid

    Yeah, this is what I get for not testing the TSC commands...

    Yeah, this is what I get for not testing the TSC commands. http://www.mediafire.com/?mv846acxjzjv8ho They were broken. Also about water, regularly water values were pre-set but they were all exactly half of the values that were for land, rounded up I think.
  21. Noxid

    If all the forum users went to a party...

    I did my own census based upon what I know, and this is what I got for posts >= 226: I only assigned those of whom I was 100% sure what country they're from. I don't know any of the older ones with large postcount (jcys, roonil, metalogs, etc) which puts alot into unknown.
  22. Noxid

    If all the forum users went to a party...

    Are you sure lace? Going by my own knowledge of who lives in the Great White North, I came to a total of 8560 posts for us; I stopped counting at at 225, though that shouldn't account for thousands of posts worth of difference.
  23. Noxid

    Is it just me, or do I sense a challenge?

    Is it just me, or do I sense a challenge?
  24. Noxid

    Shouldn't have anything to do with the executable file. Are you using the most recent version of...

    Shouldn't have anything to do with the executable file. Are you using the most recent version of the assembler (0.4)? Anyway, the easiest way to try and find the error is to open the text file and ctrl-f for "49E658]", and then check for anything odd If you still can't get it then ask...
  25. Noxid

    Quick Modding/Hacking Answers Thread

    004082C3 |> \8B55 08 MOV EDX,[EBP+8] 004082C6 |. C742 18 00F0F>MOV DWORD PTR [EDX+18],-1000 004082CD |. EB 22 JMP SHORT 004082F1 004082CF |> 8B45 08 MOV EAX,[EBP+8] 004082D2 |. C740 1C 00F0F>MOV DWORD PTR [EAX+1C],-1000 004082D9 |. EB 16 JMP SHORT 004082F1...
Back
Top