Does the GameUpdate.bat still work for anyone anymore? I noticed mine has not and decided to re-download the game to try on a clean 'install'. I do have the game in a folder I have full access and no spaces or odd characters in the folder path.
It fails to download the repo.zip with the error:
"Assuming first time patching..."
"Downloading latest patch..."
Invoke-WebRequest : 404: Not Found
At line:1 char:1
+ Invoke-WebRequest -Uri '
You must be registered to see the links
...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
"Extracting..."
Expand-Archive : The path '.\repo.zip' either does not exist or is not a valid file system path.
At line:1 char:1
+ Expand-Archive -Path '.\repo.zip' -DestinationPath '.' -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (.\repo.zip:String) [Expand-Archive], InvalidOperationException
+ FullyQualifiedErrorId : ArchiveCmdletPathNotFound,Expand-Archive