Skip to content

Commit

Permalink
Skip Starting Experience Lib in map generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Sep 18, 2022
1 parent b1f5a28 commit 194bc7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
Start-Process -WindowStyle Hidden ".\MPQEditor.exe" -Wait -ArgumentList "extract `"$mapPath`" MapScript.galaxy"
(Get-Content .\MapScript.galaxy) -replace 'include "TriggerLibs/SupportLib"', "$&`ninclude `"LibTryMeMode`"" | Set-Content .\MapScript.galaxy
(Get-Content .\MapScript.galaxy) -replace "libSprt_InitLib\(\);$", "$&`n libTRYM_InitLib();" | Set-Content .\MapScript.galaxy
(Get-Content .\MapScript.galaxy) -replace "libStEx_InitLib\(\);$", "//libStEx_InitLib();" | Set-Content .\MapScript.galaxy
PrepareInsertIntoMPQ "MapScript.galaxy" $mapPath
ExecuteInsertIntoMPQ
Remove-Item "./MapScript.galaxy" -Force -Confirm:$false
Expand Down

0 comments on commit 194bc7f

Please sign in to comment.