diff --git a/Included Files/init.bat b/Included Files/init.bat new file mode 100644 index 0000000..2469c4e --- /dev/null +++ b/Included Files/init.bat @@ -0,0 +1,59 @@ +@ECHO OFF + +if exist "%userprofile%\Documents\Pikakid98 Launcher" ( +move "%userprofile%\Documents\Pikakid98 Launcher" "Data" +GOTO Continue +) else ( +GOTO Continue +) + +:Continue + +if exist "Git" ( rmdir /S /Q "Git" ) + +if exist "%tmp%\PL-Temp" ( rmdir /S /Q "%tmp%\PL-Temp" ) + +if exist "Data" ( +GOTO Main +) else ( +mkdir "Data" +GOTO Main +) + +:Main +mkdir "Git" + +mkdir "%tmp%\PL-Temp" +ECHO Set objWinHttp = CreateObject("WinHttp.WinHttpRequest.5.1") >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO URL = "https://github.com/pikakid98/pikakid98-launcher-data/releases/download/data-dev/Git-dev_18-8-2022.7z" >> %tmp%\PL-Temp\git.vbs +ECHO objWinHttp.open "GET", URL, False >> %tmp%\PL-Temp\git.vbs +ECHO objWinHttp.send "" >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO SaveBinaryData "%tmp%\PL-Temp\Git-dev_18-8-2022.7z",objWinHttp.responseBody >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO Function SaveBinaryData(FileName, Data) >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO ' adTypeText for binary = 1 >> %tmp%\PL-Temp\git.vbs +ECHO Const adTypeText = 1 >> %tmp%\PL-Temp\git.vbs +ECHO Const adSaveCreateOverWrite = 2 >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO ' Create Stream object >> %tmp%\PL-Temp\git.vbs +ECHO Dim BinaryStream >> %tmp%\PL-Temp\git.vbs +ECHO Set BinaryStream = CreateObject("ADODB.Stream") >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO ' Specify stream type - we want To save Data/string data. >> %tmp%\PL-Temp\git.vbs +ECHO BinaryStream.Type = adTypeText >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO ' Open the stream And write binary data To the object >> %tmp%\PL-Temp\git.vbs +ECHO BinaryStream.Open >> %tmp%\PL-Temp\git.vbs +ECHO BinaryStream.Write Data >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO ' Save binary data To disk >> %tmp%\PL-Temp\git.vbs +ECHO BinaryStream.SaveToFile FileName, adSaveCreateOverWrite >> %tmp%\PL-Temp\git.vbs +ECHO. >> %tmp%\PL-Temp\git.vbs +ECHO End Function >> %tmp%\PL-Temp\git.vbs + +START /wait "" "%tmp%\PL-Temp\git.vbs" + +7za.exe x "%tmp%\PL-Temp\Git-dev_18-8-2022.7z" -o"Git" \ No newline at end of file diff --git a/Pikakid98 Launcher.gm81 b/Pikakid98 Launcher.gm81 index ab83b64..8f3693f 100644 Binary files a/Pikakid98 Launcher.gm81 and b/Pikakid98 Launcher.gm81 differ diff --git a/README.md b/README.md index faeb26b..474e130 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pikakid98 Launcher +# Pikakid98 Launcher My very own launcher for all of the stuff on my Github. It's currently very barebones and the basic functionality is all that exists.. However, This launcher unlike my other launchers actually comes with an auto updater.. emphasis on "auto".. I still have to manually upload the files that it downloads # Building Requirements @@ -7,7 +7,11 @@ My very own launcher for all of the stuff on my Github. It's currently very bare \ [gm8x_fix (v0.5.8)](https://github.com/skyfloogle/gm8x_fix/releases/tag/v0.5.8) (> v0.5) \ -[7-Zip (Alone (v21.0.7)](https://www.7-zip.org/a/7z2107-extra.7z) +[7-Zip (Alone Reduced) (v22.1)](https://www.7-zip.org/a/7zr.exe) (> v0.6) +\ +~~[7-Zip (Alone) (v22.0)](https://www.7-zip.org/a/7z2107-extra.7z)~~ (v0.6) +\ +~~[7-Zip (Alone (v21.0.7)](https://www.7-zip.org/a/7z2107-extra.7z)~~ (< v0.6) \ ~~[HTTP Downloader (v1.0.4.8)](https://github.com/erickutcher/httpdownloader/releases/v1.0.4.8)~~ (< v0.5) diff --git a/images/boxarts/cotd-r.png b/images/boxarts/cotd-r.png new file mode 100644 index 0000000..1e2e30f Binary files /dev/null and b/images/boxarts/cotd-r.png differ diff --git a/images/boxarts/cotd.png b/images/boxarts/cotd.png new file mode 100644 index 0000000..231428e Binary files /dev/null and b/images/boxarts/cotd.png differ diff --git a/images/boxarts/cwpaa.png b/images/boxarts/cwpaa.png new file mode 100644 index 0000000..ebdbd84 Binary files /dev/null and b/images/boxarts/cwpaa.png differ diff --git a/images/boxarts/cwsc.png b/images/boxarts/cwsc.png new file mode 100644 index 0000000..7b65523 Binary files /dev/null and b/images/boxarts/cwsc.png differ diff --git a/images/boxarts/mmd.png b/images/boxarts/mmd.png new file mode 100644 index 0000000..fd58214 Binary files /dev/null and b/images/boxarts/mmd.png differ diff --git a/images/boxarts/pgsr.png b/images/boxarts/pgsr.png new file mode 100644 index 0000000..120433f Binary files /dev/null and b/images/boxarts/pgsr.png differ diff --git a/images/boxarts/phea.png b/images/boxarts/phea.png new file mode 100644 index 0000000..994868d Binary files /dev/null and b/images/boxarts/phea.png differ diff --git a/images/boxarts/plse.png b/images/boxarts/plse.png new file mode 100644 index 0000000..17972da Binary files /dev/null and b/images/boxarts/plse.png differ diff --git a/images/boxarts/sm3um.png b/images/boxarts/sm3um.png new file mode 100644 index 0000000..f611941 Binary files /dev/null and b/images/boxarts/sm3um.png differ diff --git a/images/boxarts/tlozsod.png b/images/boxarts/tlozsod.png new file mode 100644 index 0000000..cb96488 Binary files /dev/null and b/images/boxarts/tlozsod.png differ