From 3989eb9cf807692575639ae66efc305b8000969e Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Mon, 2 Sep 2019 16:21:49 +0000 Subject: Added Script and deps --- convert.bat | 29 +++++++++++++++++++++++++++++ tools/3/do.bat | 6 +++--- tools/fixes/dotNetFx40_Full_setup.exe | Bin 0 -> 889416 bytes tools/fixes/msvcr120_x64.dll | Bin 0 -> 963240 bytes tools/fixes/msvcr120_x86.dll | Bin 0 -> 968880 bytes 5 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 convert.bat create mode 100644 tools/fixes/dotNetFx40_Full_setup.exe create mode 100644 tools/fixes/msvcr120_x64.dll create mode 100644 tools/fixes/msvcr120_x86.dll diff --git a/convert.bat b/convert.bat new file mode 100644 index 0000000..e8f1f24 --- /dev/null +++ b/convert.bat @@ -0,0 +1,29 @@ +echo "Made by Rafa_99" + +@echo off +move input\act.dat tools\4\input\act_dat +move input\idps.hex tools\4\input\idps_hex +rmdir /Q/S input\PS3_GAME\LICDIR +tools\1\PS3_Generate_LIC.DAT.exe input\PS3_GAME +move input\PS3_GAME tools\2\ +tools\2\CFW2OFW_Helper +echo %cd% >tmp +set /p origdir= < tmp +del tmp +cd "tools\2\*(*" +for %%I in (.) do echo %%~nxI >tmp +set /p gamedir= < tmp +del tmp +cd %origdir% +robocopy "tools\2\%gamedir%" tools\3\ /E /MOVE +rmdir /S /Q tools\2\patch tools\2\PS3_GAME +cd tools\3\ +call do.bat +cd %origdir% +move tools\3\*.pkg tools\4\input\pkgs +cd tools\4 +call resign_windows.bat +cd %origdir% +del /S/Q/F tools\4\input\pkgs\*.pkg tools\4\input\raps\*.rap +move tools\4\output\pkgs\*.pkg output +msg %USERNAME% "Your package files are available in the output folder" diff --git a/tools/3/do.bat b/tools/3/do.bat index 4421468..67a8c6c 100644 --- a/tools/3/do.bat +++ b/tools/3/do.bat @@ -68,6 +68,8 @@ goto success echo. echo Successfully created pkgs. +rmdir /S /Q %game% +rmdir /S /Q %ptch% goto end @@ -79,6 +81,4 @@ goto end :end -echo Press any key to exit. - -pause>nul +echo Exitting... diff --git a/tools/fixes/dotNetFx40_Full_setup.exe b/tools/fixes/dotNetFx40_Full_setup.exe new file mode 100644 index 0000000..384fb83 Binary files /dev/null and b/tools/fixes/dotNetFx40_Full_setup.exe differ diff --git a/tools/fixes/msvcr120_x64.dll b/tools/fixes/msvcr120_x64.dll new file mode 100644 index 0000000..f1b7950 Binary files /dev/null and b/tools/fixes/msvcr120_x64.dll differ diff --git a/tools/fixes/msvcr120_x86.dll b/tools/fixes/msvcr120_x86.dll new file mode 100644 index 0000000..7f2db82 Binary files /dev/null and b/tools/fixes/msvcr120_x86.dll differ -- cgit v1.2.3