@ErikPshat
hi...
please, change this line in convert.bat:
type list.txt | findstr /i /v ".sdat EBOOT.BIN" > temp.txt
with this line:
type list.txt | findstr /i /v /c:".sdat" /c:"USRDIR\EBOOT.BIN" > temp.txt
because is also filtering out filenames that contain "sdat" not just .sdat extension!!!
example:
BLUS30855\PS3_GAME\USRDIR\nativePS3\system\contents\SDATABG.dat
BLUS30855\PS3_GAME\USRDIR\nativePS3\system\contents\SDATAICON_ENG.dat
BLUS30855\PS3_GAME\USRDIR\nativePS3\system\contents\SDATAICON_EUR.dat
BLUS30855\PS3_GAME\USRDIR\nativePS3\system\contents\SDATAICON_JPN.dat
respect...
_
Последний раз редактировалось catalinnc; 26.11.2016 в 01:18.
|