jmickle66666666 / DoomUnity

Unity libs for working with Doom, also my Doom engine: NaSTY
87 stars 7 forks source link

more iwad detection #45

Open jmickle66666666 opened 6 years ago

jmickle66666666 commented 6 years ago

multiple checksums for certain iwads (or duplicate entries)

some iwads, like freedoom, won't do well with checksums since they're constantly updated. so we need a separate lump detection method too

checksums are quicker since they don't require reading the wad data, so do any checksums first, then lump detection