• 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

    Forum Spam

    we used to have a tally of how many spambots were stopped on the index page, it was a Very Big Number
  2. Noxid

    who needs fanfiction when youve got sansfiction

    who needs fanfiction when youve got sansfiction
  3. Noxid

    Forum Spam

    Clearly, part of the registration process needs to contain an essay question that is sent to me for evaluation
  4. Noxid

    the glitches are my favourite part

    the glitches are my favourite part
  5. Noxid

    Quick Modding/Hacking Answers Thread

    https://dl.dropboxusercontent.com/u/42853625/FunctionlistNox.txt
  6. Noxid

    uh

    uh
  7. Noxid

    20 years ???

    20 years ???
  8. Noxid

    ÆīØÜ

    ÆīØÜ
  9. Noxid

    Forum Spam

    There's no such thing
  10. Noxid

    shoulda' been me

    shoulda' been me
  11. Noxid

    I knew this day would come

    I knew this day would come
  12. Noxid

    we're learning so much

    we're learning so much
  13. Noxid

    CaveEditor again (beta, maybe alpha)

    I still haven't gotten around to adding that previewer in the TSC editor
  14. Noxid

    Show us your desktop

    It's where I put all of the trash I had to play to get Cool Points in Ludum Dare calling them games is pretty generous as it is
  15. Noxid

    Show us your desktop

    I should tidy up
  16. Noxid

    ok look. one, there's no need to be snippy. I'm trying to guide you towards the right answer...

    ok look. one, there's no need to be snippy. I'm trying to guide you towards the right answer because it's better for you to figure it out than for me to just tell you how to do it. and two, yeah? maybe? I mean, the core concepts carry over no matter what language you're using but C is probably...
  17. Noxid

    blink cmon this is like, first year CS stuff. Just google "C string to int" for some examples or...

    blink cmon this is like, first year CS stuff. Just google "C string to int" for some examples or something
  18. Noxid

    you have to subtract from the hex value of the digit.. like '1' is 0x31 so subtract 0x30 and you...

    you have to subtract from the hex value of the digit.. like '1' is 0x31 so subtract 0x30 and you get the right answer.
  19. Noxid

    please view this page http://www.asciitable.com/

    please view this page http://www.asciitable.com/
  20. Noxid

    like I said, the function only ever reads four bytes at a time. And it interprets them as...

    like I said, the function only ever reads four bytes at a time. And it interprets them as ascii-encoded decimal, so you can't just chunk hex in and expect it to work you'd be better off just decoding it by hand
  21. Noxid

    anyway for that function I'm pretty sure you have to push a pointer to an ASCII string and it...

    anyway for that function I'm pretty sure you have to push a pointer to an ASCII string and it reads the first four bytes from it, so no null terminator is needed
  22. Noxid

    a dword is four bytes long

    a dword is four bytes long
  23. Noxid

    Official CS modding wiki thread

    yes probably
  24. Noxid

    Official CS modding wiki thread

    what about them
  25. Noxid

    Official CS modding wiki thread

    I would recommend holding off on trying to compile a mod database, wink wink nudge nudge
Back
Top