Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pikakid98 committed Aug 24, 2022
1 parent 39a8e54 commit 4958da4
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 2 deletions.
59 changes: 59 additions & 0 deletions Included Files/init.bat
Original file line number Diff line number Diff line change
@@ -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"
Binary file modified Pikakid98 Launcher.gm81
Binary file not shown.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down
Binary file added images/boxarts/cotd-r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/cotd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/cwpaa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/cwsc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/mmd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/pgsr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/phea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/plse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/sm3um.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/boxarts/tlozsod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4958da4

Please sign in to comment.