diff --git a/extract.py b/extract.py index 02b5487..309a6ee 100644 --- a/extract.py +++ b/extract.py @@ -249,6 +249,7 @@ class WwiseExtract: if skips[6] != "1" or mapper != None: print(f"Mapping names") + # TODO: remove unmapped folder if empty os.makedirs(_p("temp", "map/unmapped"), exist_ok=True) if not alone: os.makedirs(_p("temp", f"map/new_files/unmapped"), exist_ok=True) diff --git a/maps/nap.map b/maps/nap.map index 83ad6e8..53667e0 100644 Binary files a/maps/nap.map and b/maps/nap.map differ