ficool2 / HammerPlusPlus-Issue-Tracker

Bug and feature request tracker for Hammer++
36 stars 1 forks source link

Allow mounting multi-file .VPK with a custom name #402

Open Python1320 opened 1 year ago

Python1320 commented 1 year ago

Similar to Issue #83.

Currently in CSGO branch setting this in 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
Python1320 commented 1 year ago

Maybe similar to https://github.com/perilouswithadollarsign/cstrike15_src/blob/f82112a2388b841d72cb62ca48ab1846dfcc11c8/launcher/launcher.cpp#L919