Search results

  1. C

    The Debug Mode

    It's easy to do this in Resource Hacker. Open the EXE, then open the Menu folder, than MENU_MAIN, then 1033. It should show the names of all the Menu options, including Debug Save and Mute. Duplicate Debug Save and Mute so it looks like this: After you do that, click "Compile Script" then save...
  2. C

    Assembly primer

    I'd probably read it. I tend to get bored pretty quickly when trying to learn new programming languages, but we'll see.
  3. C

    CS Orgs and Midis

    There's another old version of OrgView that's slightly different. I think the only differences are that Opression is replaced with an Opression-ish remix of the Ika-chan boss theme, and the background is differently colored. It can be found here. There's also a zip file with MP3s of all the...
  4. C

    So I started a hack.

    I think you should leave it as it is. Sequence breaking is fun. I actually thought you were supposed to go through there without an air tank (because I never found it) and I was going to complain about how annoying that one jump was before I read the thread and noticed you made it annoying on...
  5. C

    Drowning Progressively

    This would be perfect for a hack that replaces the water with acid or lava or some dangerous liquid. It's too bad we can't have normal water along with this though.
  6. C

    Would using a life pot be cheating...

    Is that really even necessary? Missiles kill him quickly and easily enough (the only problem is it can be hard to tell when he's charging at you in the second form with all the explosions everywhere, but it's still pretty easy to beat him), and even if you use most of them up you'll probably get...
  7. C

    Would using a life pot be cheating...

    Why would you need a life pot? Assuming this minimal items run includes not collecting any life capsules, I don't really see any reason to use a life pot when you only have 3 HP.
  8. C

    Low HP hellruns?

    The Core is way way harder than the Undead Core on a 3HP run IMO, mainly because when you get to the Undead Core you have the Booster and the Spur and you don't have you dodge projectiles with the horribly slow underwater physics. I battled the Core so many times that I actually learned how to...
  9. C

    Npc Hacking!

    This is awesome. I'm glad npc.tbl hacking is finally making some progress. There's probably some logical order to the locations of all the values, so once we find enough values we might be able to figure out where everything else is. All I've found so far is Balrog 1's health, which is at 35A.
  10. C

    Fun with Doukutsu mini-hack

    This is awesome. I'll have to look at this and see how you did it. Especially the tile changing and boss, because I never really figured out how to use CMP or BOA/BSL.
  11. C

    Trying to make own weapons

    You can make them look different by editing the graphics, but as far as I know there's no way to change damage and shot behaviour and such.
  12. C

    Sue's Workshop boss glitch & Info about TSC tags

    I've changed the sprite sets and tilesets on many maps and the bosses still work fine, or at least Ballos does. And if it's just an SW problem, you can use Miza to edit and just make a new map manually by copying and pasting an old one or something.
  13. C

    Orgmaker 2.0

    I found this a while ago, and just remembered it existed. I'm not sure if it's old or you guys already know about it, but I don't remember ever seeing any topics on it before. It's an update of Orgmaker made by one of Pixel's friends. It has a lot of new drums (including a really awesome one...
  14. C

    The Mimiga Islands other areas

    It's possible to edit/make Orgs with Orgmaker and implant them into the game with a program called Resource Hacker, and it's possible to edit tilesets and even NPC sprite sets. A boss/enemy editor would probably be impossible. The enemy behaviours are probably coded into the exe, so we would...
  15. C

    Need help with Making Maps...

    To import orgs, you need Resource Hacker. Look for that on Google. The process is explained in the Miza help file, so download Miza if you haven't already. I'm too lazy to explain how to do it here, and the Miza help file has pictures and stuff so it would probably be more useful.
  16. C

    Need help with Making Maps...

    .ogg and .org are 2 completely different file formats. As for the <ML+ thing, you need 4 digits. <ML+0197 should work. The green bats I forgot about, and they are also summoned by generators. Look in the Seal Chamber on the side walls for the entity. As for the Butes, I think the red ones in...
  17. C

    Need help with Making Maps...

    2.) How do I change the begining HP & Missile Value? I want to change HP to something like 300, and the Missile's to 100.(SEMI-FIXED [need to do missiles) <AM+0005:0100 for normal missiles, <AM+0010:0100 for super missiles. You since you made the player start with the Missile Launcher, you can...
  18. C

    New editor in development

    The simple solution is to just edit old maps instead of adding new ones, but if you really need over 92 (or however many it is) maps, then you're pretty much screwed.
  19. C

    New editor in development

    I think the problem is that the entity is not destroyed. The code should look like this: #0101 <KEY<MSGA glowing white gem illuminates the shallow murky water.<NOD<CLR Pick it up?<YNJ0102<DNP0101<CMU0000<AM+0005:0004<AM+0013:0009<CLRAs you bring the stone above water it melts away into...
  20. C

    New editor in development

    The specific code that makes the chest change to the open chest is <CNPxxxx:0021:xxxx, where the first number is whatever your TSC number for the closed chest is and 0021 is the entity number for the open chest (not sure about the third number, just use 0000 and you should be fine). You also...
  21. C

    Want to play my edited game?

    Changing some small things like you said would not be very hard. You could probably find the line of code that determines where Quote falls, you can change the direction in which Toroko runs, and anyone can edit what the characters say easily. The problem with event editing is that if you want...
  22. C

    Want to play my edited game?

    Well the main problem I have with it is "as soon as your feet touch down" lasts for 1 frame, making it ridiculously hard to do consistently, especially when you only have a short time to do it before you hit a spike/enemy or the Behemoth walks away from the platform you are trying to jump to. I...
  23. C

    Want to play my edited game?

    I played the hack, and it's not much better. Labyrinth H is good now (and I was talking about the fans, because sometimes they are spread out a lot and shoot in unison, causing the whole passage to be blocked unless you can get out the top, and sometimes due to the moving block's position's you...
  24. C

    New editor in development

    0091 is the event to start when the next room is loaded. It is almost always, if not always, set to 0090-0094, which are all fade in effects IIRC. I recommend bookmarking or saving this page. It is a incomplete TSC command list, but it has enough to be very useful for hacking Cave Story.
  25. C

    Want to play my edited game?

    Custom sprite sets I know how to make custom spritesheets or change old ones without making Cave Story give an error (I use an exploit in Sue's Workshop, I can explain how if you want but it's kinda complicated). A master sprite set would not work well though, because to find a monster/NPC's...
Top