Recent content by Kapsey

  1. Kapsey

    ROM Hack Extracting Assets From Spore Creatures

    Thank you so much for the info and resources! I'll be sure to look into them. Also, I apologize for the delayed response! I was away from home for a while. Unfortunately, there's nothing in the file after the names end. The first thing in the rom.bin file is the pointer (8EFC) to the first...
  2. Kapsey

    ROM Hack Extracting Assets From Spore Creatures

    I don't know if knowing this would have been helpful or not before I divided up the names, lmfao. I ended up just figuring out all the extensions and find/replacing them with newline characters at the end so I could put them into Excel. As I said above, I found all the extensions in splitting...
  3. Kapsey

    ROM Hack Attempting to extract files from Spore Creatures DS rom

    Hey, did you ever happen to figure this out? I'm actually in the same boat as you right now. I have an open thread that you can take a look at. Maybe some of the information there would be helpful!
  4. Kapsey

    ROM Hack Extracting Assets From Spore Creatures

    First of all, I really appreciate your thorough response! It has been super helpful in understanding the files. In romFileNames.bin, the file names start around 00008EF0. I'm not sure what the data is above it. What would the locations look like in memory? For an idea, this is the general...
  5. Kapsey

    ROM Hack Extracting Assets From Spore Creatures

    Hello! I'm looking to extract graphic assets (such as maps, models, sprites, etc) from Spore Creatures, as the game is not well documented. I've managed to unpack the game, which has the following files: The overlay folder contains files titled overlay_0000 through overlay_0006, which I'm not...