HolyLib Wiki

holylib_filesystem_predictexistance

  holylib_filesystem_predictexistance = 0

Description

If enabled, it will try to predict the path of a file, but if the file doesn't exist in the predicted path, we'll just say it doesn't exist.
Doesn't rely on holylib_filesystem_predictpath but it also works with it together.

The logic for prediction is exactly the same as holylib_filesystem_predictpath but it will just stop checking if it doesn't find a file in the predicted path instead of checking then all other searchpaths.

Enabling this can cause issues like models having no collisions when their .phy file is in a different path than their .mdl file.