Xaymar / Hellextractor

A simple tool to extract things from Helldivers 2 for your 3D printing needs.
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

Solved most wwise_stream file names #27

Closed CosmicDreamsOfCode closed 6 months ago

CosmicDreamsOfCode commented 6 months ago

Only done the US locale, this leaves around 622 wwise_stream files with no name These were obtained by pulling all used wem ids from the banks using wwiser, hashing the id + path and seeing if it matches a file This should work, if it doesn't then i probably screwed something up... Solves 10055 new file names just from the streams alone! Tossed in a few of the new banks as well.

CosmicDreamsOfCode commented 6 months ago

had an issue with the hashes i generated, might have gotten false positives or missed some so gonna close this to look into it

CosmicDreamsOfCode commented 6 months ago

should be fixed now! matches for all 10677 wwise_stream files!