Given that the workshop items appear to be always downloaded to the same drive, you might be able to get away with the following relative pattern, given my absolute path as an example* → path = "..\..\..\..\common\".
* wherein my path is (F:\Steam Games\steamapps\workshop\content\255710\2448824112\Tool). Drop one ..\ for the mod directory (I think it runs here in tool, not in 2448824112
Would you like me to try a pull request on a new branch (after I test it locally of course)?
Given that the workshop items appear to be always downloaded to the same drive, you might be able to get away with the following relative pattern, given my absolute path as an example* →
path = "..\..\..\..\common\".* wherein my path is (
F:\Steam Games\steamapps\workshop\content\255710\2448824112\Tool). Drop one..\for the mod directory (I think it runs here in tool, not in 2448824112Would you like me to try a pull request on a new branch (after I test it locally of course)?