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

    Grand Gallery of Modding Tutorials (LOOK HERE BEFORE ASKING)

    I agree with Doors. Sue's Workshop ought to be removed, but Cave Editor is still my editor of choice.
  2. HaydenStudios

    Plus Porter (1.1.0.1)

    Sorry not replying sooner, I've been busy. That is an option I'm considering, but I really think it would be preferable to figure out what problem is occurring and fixing it by changing the code. Ah, that is an error with the port of AGTP Story itself, and not with Plus Porter. That port was...
  3. HaydenStudios

    I was once helping in a 5th and 6th grade Sundayschool class, and the whole class was dominated...

    I was once helping in a 5th and 6th grade Sundayschool class, and the whole class was dominated by boys that day. The teacher that I was helping challenged me to make a water fountain in the center of the table, and gave me 10 minutes to do so. The boys in the class were between the ages of 10...
  4. HaydenStudios

    Plus Porter (1.1.0.1)

    Well, this is becoming all the more frustrating. Like I've said to others who've had this problem, try creating a text document in the same folder as the Plus Porter exe, and fill it with this: java -jar "PlusPorter.exe" Then rename it to a .bat file and run it. This should make a command...
  5. HaydenStudios

    Plus Porter (1.1.0.1)

    Given the number of people that have reported this same issue, I'm pretty sure that it's actually my fault this is happening due to the way I coded something. I've had a suspicion as to what the problem is for a little while, but I'm not quite sure. Try using this slightly modified version of...
  6. HaydenStudios

    Quick Modding/Hacking Answers Thread

    It does in Cave Editor, but not Booster's Lab. If you're experiencing this problem, then you're probably using an older version of Booster's Lab, because last I used it, it automatically adjusted all the <TRAs for me when I deleted unnecessary maps. That, or Noxid somehow broke this function in...
  7. HaydenStudios

    Quick Modding/Hacking Answers Thread

    No, but using the copy map feature and redesigning the new map is usually pretty safe, and I think Booster's Lab supports adding maps as well.
  8. HaydenStudios

    Ah, smash tournaments. My brother is really into those. Although he does it with Melee. Out of...

    Ah, smash tournaments. My brother is really into those. Although he does it with Melee. Out of curiosity, how is smash Wii U generally looked upon by the smash community? Most of the smash community doesn't like Brawl very much due to the less fluid nature of the gameplay which makes quick...
  9. HaydenStudios

    My childhood. Yep, warp turbo boosts (also known as "super horps") are the best.

    My childhood. Yep, warp turbo boosts (also known as "super horps") are the best.
  10. HaydenStudios

    Plus Porter (1.1.0.1)

    So, I've been thinking this over. At this point you've piqued my interest enough for me to decide that I'll try to incorporate your idea into Plus Porter and see if I can make the filtering process go smoother. Though I do think it may be a little bit too optimistic to think that custom...
  11. HaydenStudios

    Quote's name being Quote.

    Ah yes, Malco. That's a very cryptic one. For most keyboards, the quote (") and curly brace ({}) characters are visually available on the keyboard, but some very obscure ones are not. In some word processors (not sure which ones this works in, but I know it works in KWord), you can get the omega...
  12. HaydenStudios

    Quote's name being Quote.

    Pretty much the logic behind the names of the named robots in Cave Story. As for why the name Quote for our protagonist, I'd say that it ironically symbolizes the fact that Quote's lines aren't specifically shown in-game.
  13. HaydenStudios

    Valentines Day 2015

    Quote and Curly Brace are celebrating Valentines day. Don't they look SO CUTE together?
  14. HaydenStudios

    Quick Modding/Hacking Answers Thread

    I'm going to guess that you haven't un-checked read-only on your mod's folder, since that's the error I usually get when trying to save changes to a game that's still set to read-only.
  15. HaydenStudios

    Jenka's Nightmare - Done. *mic drop* [3.0.1.0]

    The issues you mentioned aren't a problem at all. The main issues are the fact that this mod uses too many maps (Cave Story+ doesn't play well with more than 95), and I'm wanting to say I heard there are a few assembly hacks in this mod, which can't be ported.
  16. HaydenStudios

    Need Mod Music?

    That's quite a nice thing you're doing, it's not every month that we get one of these threads. As a challenge, I request that you complete all the transcriptions that otemoto never got around to finishing. I'm interested in seeing what you're capable of.
  17. HaydenStudios

    I thought you said you were learning Hebrew.

    I thought you said you were learning Hebrew.
  18. HaydenStudios

    Plus Porter (1.1.0.1)

    I perform this filter after loading the images. Your technique is very clever, and far less demanding than what I've written, and it would even pretty much work on the two examples I showed Noxid; however, I can still think of some practical cases where it would miss some NICALiS graphics. The...
  19. HaydenStudios

    Chest in clock room, saving Curly

    If you took Curly with you to the Ironhead fight, then there's no reason you shouldn't be able to open the chest in the clock room. According to the script in the Clock Room, the treasure chest will only open if flag 1042 is set. And flag 1042 will only be set by that point if flag 836 is set...
  20. HaydenStudios

    Plus Porter (1.1.0.1)

    I kind of already have one of the steps in my algorithm take measures to ensure it won't waste its time thoroughly scanning images that aren't likely to contain matches. Before it begins the scanning process, it evaluates the colors present in both images, and skips the image to scan if the two...
  21. HaydenStudios

    No, no, it's not cancelled. I'm just using that extra space to promote Plus Porter for now since...

    No, no, it's not cancelled. I'm just using that extra space to promote Plus Porter for now since that spent some time not going anywhere. I still plan on doing CBSR. And when/if I do, I'll redesign my signature in order to fit in 4th ending, CBSR, and Plus Porter.
  22. HaydenStudios

    Quick Modding/Hacking Answers Thread

    Runelancer gave us some documentation on changing the title screen a while back. First, scroll down to the bottom of the post and see how you can change the image that is loaded to get the images of Quote at the main menu. Then go back up to the top to see where the framerects are for the Quote...
  23. HaydenStudios

    Plus Porter (1.1.0.1)

    Again, that was a condensed version of the algorithm; pasting the whole thing would have had a bunch of extra stuff (such as references to some global variables) that would have distracted from the main commands. It ignores pixels that don't match, pixels that have already been visited, pixels...
  24. HaydenStudios

    Plus Porter (1.1.0.1)

    All right. I hesitated to paste it at first because there's a bunch of extra stuff in it that takes some other things into account, but here's a condensed version of the algorithm: for(int y1 = 0; y1 < image1.getHeight(); y1++) for(int x1 = 0; x1 < image1.getWidth(); x1++)...
  25. HaydenStudios

    Plus Porter (1.1.0.1)

    That's right. If said mod has filtered images, then that's right; some of the graphics will look like they just came out of a shredder if you try to do that. If the port doesn't have any filtered images, though, then just dropping the folder in there and modifying mods.txt will work fine.
Back
Top