STEAM GROUP
Moonlight MvM MLMvM
STEAM GROUP
Moonlight MvM MLMvM
274
IN-GAME
1,235
ONLINE
Founded
24 October, 2021
Language
English
Adrad 8 Jun, 2024 @ 11:59am
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