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

    Let's write a story

    So one day quote was sitting on a stump near the edge of the woods. Looking over the cliff he saw the island he once had such a wonderful adventure on... He was thinking...thinking about things...
  2. BLink

    Get your Custom NPCs right here folks!

    I... I don't know what the issue is. It seems that only when the projectile spawns when it does that... the smoke generator npc spawns ones that are completely normal and aren't collide-able with. Hmmmmm........ Has anyone else had this issue before?
  3. BLink

    Cave Story FanArt

    That is really cool man.
  4. BLink

    Get your Custom NPCs right here folks!

    I tested it in the boss fight.... let me check... it should look like. change size to no smoke.
  5. BLink

    Get your Custom NPCs right here folks!

    oh, right right, I'll fix that ASAP. and removing it would still not fix the issue with the other entitys that use smoke. try editing the npc.tbl file and see if that works. -=-=-=-=-=-=-=-=-=-=- Oh wow, I finally get to it and it took me 2 seconds to fix. Open up your favorite npc.tbl...
  6. BLink

    Artwork and Stuff

    Another amateurish piece brought to you by Bombchu Link [/SIZE] I've been drawing every day and I see how much I have improved by looking at my past work. Still got a long way to go though. @ElecMaw Nice piece, better then I could do.
  7. BLink

    Cave Story Remix Project 2

    That's really good. I like how smooth it is, especially the violins. (other then the fact that there are already to many moonsong remixes)
  8. BLink

    Wut... is dis?!?!

    ummm... (never seen it before) that was..... interesting...
  9. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    I know... I'm just whining at this point. "will to try...."
  10. BLink

    Why does the demon crown have a red eye?

    Maybe one who wears it can see through it...? Or it's just a glass ball with a back dot on it (possibly magically enhanced)? Or does it possess the power or the crown? Or maybe Pixel just put it there because? ...Or it hasn't had any eye drops for that long.
  11. BLink

    Kero Blaster, A New Game by Pixel

    like Sonic 06... Praise to Pixel.
  12. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    You may be right, but what about replacing stuff like monster X or the core (as long as no-ine else cares) or I just merge NPC's like the save disk and health refill. What about ASM edits and hex patching? I think it would be good to have an exe in the download.
  13. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    I know about the child entities that crash on their own. I just need to find space.
  14. BLink

    <iframe id="ytplayer" class="EmbeddedVideo" type="text/html" width="640" height="390"...

    <iframe id="ytplayer" class="EmbeddedVideo" type="text/html" width="640" height="390" src="http://youtube.com/embed/LDpbdQArEpE?html5=1&fs=1" frameborder="0" allowfullscreen webkitallowfullscreen /></iframe>
  15. BLink

    Whoa, I look at my youtube channel and see my old CS mod video at 1,144 views

    Whoa, I look at my youtube channel and see my old CS mod video at 1,144 views
  16. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    I read that right. I should have worded that differently.. I CANNOT DO ANYTHING OTHER THEN WRITE CODE FOR CAVE STORY NPC'S. there.
  17. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    because I suck at anything outside of the doukustu assembler. :/
  18. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    It will affect all the rooms. But with my handy dandy optimizing I can do it without consuming an existing NPC/ using a dud one.
  19. BLink

    [On Indefinite Hiatus] The CSTSF Mod Collab

    Can I do NPC hacks for my room?
  20. BLink

    Artwork and Stuff

    That looks really good! Reminds me a little of the concept art for the more recent Zelda games.
  21. BLink

    Yes, but it will have to do... Unless of course Noxid will praise my works enough to give me...

    Yes, but it will have to do... Unless of course Noxid will praise my works enough to give me CS32 If you want to make a 128X128 one as well, that would be great.
  22. BLink

    Can you make me some 16X16 and 32X32 pixel sparkle dogs?

    Can you make me some 16X16 and 32X32 pixel sparkle dogs?
  23. BLink

    Quick Modding/Hacking Answers Thread

    it's bigger first? ok, tried it and it works. thanks. *puts down in NPC hacking guide*
  24. BLink

    Quick Modding/Hacking Answers Thread

    He's right. I even tried moving the location of the pointers settings and it still won't work. cmp npc.scriptstate, 2 je :keep_going push 0 push 3 call Random add esp, 8 cmp eax, 1 jne :keep_going setpointer mov npc.direction, 2 :keep_going setpointer mov npc.scriptstate, 2 Like so.
  25. BLink

    Quick Modding/Hacking Answers Thread

    aaaaaaaaaaaaaaaannnd it works now... -_- I feel stupid. I had a jge instead of a jle. Anyways here's another issue I have. cmp npc.scriptstate, 2 je :keep_going push 0 push 3 call Random add esp, 8 setpointer cmp eax, 2 jne :keep_going mov npc.direction, 2 :keep_going mov...
Back
Top