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

    The NEW post your picture thread

    A fellow unbearably-long-hair person! I thought I was the only one.
  2. FDeityLink

    Kenzo's guide for modding with Booster's Lab v1.2

    Sorry, I forgot to add the second quote when I was typing it up - you should enter cd "C:\Kenzo's beginner guide for modding with Booster's Lab" assuming the folder is at the top of your C:\ drive
  3. FDeityLink

    Kenzo's guide for modding with Booster's Lab v1.2

    Open command prompt on your computer, type cd "c:\path to BL guide. Then typeren *.html *.htm. This renames all the file extensions to htm. You'll have to do find and replace (ctrl + f) in Notepad++ to fix the links. That way it can be easier integrated with BL. EDIT: Shouldn't be spaces...
  4. FDeityLink

    Kenzo's guide for modding with Booster's Lab v1.2

    Looked through it a little bit - info is good, especially for a beginner to read. You can type ren *.html *.htm in command prompt after navigating to the directory to mass replace the file extensions. Then use find and replace in notepad++ to replace "html" with "htm". It'd make integration with...
  5. FDeityLink

    yeah trump is so moderate

    yeah trump is so moderate
  6. FDeityLink

    Deku Blaster - snes style platformer

    You're really going to want to make all of the art/assets completely your own before even thinking about a Kickstarter, or you'll get screwed with legal issues.
  7. FDeityLink

    How do read internet

    Actually it's Waterfox (x64 version of Firefox, although Mozilla recently released an official x64 Firefox)
  8. FDeityLink

    Right, sorry, I did. Thanks for the links @q3hardcore and @andwhyisit

    Right, sorry, I did. Thanks for the links @q3hardcore and @andwhyisit
  9. FDeityLink

    Quick Modding/Hacking Answers Thread

    CS is 32-bit, but that doesn't really have much to do with what version of olly you use - x64 bit olly will run better on x64-bit computers. I'm pretty sure there's an x64-bit olly and that I have it downloaded, but I could be wrong. Of course if there isn't, @Kenzo_ITC should consider the other...
  10. FDeityLink

    Quick Modding/Hacking Answers Thread

    You just open cave story in a hex editor (like HxD - google it). Seek to the offset and change the value (make sure it overwrites the pre-existing value and doesn't add a value). Just change the values already there to what RuneLancer specified.
  11. FDeityLink

    Show us your desktop

    Flash and Java were both cut because of security risk with something called NPAPI. Chrome stopped supporting a lot of plugins when they deprecated NPAPI in version 42. Google wants people to start relying on more web-centric technology like JS and browser extensions (for good reason of course)
  12. FDeityLink

    Quick Modding/Hacking Answers Thread

    Well do you have a 32 or 64-bit OS? Google how to find out if you don't know. Download the 64-bit version of ollydbg if you have 64-bit windows. And if that doesn't work, try this out - haven't used it and of course there are no guides around here that show it but it seems to do what olly does
  13. FDeityLink

    Show us your desktop

    Mine's the same except for three AutoCAD shortcuts and Eclipse.
  14. FDeityLink

    Show us your desktop

    He didn't directly, but you can see some in the pictures he posted
  15. FDeityLink

    Quick Modding/Hacking Answers Thread

    AFAIK the assembler doesn't give you a disassembly dump so you have no way of knowing the addresses that control the pc's rects, so I'm pretty sure you'll need ollydbg. Are you using the right version? (32 vs 64-bit depending on what architecture your laptop has - this has caused issues for some...
  16. FDeityLink

    Quick Modding/Hacking Answers Thread

    Doesn't npc.tbl control both of these? use BL's npc.tbl editor. if it doesn't, there is probably an offset for the pc in the asm compendium - edit the framerects which are by the start offset
  17. FDeityLink

    Booster's Lab - It's Pretty Good Now

    It is, but I highly recommend Notepad++ Great text editor - syntax highlighting, some autocompletion, etc.
  18. FDeityLink

    Booster's Lab - It's Pretty Good Now

    Everything but a guide to using BL is here, but BL itself has a help guide accessible with the "Help" option at the top edit: also check out hacking/modding guides under here
  19. FDeityLink

    @SeasonsOfDestiny Haven't you heard about xander's fanfics? I haven't read them, but I think he...

    @SeasonsOfDestiny Haven't you heard about xander's fanfics? I haven't read them, but I think he was depicting them in an r34 way or something like that
  20. FDeityLink

    Booster's Lab - It's Pretty Good Now

    Aww yiss facepic preview is great I agree that IBF should be put in
  21. FDeityLink

    OS Development Log

    I said "one some level" because while it's very easy to do in C, depending on how low-level you go it can get complex. I guess it's easier in ASM than I thought. but it's still more complex than a printf() call.
  22. FDeityLink

    OS Development Log

    Not necessarily for all this - at the bare minimum an operating system has a way to use some of the basic functions of a computer, which basically just means being able to run a program on the CPU. My dad programmed one, along with its programs, entirely in Assembly in college. It ran a few very...
  23. FDeityLink

    'ello! Welcome back!

    'ello! Welcome back!
  24. FDeityLink

    I hate Trump, but this is pretty clever https://i.imgur.com/KmuXdoq.jpg

    I hate Trump, but this is pretty clever https://i.imgur.com/KmuXdoq.jpg
  25. FDeityLink

    Who do you want to win the U.S. presidency 2016? (Debate)

    Although Trump writes at a fourth grade level, he somehow manages to convince all these people to vote for him
Back
Top