01-25-2015, 12:52 AM
Extract yaz0dec.exe and rarcdump.exe to a folder and place the .szs files in there. Make a .txt file and paste this in it:
Then change its extension to .bat. Run that and it should extract all your .szs files into separate folders.
If you need help with the resulting files just say, but be sure to try VGSC on them first.
Code:
@echo off
for %%f in (*.szs) do (
yaz0dec "%%f"
rarcdump "%%f 0.rarc"
)
Then change its extension to .bat. Run that and it should extract all your .szs files into separate folders.
If you need help with the resulting files just say, but be sure to try VGSC on them first.