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

    Follow Quote on Twitter!

    mod? did someone say mod...
  2. Lace

    Smilies

  3. Lace

    A few questions

    ASSEMBLY!
  4. Lace

    A few questions

    assembly. =D
  5. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    ooh, that's jerky. as far as I can tell, npcs and weapons etc. don't ever call the graphics code, they just post a bunch of frame rects, and do some multiplying as the case may be to get the proper x and y. the rects all seem to be posted after 0xFFFFFF00 though. your gunna have to do real...
  6. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    kay, I'm trying to get you a foothold on the graphics code db. you better start learning assembly.
  7. Lace

    The Dark Platform - After The Fact (Mod)

    DARKER! BARELY DISCERNIBLE FROM BACKGROUND!
  8. Lace

    Follow Quote on Twitter!

    eh? why'd he stop? chaco shouldn't take that long
  9. Lace

    Smilies

    YES! THREAD ICONS NEED FAXIBG!
  10. Lace

    Editing PBMs

    okay, new method of doing this, I said it on the first page, but wanted to explain in detail for all you peoples out there. the code that checks for (c)pixel is at 0x0111F0. what it does here (as far as I can postulate) is do a character by character comparison between the string at the end of...
  11. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    yes, which is what dbs problem is. (as far as I can tell) if you didn't just swap the file extensions and eliminate (c)pixel, what did ya do, canada boy?
  12. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    to change the in-file format just use your hex editor and searchy.pbm. change it to whatevs.
  13. Lace

    Quick Modding/Hacking Answers Thread

    yep, olly. I'm just testing the game (no fancy shmancy breakpoints), but the effects are pretty clear. this code sets the max moving speed to your health, and with a health of 812, which is the normal moving speed, you move much, much slower. if ya wanna see what I mean, jut inject this code at...
  14. Lace

    Quick Modding/Hacking Answers Thread

    okay, problem, this MOV EAX,DWORD PTR DS:[49E6D0] MOV DWORD PTR SS:[EBP-1C],EAX only moves the first byte, nawt the whole word. any ideas why?
  15. Lace

    A quick question

    set flag 200 on teh npc
  16. Lace

    Quick Modding/Hacking Answers Thread

    that's interesting, stinks about your hack tho...
  17. Lace

    Follow Quote on Twitter!

    you have no life. fun, though.
  18. Lace

    Quick Modding/Hacking Answers Thread

    anyone know why the top of the stack is made the base at the beginning of every function, then is made the base again at the end?
  19. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    wut? that wasn't sacrasmic! jpegs ruin fotos, gif sucks and the bmp doesn't hold transparencies!
  20. Lace

    A few questions

    why doesn't anyone look at the stickies? this belongs in QUICK MODDING/HACKING ANSWERS. yeesh. [/angermoment]
  21. Lace

    PNG Story - From the idiot attempting to bring you The Dark Platform

    you can use 256 colors in the pbms...
  22. Lace

    A quick question

    why doesn't anyone look at the stickies? this belongs in QUICK MODDING/HACKING ANSWERS. yeesh.
Back
Top