Skip to content

Commit

Permalink
Update quickbms script To support subfolders
Browse files Browse the repository at this point in the history
Added support for game archive files containing subfolders. Previously audio files within subfolders were skipped from decoding. This will decode additional files from NieR games and possibly from other ones.
  • Loading branch information
f1ac authored May 7, 2021
1 parent d5a9fbc commit f4d4ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/wavescan.bms
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ startfunction retrievename # get possible file name from first marker
getDstring MNAME MSIZE # cursor is at the beginning of the label name, now get the marker name with the desired length MSIZE
string NAME += "~"
string NAME += MNAME # add the marker name to the file name
endfunction
string NAME R "/" "_" # avoid subfolder creation
endfunction

0 comments on commit f4d4ea8

Please sign in to comment.