Hello everyone!
I was wondering if it would be possible to only have 1 PAK
file loaded at a time (for example: vanilla hl models in pak0 and
modified models in pak1, and the correct pak file gets loaded based on the map)
The only thing is, that the correct assets need to be loaded/map (so pak1 shouldnt override pak0 on some maps)
I am aware that pak file reading is mostly in the engine, so I wont be able to modify
that, but maybe iirc the engine only checks for .pak files with the name pak0,1,2,3, etc
So could it be possible to use code found here to read custom named pak files?
And have it load the correct pakfile on a specific map?
So could this be possible?
Thanks for reading!