File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $references_file = Join-Path $tools_dir ".references"
4141New-Item " $tools_dir " , " $managed_dir " , " $docs_dir " - ItemType Directory - Force | Out-Null
4242
4343# Set URLs of dependencies and tools to download
44- $steam_depotdl_url = " https://img.mrblue.io/bf641959245341c381cffc95f38a2bc6 .zip"
44+ $steam_depotdl_url = " https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_3.4.0/DepotDownloader-windows-x64 .zip"
4545$de4dot_url = " https://github.com/0xd4d/de4dot/suites/507020524/artifacts/2658127"
4646$patcher_url = " https://github.com/OxideMod/Oxide.Patcher/releases/download/latest/OxidePatcher.exe"
4747
@@ -158,6 +158,10 @@ function Get-Dependencies {
158158 exit 1
159159 }
160160 }
161+ elseif ($steam_access.ToLower () -eq " anonymous" )
162+ {
163+ $steam_access = " "
164+ }
161165
162166 # Cleanup existing game files, else they are not always the latest
163167 # Remove-Item $managed_dir -Recurse -Force
You can’t perform that action at this time.
0 commit comments