Recent content by Eggrens

  1. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    Sorry to necropost. Since my last post I've been building a rough specification for the SoundData.rom format to organize all my findings. Instead of coming back here every time, I've set up a GitHub repo to document this stuff and update it in the future so it's easily accessible. Still a work...
  2. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    Hi! I haven't really touched the project in a while, but I did find some things that are interesting. I've been looking at SoundData.rom thru a hex editor mostly, though I'm not really well versed on interpreting what exactly all the data is doing based on hex values alone. I've noticed what I...
  3. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    I took a crack at this again just recently, thought I should put my findings here: The 32728 Hz number actually refers to what the L/R music tracks are playing back as, PCM16 according to Desmume. When I found this number back then, I didn't know you could click a button to scroll down the...
  4. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    Interesting, thanks! I put the rom into desmume and got a sample rate of 32728 Hz from the audio viewer. Importing the raw sounddata file into audacity with that sample rate gave some nice results too. When encoded as vox adpcm at that sample rate, many of the sims' voice lines come through...
  5. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    Pressing the unpack button on the file doesn't work, Tinke says: "The uncompression was unsuccessful. Are you sure it is a compressed file?". I checked the debug messages as well: Could not decompress using the HUFF; Object reference not set to an instance of an object. Could not decompress...
  6. Eggrens

    Misc ROM Hack Help with extracting sounds from The Sims 2 DS

    I'm new in regards to this kind of stuff, but I'm trying to find a way to extract sounds from The Sims 2 DS. I did some looking around before asking here, I have Tinke and VGMTrans installed already and I've looked at the file directory for the .nds file, but I can't find any .SDAT or other...