• 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

    Heavily commentated NPC code

    Yes, I do have that, and I was consulting to it. ~Debug Cat~ ~Shovel brigade~ Footnotes: Ok. . . I'm stuck, what does this mean? umm, I know that your busy, but it's been over 2 weeks. . . Could I please have a hand?
  2. BLink

    Cave Story Day and Night Concept mod

    So, after getting bored with scripting Sue's Story, I decided (to pathetically do even more scripting) to make a little mod that "proves" the concept of Day and night in Cave Story. Enjoy. Click Here
  3. BLink

    Suu No Monogatari ~ Sue's Story 0.2.0.1

    patience young one.
  4. BLink

    Suu No Monogatari ~ Sue's Story 0.2.0.1

    Yeah, I hate it when a mod get's cancled/abandoned. I have made "Some" progress but it's still not worthy of a demo release just yet. I only have about 5 minutes worth of play time right now. (Most of the stuff I've done has been cinematic, and a title screen redo) Ok time for another update...
  5. BLink

    Quick Modding/Hacking Answers Thread

    As If I wouldn't. :P Anyways, thanks. Is it possible to change tile No. 65 (or 69, 7F, 6D, whatever.) Into a tile that is submerged under water, but you walk behind it. Or in other words, combine tile 60 and 40
  6. BLink

    Quick Modding/Hacking Answers Thread

    Ok, I glanced over This thread and didn't see what I was looking for. how (or really where) do I change the X/Y location of Quote on the title?
  7. BLink

    Quick Modding/Hacking Answers Thread

    Here's a interesting Question. How would I go about making it when your on the title screen, over "New" it would show Quote, but when you are over "Continue" it would show a different character from the MyChar pallet.
  8. BLink

    Quick Modding/Hacking Answers Thread

    What do you mean by flag 4000? is it or
  9. BLink

    Quick Modding/Hacking Answers Thread

    For some reeeeeeeeeeeealy strange reason, when I drown my mod runs miscellaneous script,. Results are totally random, it even pulls script from different maps. Such as drowning in Labyrinth H makes you travel to the first cave. and if it helps. . . #0041...
  10. BLink

    Cavern Tale [The Museum Update]

    This will be epic. HOW MUCH LONGER DO WE HAVE TO WAIT?!?!? THE EXCITEMENT IS KILLING ME! :toroko2: :momo: :greydroll: :muscledoc: *sigh* Ok, I feel better now.
  11. BLink

    Quick Modding/Hacking Answers Thread

    Your forgetting your <END command (you should probably throw in <MNA (map name) and <CMU---- (changes music) into event #0094 on the receiving end) It should look like this. #0094 <FAI0004<END And in your third quote it NEEDS to be #0094, not just #94 Rule number one...
  12. BLink

    Quick Modding/Hacking Answers Thread

    It depends on what your trying to do, If you want to change the Parallax scrolling you need to go to *somwhere* in the exe and edit it. (using assembly) If the background is just not showing correctly, you need to (assuming your using Cave Editor) go under map settings > properties > scroll...
  13. BLink

    Quick Modding/Hacking Answers Thread

    It didn't attach, so I pulled olldybg and wrote the coding out.
  14. BLink

    Quick Modding/Hacking Answers Thread

    how do I fix this? I cannot change the X/Y location of the sprite on the title screen. seriously, It's driving me bonkers. Here is what the code looks like. CPU Disasm Address Hex dump Command Comments 0040F9B0 /$ 55 PUSH EBP...
  15. BLink

    Heavily commentated NPC code

    well that's kind of the thing. . . I don't understand exactly what that does. :/ I know what push ebp mov ebp,esp sub esp,10 and mov esp,ebp pop ebp retn means, (along with why we mov esp before ebp at the end) and the framarects. . 004517F6 |. C745 F0 00010 mov dword ptr...
  16. BLink

    Heavily commentated NPC code

    ok, here it goes ~Debug Cat~ ~Shovel brigade~ just posting my progress just so I don't lose it.
  17. BLink

    Heavily commentated NPC code

    You mean this thread? NPC Hacking That doesn't answer my questions.
  18. BLink

    Cave story: Revenge of Ballos (CSROB) ideas and development

    To make us a little more interested in your mod here, could you tell us a little about it? ie. plot, screen-shots. It makes us more likely to play the game.
  19. BLink

    Heavily commentated NPC code

    Some useful Examples: Debug Cat: [/size] Shovel Bricade: [/size] Purple Critter: [/size] old useless post: here are my questions: What address do I start at? How do I make my own framarects? Is it really as a simple as MOV DWORD PTR SS...
  20. BLink

    Cave Story+ Sprite Editing

    Go under save as > .png format.
  21. BLink

    Quick Modding/Hacking Answers Thread

    Go under settings > Song setup > Repeat range. your welcome. :mahin: Ok, I'm a jerk, how do I change the x/y location of the title screen picture? and the x/y where quote walks as well.
  22. BLink

    Cavern Tale [The Museum Update]

    This looks awesome, I am SO playing this when your done. :pignon:
  23. BLink

    Quick Modding/Hacking Answers Thread

    You most likely forgot to disable the read-only status form the files. right click on doukustu > properties > unckeck the read only box do the same to the data folder.
  24. BLink

    Suu No Monogatari ~ Sue's Story 0.2.0.1

    The tileset was ripped from mimiga army. I forgot to ask soulslayer if I could use it. :/
  25. BLink

    Quick Modding/Hacking Answers Thread

    Thank you, it's works. :D New Question: I need to give King a teleport in/out command. Where do I place the call command? And from what address?
Back
Top