STEAM 组
Moonlight MvM MLMvM
STEAM 组
Moonlight MvM MLMvM
360
游戏中
1,509
在线
成立于
2021 年 10 月 24 日
语言
英语
Adrad 2024 年 6 月 8 日 上午 11:59
Small problem with asset installer
Chunk of a File "_windows_install.ps1"

# Search each library for TF2 install ForEach ($steamLibrary in $steamLibraries) { Get-ChildItem "$($steamLibrary)\SteamApps\Common\" | where-object {$_.Name -like "Team Fortress 2"} | ForEach-Object { $TF2VDFInstallDir = $_.FullName } } # Check to see if TF2 is installed here if (Test-Path -Path $TF2VDFInstallDir\hl2.exe) { $TF2InstallPath = $TF2VDFInstallDir }

The installing will fail because on line 130, it searches for hl2.exe, when tf2 now uses tf.exe (or tf_win64.exe). Of course copying files obviously still work, but yeah