ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 25 forks source link

Fix packing for paths outside of game folder #80

Closed gortnarj closed 5 years ago

gortnarj commented 5 years ago

Fix for external paths in gameinfo.txt (eg C:/Dropbox/content). Before it would ignore the path. Also includes fix for paths with spaces (eg C:/Google Drive/content) where it would mount just the first part (C:/Google).

Caskoo commented 5 years ago

This would be perfect

Exactol commented 5 years ago

Sorry for the long wait. Looks like external paths were already added in this commit 2427c8bf7d92c9ca92363758f44551e0ccac6850 Does this change offer any improvements?

gortnarj commented 5 years ago

Yeah my bad, didn't see that commit. Though you can update vmfmaterialkeys.txt and texturekeys.txt, I added some new parameters.

Exactol commented 5 years ago

Merged texture/material key commits