• 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

    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?
  2. 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.
  3. BLink

    Quick Modding/Hacking Answers Thread

    What do you mean by flag 4000? is it or
  4. 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...
  5. 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.
  6. 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...
  7. 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...
  8. BLink

    Quick Modding/Hacking Answers Thread

    It didn't attach, so I pulled olldybg and wrote the coding out.
  9. 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...
  10. 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...
  11. BLink

    Heavily commentated NPC code

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

    Heavily commentated NPC code

    You mean this thread? NPC Hacking That doesn't answer my questions.
  13. 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.
  14. 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...
  15. BLink

    Cave Story+ Sprite Editing

    Go under save as > .png format.
  16. 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.
  17. BLink

    Cavern Tale [The Museum Update]

    This looks awesome, I am SO playing this when your done. :pignon:
  18. 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.
  19. 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. :/
  20. 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?
  21. BLink

    Suu No Monogatari ~ Sue's Story 0.2.0.1

    ~Suu No Monogatari aka Sue's Story~ This mod takes place during the events of Cave Story, but it's played through the eyes of Sue. Current version. (0.2.0.1) Bombchu Download Link --===Goals for 1.0.0.0===-- --===Screenshots===-- --===Sources===-- --===PROGRESS===--...
  22. BLink

    Quick Modding/Hacking Answers Thread

    I meant using a sound already found in the exe. (In this case the one when Tokoro is knock over in the shack)
  23. BLink

    Quick Modding/Hacking Answers Thread

    Where in assembly do I change the sound that plays when damage is dealt to Quote?
  24. BLink

    Quick Modding/Hacking Answers Thread

    If I was to change the X/Y location of the Cave Story logo/title and edited the framerects to make it cover the entire screen. It should work, right? All that I don"t know how to do is to apply multiple sprites over the same area and make them alternate . . . I'm very serious about doing this...
  25. BLink

    Quick Modding/Hacking Answers Thread

    How do I make an animated background on the title screen?
Back
Top