Closed ghost closed 1 year ago
Hi,
Over-riding STEAMPATH does not seem to fix the problem :
System.IO.FileNotFoundException: Le fichier 'd:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\game\dota\pak01_dir.vpk' est introuvable.
Steam is installed on my D\ drive, DOTA is installed on my F\ drive.
I tried putting (l.4) :
set "STEAMPATH=F:\Program Files (x86)\Steam"
but it gets overwritten because that's not where "STEAMPATH\steamapps\libraryfolders.vdf" is located.
Problem seems to be that vpkmod.exe requires path to both libraryfolders.vdf and dota2_beta to function, but only takes STEAMPATH as argument.
Ok so I added:
GAMEPATH = "F:/Program Files (x86)/Steam/steamapps/common/dota 2 beta/game";
at line 2087 of vpkmod.cs and it seems to be working.
Suboptimal, but at least I can get it running.
By the way you can fix it using command in No-Bling-builder.bat
set "GAMEPATH=C:\SteamLibrary\steamapps\common\dota 2 beta\game"
Hi, I can't seem to get this working since Dota 2 is installed on a different directory than Steam. I keep getting the following error after the splash art:
System.IO.FileNotFoundException: Could not find file 'c:\Installed Software\Steam\steamapps\common\dota 2 beta\game\dota\pak01_dir.vpk
The actual installation folder is in D:\Games\SteamLibrary Any workarounds?