• 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

    Hey man. How do you make a DLL with C or C++ and use it? You know, like pxtone.dll, except not...

    Hey man. How do you make a DLL with C or C++ and use it? You know, like pxtone.dll, except not that one? I don't care about ASM hacking - just C/C++ support of DLLs.
  2. C

    mods you'd like to see return

    Can't do that without permission.
  3. C

    mods you'd like to see return

    Ralren ;_;
  4. C

    Cave Story + Other Videogame T-Shirts

    You moron that image is actually on the T-shirt. It's not pasted on with an image editor. The rectangular frame is a feature, not a bug.
  5. C

    mods you'd like to see return

    1. Schism 2. WTF Story (yes GIR, we know you've been working on that options menu for the past 4 months. Hmm....) 3. King: Strife and Sacrifice (what is mod? Why not CSEngine? What is CaveEditor? Why not Booster's Lab? What is TSC to text converter by Celtic Minstrel? Why not Java editor for TSC...
  6. C

    Rosenstillkrueletto [???]

    How do you spell this game's name? I remember it on the old Mirai Gamer forums.... oh them Mirai Gamer forums.... but of course those don't actually exist anymore. If you want to be a hacker, yes an assembly hacking master, then you just need to see Runelancer, yeah he's on the forums mm-hm...
  7. C

    Cave Story - Redesign v0.50.6

    I am just making a point Lace. I don't care if this mod becomes the best mod ever or dies. Okay? EDIT: Are you also seriously saying that this mod, the Redesign mod, of all mods, is actually better than The Show, WTF Story, King's Story, and Schism? What? Huh? These are the best mods on the...
  8. C

    Quick Modding/Hacking Answers Thread

    Unless you rewrite all of TSC, that is not possible. Why? TSC must trigger due to an event happening. If you just hover over something, it must trigger the event. That works with 0x100 flag. You could do it that way. You would need to temporarily disable the 0x100 entity using a timer. Timers...
  9. C

    Appending Posts...

    Oh yeah... I forgot PHP does not use dot notation for object fields and methods. What a weird language.
  10. C

    Appending Posts...

    Consider this code: function publishPost($postMessage, $thisPoster, $lastPoster) { $flag = $lastPoster === $thisPoster; if ($flag) { $lastPost.edit(getContents($lastPost) . $postMessage); } else { $newPost = $makePost($postMessage); } return $flag ? $lastPost : $newPost; } If a user has just...
  11. C

    Quick Modding/Hacking Answers Thread

    There is absolutely no way that you can read a sign on a different block than the sign, unless you are really dumb and used an H/V trigger. Just take a regular entity (a sign), give it flag 0x2000, set it to an event, and write whatever you want inside that event. Confused? Read some TSC...
  12. C

    Cave Story - Redesign v0.50.6

    I swear there are still bugs. I once thought this was the worst mod ever made - even worse than Super Nito Street Journey or whatever... simply because there were so many bugs that could screw up your save file permanently. It's a lot better now. This mod is a good one. But as long as it has...
  13. C

    Quick Modding/Hacking Answers Thread

    So? It works now?
  14. C

    Quick Modding/Hacking Answers Thread

    I don't understand what you are trying to do. What do you mean the same block? By default, you cannot read a sign unless you are on the same block or tile as the sign. So your problem is solved.
  15. C

    Flowering Nose

    http://www.radicalplay.com/floweradventure/ A wonderful isometric game written in Java. You play as the nature loving Miss Rose Nose, or something like that. Your job is to defeat slugs that mess up the environment, collect items, and freeze hell itself. Oh, did I mention there were nukes in...
  16. C

    Quick Modding/Hacking Answers Thread

    Pixel uses a half-rect when rendering the UI for the player. That's not relevant though.
  17. C

    Quick Modding/Hacking Answers Thread

    CALL 40F380 00499bc8 WeaponData[0x00].ID +00 0x14 in size. 00499bcb WeaponData[0x00].ShotID +04 00499bcc WeaponData[0x00].Level +08 00499bd0 WeaponData[0x00].Energy +0c 00499bd4 WeaponData[0x00].MaxAmmo +10 00499bd8 WeaponData[0x00].Ammo +14 Find all call 40F380 instructions and figure out...
  18. C

    Mod Story: Critiques from hell

    Yes please tell every person on these forums to chill. That makes it 100 times more chill for everyone. We might even get hypothermia! So sexplosive, what have you done to chill your pills?
  19. C

    Zero A.D.

    http://www.wildfiregames.com/0ad/ Zero A.D. is a game in the same vein as chess and go. Your job is to control an army that fights a (more or less) equally sized army. You gather food, lumber, and stone to build units and army soldiers. You fight the enemy, and whoever takes control wins. You...
  20. C

    The Show

    The music that Ollie makes is just amazing. You can easily compete with all the good music makers on this forum. And more than that. Are you teaching music to anyone? You'd be so good at theory even if you could just intuit all the chord progressions, notes, and melodies.
  21. C

    Cave Story FanArt

    Muahuahua Human Balrog... must have used the transmogrifier. On that note, I'd like to see a gaudi quote. Or a Curly puppy. Maybe Chako sand croc?
  22. C

    Mod Story: Critiques from hell

    Yes please post every video as an embedded YouTube vid on the first post of this thread. That makes it 100 times easier for everybody.
  23. C

    Cave Story FanArt

    Cha-Ching INDEED! Whoo hoo... Very nice fanart there.
  24. C

    Cave Story + Other Videogame T-Shirts

    Well I accidentally can't art. Better fanart would look good on a t-shirt.
  25. C

    Quick Modding/Hacking Answers Thread

    Basically, make sure you render using the global framerect, not the half-rect used for some things. And, also render at (0, 0), which is the top left corner of the screen. This is not math, so regular graphing rules don't apply.
Back
Top