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

    Cave Story 3D project

    Damn. Not bad. :D Quote: His picture's gone man. :p Curly: My biggest gripe with her is her hair. It looks like it's made of large solid clumps of plastic almost entirely because of the material it's made of. Perhaps a tad too much specularity. (Unless that was the intended effect; she is a...
  2. RuneLancer

    Assembly Hacks

    This is assembly. Assembly is the stuff that makes a program run. The codes were obtained by dumping the game's assembly code, analyzing it, and rewriting bits and pieces. What you see are the actual changes being made to the code. To put them in, open your Cave Story.exe with a hex editor...
  3. RuneLancer

    So, I'm back, and I'm looking for Miza or Sue's Workshop

    I think you can find them here. (OH YEAH! TOTAL THREAD NECRO, BABY!)
  4. RuneLancer

    Mod about the forum

    You think you've got it bad? I'm not even an assembler or programmer of any sorts. :D
  5. RuneLancer

    Reshaper256's Thread of Stuff Going

    ...! Wow, it really is a small world after all. :D If you're still around, hey hey, man! Best of luck on your current ROM hacking projects. :)
  6. RuneLancer

    Game Making?

    What you downloaded is the VB runtime, not Visual Basic. The runtime is a little thingie Windows needs to run VB programs (but if you have VB installed, it's unecessary.) Ultimately, you'd end up following links here.
  7. RuneLancer

    Har, a new toy!

    Ok, the data script format is finalized and I've merged compilation and decompilation scripts. Enjoy. :) ############################################ # Final Fantasy V # # Base Stat Script # # by RuneLancer #...
  8. RuneLancer

    Game Making?

    Something tells me you didn't get the right thing. Can you be a little more descriptive?
  9. RuneLancer

    Game Making?

    Personally I'd suggest learning to program. Best damned way to make games, and you'll get the best results too. If this is what you intend to do, grab Visual Basic. It's easy to learn and you'll be making simple games in just a few weeks. This (leaning how to program) is the way to go if you're...
  10. RuneLancer

    Mod about the forum

    Doesn't seem like the project having ended was very clear to anyone though. :) Shame, seemed like a fun idea. Seeing as I'm working on multiple characters for my new hack, I'm pretty sure that could've been put to interesting and creative uses for this project.
  11. RuneLancer

    Random Cave Story related questions/comments/stupidity

    Oh! Crap, I forgot about this thread. Yeah, just pullin' yer legs... ;)
  12. RuneLancer

    Metroid Fusion: The Sa-X change of heart

    That sounds like a good plan, but there are two problems. 1- The space station has been around for a while. The SA-X was discovered when it attacked Samus. Shortly afterwards, her suit was sent to the station. Not very long after her recovery, the SA-X from the biological parts of her suit...
  13. RuneLancer

    Har, a new toy!

    Yes, that IS what I posted in the code box. ;) I've also given different formats some thought. Here's a decompiler script file for Final Fantasy V's character startup stats. ; **************************************************************** ; *...
  14. RuneLancer

    Ballos' Lab

    Madness? THIS! IS! ASSEMBLY! O_O
  15. RuneLancer

    Har, a new toy!

    What do you mean? Isn't that what I just posted in the code box...? If you mean the format of the code that goes in the script window, well... it's assembly. There is no "format." It's a full-blown compiler so it doesn't take whitespace into account. ;) Anyway there's some code in the screenshot.
  16. RuneLancer

    Metroid Fusion: The Sa-X change of heart

    Nightware was a real pain in the ass the first time around for me too, lol. Once you figure out how he works though, he's got an easy (if annoying) pattern to follow. One thing I'm curious about is why the critters you rescued from Super Metroid don't get infected. They're no better protected...
  17. RuneLancer

    Har, a new toy!

    Ok, the parser file format is ready! There's still something missing (support for r/m8, r/m16, and r/m32 operands) but the basic format is now set in stone. Here is the 80x86 compiler script file, minus the r/m operand instructions and the MMX/FPU/priviledged/undocumented instruction. .mode...
  18. RuneLancer

    Ballos' Lab

    If it's any encouraging, I somehow managed to write up the entire custom script tokenizer class for this in roughly 15 minutes without running into a single bug. I'm on a roll. During the week I'll implant a simple parser mode to represent structured data (ex, NPC data) This'll give me a chance...
  19. RuneLancer

    Ballos' Lab

    Ok, I haven't worked on this in a little while, and I figured I'd post an update on what's what. First of all, you may want to have a look at this little toy: click me! Injector isn't just for assembly, but for absolutely anything. The way the project is going, if it's binary and can be...
  20. RuneLancer

    Metroid Fusion: The Sa-X change of heart

    The SA-X's natural enemy is the metroid (as is mentionned at some point in-game.) I think the game even mentions that they're the only threat to the SA-X other than cold. Also, at this point, the metroid species is supposed to be extinct. This is later revealed to be wrong, as the galactic...
  21. RuneLancer

    KVTC: Final Fantasy Tactics Advance - Marche is Evil

    I can just see FF20's plot, the way things are going... The main character, a paranoid schizo (he got this from being exposed to some big magical thingabob, as a surprise plot twist that's revealed halfway through the game), runs around asking everyone if they're the main villain. Ultimately...
  22. RuneLancer

    KVTC: Final Fantasy Tactics Advance - Marche is Evil

    I must have missed the romantic involvement between them. Seemed Ritz was more into that Viera following her around than into Marche, IMO... She wasn't very open and warm around him save for one scene needed to give her a reason for wanting to stay in Ivalice. Her character felt really just...
  23. RuneLancer

    Har, a new toy!

    Yeah, that's the script parser. That's the part that's still in dev and not ready for use. :o Don't worry about parser-related problems. You basically told it to parse an instruction that expects operands but has none. Since the parser is being changed to use external files, I never got around...
  24. RuneLancer

    Har, a new toy!

    There isn't much that can go wrong right now (it being mostly interface at the moment) but if you spot anything, let me know. Ignore any parser-related bugs as that part is totally mid-dev and not intended for use yet (although if the app crashes, that's a different matter...) Once this thing...
  25. RuneLancer

    Cave Story RPG?

    Hrm, yes, we were. Sorry, my bad. :o The actual algorithm used is a bit different (I don't want people knowing all of the game's formulas and secrets when it comes out, that would just suck. :p) and I lost track of what was changed around and what wasn't. The actual formula for this bit uses a...
Back
Top