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

    We gotta Vary Shit Up

    This. Definitely this. Some people get really pissed when everybody harshly criticizes their mod, or just don't post in their mod thread. However, you should mod for fun and not for fame. Pixel implied (using Hermit gunsmith dialogue) that even if only one person played his game, he would be...
  2. C

    On Modding and Mods

    echo of file_get_contents seems to make it more clear what you are doing, I guess.
  3. C

    On Modding and Mods

    That actually makes little sense. I would expect that to print the function call as a string. The only difference is that there are no quotes around it, so it does evaluate properly. It's a little hard to read frankly, but it's good to have that feature. Most of the things I hate about PHP are...
  4. C

    Music Requests Thread

    You will probably require OrgMaker to play the song. The Cave Story engine can't play all types of ORG files, because it isn't designed to use particular types of drums, unless the WAV/ORG hack is applied.
  5. C

    Is this possible? - Text box portraits

    The best way to program is not the lazy way. You can never make anything useful if you always do things the lazy way. Eventually, it will come back to haunt you when you want to add a new feature or expand your program's code, even in assembly. The correct way would be to disable the scrolling...
  6. C

    On Modding and Mods

    brainfuck is fairly elegant. Only has a handful of very simple instructions, and acts very much like assembly, but looks nicer. C++ is brainfuck because it fucks with your brain, and isn't elegant at all.
  7. C

    Your best ingame achievements

    I have beaten IWBTG. I also finished La Mulana, most of it without using walkthroughs / FAQs / let's play videos.
  8. C

    Is this possible? - Text box portraits

    It's just a really lazy way to hack it.
  9. C

    Is this possible? - Text box portraits

    Oh that is 1000000 times cheap. He just made the facepic move REALLY FAST. That's total trolling!
  10. C

    On Modding and Mods

    I did the backquoting on purpose. I know you can do single quotes and fancy Perl like things. However, I have stopped using PHP pretty much. My website still has lots of PHP files, but those were transpiled (translationally compiled) from a different language. If you look at my Github, most of...
  11. C

    Is this possible? - Text box portraits

    Actually, I think Noxid did this in about 48 seconds after somebody suggested "talking" frames. He modified a few instructions at some particular offset I don't remember.
  12. C

    Lost my Booster v0.8

    There is a maximum downward falling speed (terminal velocity). Holding the down button will make you go faster. Perhaps. Maybe not. I think GIR is correct, physics wise.
  13. C

    Booster's Lab - It's Pretty Good Now

    http://stackoverflow.com/questions/11553112/how-to-add-close-button-to-a-jtabbedpane-tab Don't worrying about using Java to reinvent the wheel when you can just steal someone's code without asking them use the power of free and open source software.
  14. C

    On Modding and Mods

    PHP is my most hated language. $ in front of variables? Are you Perl? . to concatenate strings? What? I can't use the plus sign like all the other languages? -> for objects? Are you C with structs? Everything in the library is functions? Are you Lisp? You have methods too? That means you...
  15. C

    Shameless Self-Advertisement. :)

    If you want to be a hacker yes an assembly hacking master then you've gotta see Runelancer! He's on the forums too! -- Miraigamer Forums Song Yes a Collapse of Fantasy demo would be so awesome to play.
  16. C

    On Modding and Mods

    GIR, write a Python interpreter in TSC that reads Python bytecode from the flagdata, and we'll see how much you enjoy not having anything except boolean variables. Noxid, you will never achieve great things if you always try to be "rational." There are so many more irrational numbers than...
  17. C

    Lost my Booster v0.8

    I was actually afraid of that happening when I first played the game so out of habit I always save in Momorin's lair instead of next to the Last Cave. I mean, if you see a save disk, and there are just tons of presses below you, you're probably going to wonder... "can I get out if I save here?"
  18. C

    On Modding and Mods

    Hm, it appears that I messed up my numbers. 5. I cannot easily read a programming language with no indentation blocks. This is x86 assembly. 4. I cannot use a scripting language without integers. This is TSC because flags are not really integers, they're just bits. Yeah sure, flags are...
  19. C

    On Modding and Mods

    Why is Cave Story modding hard? This is a rant about why modding the original version of PC Cave Story is so difficult and why making an EXACT clone of Cave Story in C++ will not help very much. For a Cave Story clone to be successful, it must be significantly different from the original...
  20. C

    Shameless Self-Advertisement. :)

    Runelancer never needed to learn assembly. Runelancer is assembly. I thought you were an Original Sin fan... but... err... uh oh. I think some part of my logic center does not exist anymore for some reason... He (you) knew general assembly language from hacking other things and other games...
  21. C

    Shameless Self-Advertisement. :)

    Wait, you like... are working on a Touhou hack... and it's a real mod with assembly hacks? And it looks really good??? And YOU'RE NOT RYOOUTAN!?! I have just arrived at heaven's doorstep. :pignon: I used to use Sue's. Best editor ever. Sue's is like Python. Booster's Lab is like C++. Sure...
  22. C

    Your avatar seems very takoyaki today.

    Your avatar seems very takoyaki today.
  23. C

    TSC Flag Tracker

    You can also use this to take notes during class and keep track of your reminders. The flag number can have any alphanumerics as well as spaces, and the description can be a text value of any arbitrary length.
  24. C

    TSC Flag Tracker

    Keep track of your TSC flags using Mint 2.92! http://www.mediafire.com/?v9fv25yl0pkehqf INSTRUCTIONS: 1. Double click "FlagTracker.exe" 2. Type the word mint and press enter. 3. Now you can save your flag descriptions. Your flag information is saved into the folder named "flags", located in...
  25. C

    Quick Modding/Hacking Answers Thread

    He said only for MyChar, which is the main character spritesheet for Mr. Traveler.
Back
Top