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

    Advanced Hacking FAQ

    What program do you use for disassembly/debugging? Can it edit the running copy of the .exe in memory, to see changes in real-time? I've worked on NES games with FCEUXD SP a lot, I don't know if it's spoiled me with all its features that are only possibly with emulation, or if I just haven't...
  2. K

    Sue's Workshop buggy editor

    No. It's not a "special ANP event". That's not how it works. An entity with event 300 could be: an entity changed to any other type of entity with CNP an entity moved with MNP an entity animated with ANP an entity deleted with DNP an entity you focus the view on with FON an entity that runs...
  3. K

    Event Words!

    Profile.dat can only save flags 0000-7999. There's plenty of space, though. If you start at 5000 and seperate them by sections, like the existing flags, you should have enough for anything.
  4. K

    Sue's Workshop buggy editor

    #6001 <PRI<MSGDo you want to go to the Egg Corridor?<YNJ0000<CLO <KEY<CNP0300:0111:0002<HMC<WAI0060<ANP0500:0001:0000 <WAI0100<FAO0004<FLJ0159:6011<TRA0002:0099:0005:0006 You're trying to do something that the game already does. You have access to the scripts and maps where it happens. Look at...
  5. K

    Cave Story: Jenka's Nightmare

    If you time it right, you can start talking to him as you both fall off the edge.
  6. K

    Fjord's Adventure

    If you go back through the first door, his dialogue repeats when you leave the room again. If you have the polar star, it goes into an infinite loop. #0100 <PRI<CNP0100:0000:0000 <SOU0011<AMJ0002:0120 [...] #0120 <PRI<CNP0100:0000:0000 <SOU0011<AMJ0002:0120 Delete that AMJ command. Both of...
  7. K

    Cave Story: Jenka's Nightmare

    I thought it was funny.
  8. K

    Cave Story: Jenka's Nightmare

    I just added a note about the terminal in the last area, didn't realize you already replied. Also, is that Rolling supposed to get stuck in the top-left? It looks like the "top of broken fencing" tile is set to block enemies (type 44), for whatever reason. Yeah, that one. You have to turn on...
  9. K

    Cave Story: Jenka's Nightmare

    Wow. This is really good. Especially "Genesis: Sky", is there a way to jump to that far right door? A few bugs/problems: Should the fan in the Reservoir be on at the start? The Yamashita Farm -> Mimiga Village exit goes to the wrong coordinates. If you get to the west fan control without...
  10. K

    Sue's Workshop buggy editor

    Entity type 191 is the water level, but normally it just rises and falls slightly. There might be an <ANP command to make it act like it does during the boss fight.
  11. K

    Npc Hacking!

    Okay, I've figured out a lot just by looking through it in a hex editor. NPC.TXT was a major help, thank you for putting that together. NPC.TBL has data for 361 entities (0000-0360). That's 169 in hex. The data is stored in sets, one for each entity parameter, with values 1, 2, or 4 bytes...
  12. K

    Npc Hacking!

    How did you find these out? Is there a way to trace when and where the program accesses external files? I was looking at windows debuggers but nothing seems to work the way I'm used to.
  13. K

    Sue's Workshop buggy editor

    Um, no. It's an event, just like every other event in the script for that map. Head, ArmsItem, etc. are all .TSC files just like the map ones, only they're used more generally. Everything listed on the left there is a .TSC script file. Whoops, not used to BB code. Fixed. Of course it is...
  14. K

    Sue's Workshop buggy editor

    ANP is currently undocumented, it's unknown what sprites use what animations and how. For a boss fight, you need to turn on the entity's 0200 flag, set it to event xxxx, and call <BSLxxxx. The 0200 flag means the entity's event is called when you defeat it. The entity also won't disappear...
  15. K

    Sue's Workshop buggy editor

    Uh. You replace the letters with the numbers, how is that difficult? <CNPx:y:z Change eNtity [P?] Change entity X to entity type Y with direction Z Say you have an entity with event number 0120. You want it to become a forcefield entity, which is type 0013. The direction doesn't...
  16. K

    Npc.ini

    I'm still missing quite a few, if you find out any of them please let me know. I just added a list of unknowns to the end as comments (meant to do that earlier but forgot).
  17. K

    A few questions about Cave Story projects...

    Ballos is the name of a Greek dance, originally spelled Μπάλος. If you assume he's using an existing word/name like Misery and Balrog, this would be the pronunciation to use. The letters in Μπάλος would literally sound like "mpalos", but "mp" at the start of a word is pronounced as "b". The...
  18. K

    Sue's Workshop buggy editor

    Is it still showing red damage numbers? That sounds like flag 0200 behavior, it calls the entity's event instead of destroying it when its HP hits zero. I don't understand what you mean by hall of mirrors. Can you take a screenshot? There are a few ways to activate and deactivate entites...
  19. K

    Problems with Modding

    Can you take a screenshot of this?
  20. K

    Fun with Doukutsu mini-hack

    For CMP you need to look at the tileset for that area, the tiles are numbered left-to-right and top-to-bottom: 0...15 16...31 32...47 48...63 etc. and just use that number for the third parameter. The trick with BSL is the flag I was experimenting with, flag 0200, which executes an enemy's TSC...
  21. K

    Fun with Doukutsu mini-hack

    I was experimenting with entity flags and came up with something awesome, so I made a one-room test hack. Check it out: http://lotlot.net/misc/doukutsu/fun001.zip
  22. K

    Profile.dat bytes, NPC.INI

    First, in case anyone missed it here, I mapped out almost all of the bytes in the profile.dat save file. http://lotlot.net/misc/doukutsu/profile.txt Second, I labelled about 85% of the game's entities in the Sue's Workshop NPC.INI file. Descriptions coming soon, and then I'll look into what...
  23. K

    Garage Games Secured Rights To Cave Story!!!

    Pixel used to have some fanart (I think?) on his site with Curly Brace written on his hat.
  24. K

    Garage Games Secured Rights To Cave Story!!!

    They didn't draw that, they got it from doukutsu LJ community member blackbookalpha (original here).
  25. K

    TSC notes, flag list

    Major update, was playing around with Sue's Workshop and tested a lot of commands. That N seems to be the same as ANP, CNP, DNP, FON, etc. There shouldn't be both NpC and NPc, and besides, I don't think a table counts as a "non-player character". "Entity Piece" doesn't sound right either, I'm...
Back
Top