Skip to content

Commit

Permalink
v13
Browse files Browse the repository at this point in the history
  • Loading branch information
voicemxil committed Aug 5, 2023
1 parent 2e6074e commit 21572df
Show file tree
Hide file tree
Showing 8 changed files with 842 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bin/Web Installer/TS2StarterPack-WebInstaller.x64.exe
Binary file not shown.
7 changes: 0 additions & 7 deletions src/Standalone_Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,10 @@ SectionGroup /e "Graphical Fixes\Tweaks"
SectionInstType ${IT_FULL} ${IT_AMD}

SetOutPath "$INSTDIR\temp"
${If} ${RunningX64}
File "..\components\GraphicsRulesMaker-2.3.0-win64.exe"
Pop $0 # return value = exit code, "OK" means OK
Rename GraphicsRulesMaker-2.3.0-win64.exe grm_install.exe
DetailPrint "GRM extract status: $0. Executing installer..."
${Else}
File "..\components\GraphicsRulesMaker-2.3.0-win32.exe"
Pop $0
Rename GraphicsRulesMaker-2.3.0-win32.exe grm_install.exe
DetailPrint "GRM extract status: $0. Executing installer..."
${EndIf}
Execwait $INSTDIR\temp\grm_install.exe
Delete $INSTDIR\temp\grm_install.exe
SectionEnd
Expand Down
357 changes: 357 additions & 0 deletions src/Standalone_Installer_32.nsi

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/Web_Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ SectionGroupEnd

Section "Store & Preorder/Bonus Content" Section9
AddSize 360000
SetOutPath "$INSTDIR/temp"
SetOutPath "$INSTDIR\temp"
NScurl::http GET "https://github.com/voicemxil/TS2-Starter-Pack/raw/v13/components/Store_Content/Install_Folder.7z" "$INSTDIR\temp\Install_Folder.7z" /RESUME /END
Pop $0
DetailPrint "Install_Folder.7z download result: $0"
Expand Down Expand Up @@ -424,6 +424,7 @@ SectionEnd

Section
RMDir /r "$INSTDIR\temp"
sleep 20000
ExecShell "open" "$INSTDIR\Fun with Pets\SP9\TSBin"
SectionEnd

Expand Down
483 changes: 483 additions & 0 deletions src/Web_Installer_32.nsi

Large diffs are not rendered by default.

0 comments on commit 21572df

Please sign in to comment.