linux games and servers have problems with loading packed file assets (and loose files sometimes!) due to recent changes
relevant issue here: ValveSoftware/Source-1-Games#6868
i tracked the problem down here and @shavitush made a client-side hook to fix it (which requires -insecure
), but servers still encounter the issue so here's a sourcemod plugin to fix it too
note: it might not work for the first map that's loaded on a server because the plugin doesn't load before map files are mounted maybe I guess idk?
bsps that pack models will possibly have collision problems so that's the most visible place
an example map that's somehow broken without this plugin:
- bhop_friendsjump @
setpos -10239.424805 8130.023438 -2911.968750 ; setang 18.701771 0.225578 0.000000
probably but i haven't checked. lemme know if it does/doesn't