Open Python1320 opened 1 year ago
Similar to Issue #83.
Currently in CSGO branch setting this in gameinfo.txt
gameinfo.txt
Game "X:/g/steam/SteamApps/common/Team Fortress 2/tf/tf2_textures.vpk"
results in file access like this (which obviously fails):
X:\g\steam\SteamApps\common\Team Fortress 2\tf\tf2_textures.vpk\bin\pak01_dir.vpk
Maybe similar to https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/launcher/launcher.cpp#L919
Similar to Issue #83.
Currently in CSGO branch setting this in
gameinfo.txt
results in file access like this (which obviously fails):