--- oni2aslpt/o2aslpt.sh 2018/02/19 14:56:03 1105 +++ oni2aslpt/o2aslpt.sh 2018/02/19 14:58:08 1106 @@ -44,7 +44,7 @@ if [ -z "$the_answer" ]; then exit elif [ "$the_answer" == "1" ]; then echo "Creating patched version..." - ./xdelta3mac.exe -ds "$1" patchFromVanTo63.x3d ./oni2dev_ps2_first63layouts.iso + ./xdelta3mac.exe -ds "$1" patchFromVanTo63.xd3 ./oni2dev_ps2_first63layouts.iso echo "Verifying checksum...." MD5_OUTPUT=$(md5 ./oni2dev_ps2_first63layouts.iso) MD5_OUTPUT=${MD5_OUTPUT#*= } @@ -54,7 +54,7 @@ elif [ "$the_answer" == "1" ]; then fi elif [ "$the_answer" == "2" ]; then echo "Creating patched version..." - ./xdelta3mac.exe -ds "$1" patchFromVanTo32.x3d ./oni2dev_ps2_last32layouts.iso + ./xdelta3mac.exe -ds "$1" patchFromVanTo32.xd3 ./oni2dev_ps2_last32layouts.iso echo "Verifying checksum...." MD5_OUTPUT=$(md5 ./oni2dev_ps2_last32layouts.iso) MD5_OUTPUT=${MD5_OUTPUT#*= }