StrataSource / Portal-2-Community-Edition

Task tracker for Portal 2: Community Edition
https://www.portal2communityedition.com
148 stars 3 forks source link

Add mounts support to postcompiler #231

Open RealityAnomaly opened 4 years ago

RealityAnomaly commented 4 years ago

Postcompiler from HammerAddons does not have support for Dynamic Search Path mounted apps. We need to add support for this so it can properly locate assets for model combination.

vrad-exe commented 4 years ago

Wouldn't this go on either the HammerAddons or srctools repository?

RealityAnomaly commented 4 years ago

Probably. Our implementation isn't fully finalised yet (the configuration file format could change), so we've been working on a fork of HammerAddons. We'll create a pull request into their master branch when it's finished.

TeamSpen210 commented 4 years ago

It's not entirely necessary, since the config file has a "searchpaths" block letting you add additional file locations. But you'll want to add code to srctools.scripts.config to parse your config and then append to the fsys_chain filesystem.

InevitablyDivinity commented 3 years ago

Changing issue title to avoid being misleading (because of Digital Signal Processing).

vrad-exe commented 1 year ago

I think this is still not implemented