Describe the bug
VPKs from Steam Workshop have the lowest priority, which means replacement mods will not work e.g. model replacements, texture replacements.
Steps to reproduce
Steps to reproduce the behavior:
- Subscribe to a mod that's packed into VPK
- Type "path" in the console, and you'll see that the VPK is at the bottom
- In game it doesn't work due to low priority.
Expected behavior
Higher priority then base game files.
Custom folder > Steam Workshop > Base game, like in gameinfo.txt
Additional context
I think this could be a complex issue, because the file is loaded, but too late. Is it because the Steam API can only be called after the game file system process finished?