• 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

    Remember this? Are you sure the mapdata bug is 64-bit related? As I have mentioned before, I...

    Remember this? Are you sure the mapdata bug is 64-bit related? As I have mentioned before, I am now successfully ASM hacking on a 64-bit Windows 7 OS. So, on a whim, I decided to test this. I just shoved a function somewhere around 4937F4 (which should indeed be in the non-code section)...
  2. C

    Quick Modding/Hacking Answers Thread

    I think most people use the second method. Make a map, add details, then create a cutscene for it (if any), make another map, add details, make a cutscene for it (if any), and so on. The first method (create all the level designs, then add details, then make all cutscenes) is a more layered...
  3. C

    Here's my attempt at your programming challenge. Unfortunately I couldn't figure out how to...

    Here's my attempt at your programming challenge. Unfortunately I couldn't figure out how to completely avoid bitwise operations, so this solution has 2 bitwise NOT operators (the ~ sign). int addition(int a, int b) { if (!a) return b; if (!b) return a; int s = 4294967295...
  4. C

    Which Youtube channels are you watching/like?

    This guy. Piano Academy: http://www.youtube.com/user/Lypur#g/u He teaches you music. A lot of it.
  5. C

    It definitely wasn't your fault. I was just really busy so I had to mark myself away from IRC.

    It definitely wasn't your fault. I was just really busy so I had to mark myself away from IRC.
  6. C

    Is Pixel a Mermaid?

    It's fairly obvious that Pixel is a mermaid. See, in the olden days, sailors would often put carvings of mermaids at the fronts of their sailing ships. And so, the mermaid (at least the statue of it) actually acts as the forefront of the sailing expedition. If we consider the freeware game...
  7. C

    Duke Chew'Em

    This is an excellent freeware game. High score: 69 Accuracy is more important than speed.
  8. C

    I have a problem...

    I have a TSC Converter. (converts Cave Story script files to plain text files and back again. You need Python, which should already be installed on Macs.) But that doesn't really help without a Mac map editor, does it? Uh... you could try these: Mac CS Hacks Andwhy's mod porting thread...
  9. C

    Cave Story FanArt

    La-Mulana art! Excellent.
  10. C

    Beginner's Guide to Cavestory Assembly

    Re: Beginner's Guide to Cavestory Assembly Guide version 1.04b is 1.34 megabytes, which is smaller than a zipped version of Cave Story. Are you sure you have no space left? Have you tried erasing your Internet history? If you don't clean it at all, it can reach upwards of 1 GB.
  11. C

    Quick Modding/Hacking Answers Thread

    It is possible to port mods to the PSP. However there is currently no editor for the PSP so this wouldn't work so well. I'd suggest waiting until after your vacation to mod again. Also, the problem with doing any kind of ASM on the PSP is that you'd have to learn MIPS assembly instead of x86...
  12. C

    I see. I was planning to use Astronomy for my science elective in university but then I realized...

    I see. I was planning to use Astronomy for my science elective in university but then I realized I needed freshman Physics first. So I decided to forget about it and substitute some AP high school chemistry credits.
  13. C

    Happy birthday!

    Happy birthday!
  14. C

    Aha! It took a while, but your signature has finally finished loading. ;)

    Aha! It took a while, but your signature has finally finished loading. ;)
  15. C

    I wanna make a website. Any locations I should try?

    Google sites. It's good. And you can host all your files for free. http://www.google.com/sites/help/intl/en/overview.html Unfortunately I don't think you can upload your own HTML files, but the website builder is good enough. EDIT: I don't think Google sites has ads unless you purposely put...
  16. C

    Quick Modding/Hacking Answers Thread

    I don't think the massive function list can be explained in a few sentences, especially if you're new to assembly. Hacking in those commands is going to be difficult. If you still want to learn, try my assembly guide?
  17. C

    Cave Story Tatoo

    This looks cool, even though I don't think I'll ever get a tattoo in my lifetime.
  18. C

    Uh, Pigaro, I really have to tell you something. You're not supposed to post on your "own...

    Uh, Pigaro, I really have to tell you something. You're not supposed to post on your "own wall". You're supposed to post on other people's walls so that they receive a notice about your messages. So you have to go to my profile (or whoever you're talking to) and then give the message there...
  19. C

    Hello. Remember this post you made...

    Hello. Remember this post you made? http://www.cavestory.org/forums/index.php?showtopic=3204&view=findpost&p=117139 Well I found the same problem on Windows 7. To fix it, download version 2.01 alpha 3 instead of version 2.00 If you ever want to attempt ASM again, try and see if the new...
  20. C

    Hmm... the boss problems might be because of Sue's Workshop, which used to have...

    Hmm... the boss problems might be because of Sue's Workshop, which used to have boss-not-appearing in the map issues. It seems that you got it to work though. I thought the boss bug should've been fixed, but if you see anyone else with this issue, tell me and I'll take a look at it.
  21. C

    How to translate to English?(Yes I read the Readme.)

    Well I just did this and it seems to work fine. In the Patcher, click the "..." button to browse for a folder and make sure you select the doukutsu/ folder (inside the dou_1006 folder you should have extracted). Don't select the executable. Also, when it asks you "Some files are write...
  22. C

    You're so addicted to the Cave Story Forums that...

    You're so addicted to the Cave Story Forums that when you replied to an email, you wondered why it didn't get bumped to the top of the inbox.
  23. C

    Keyboards

    I know you said this already, but yeah -- anti-ghosting and anti-key-blocking are really important for gaming of any sort. http://uberoptions.net/logitech-keyblocking http://en.wikipedia.org/wiki/Rollover_(key) For example, laptops often have a horrible case of key blocking. On my laptop, I'm...
  24. C

    Was Quote made before Curly?

    I think Quote was created before Curly Brace, because he just looks a bit more primitive. But of course, I have no real evidence in favor of this. On an unrelated sidenote, the programming language Fortran, which is pretty much the oldest one except for ASM, used quotes but not curly braces...
  25. C

    a new command.. random jump.

    Okay, I can confirm TscHack[13] works. #0100 <PRI<RND0200:0201:0029<EVEV029<MSG<TURYou fumbled--failed to flip a coin.<NOD<END #0200 <MSG<TURFlipped a coin: heads.<NOD<END #0201 <MSG<TURFlipped a coin: tails.<NOD<END #1000 <END So here's the TSC I used. Run event 100 and you will see either...
Back
Top