mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Make sure the workspace path actually exists before attempting to pack it. * Make sure the VPK directory tree file was parsed correctly before unpacking store. * Log debug output for each pack operation to a file. * Fix bug in s_DirFileRegex regex pattern, which would include a trailing '_' in the context part of the directory tree file name. * Fix bug in 'GetLevelName()' and 'GetDirNameParts()' causing it to parse the path as well, prune the path before running the regex. * Renamed 'GetLevelName()' to 'PackedStore_GetDirLevelName()'. * Renamed 'GetDirNameParts()' to 'PackedStore_GetDirNameParts()'. * Write a front-end enable file when building client VPK's.