Closed ffaristocrat closed 6 years ago
@ffaristocrat are you using steam to test on OSX? Can you tell me the directory structure of where battletech is located in relation to steam?
Here's the full path down to the Mods folder.
/Users/ffaristocrat/Library/Application Support/Steam/SteamApps/common/BATTLETECH/BattleTech.app/Contents/Resources/Mods
Backslash isn't used for directory navigation on OSX. As a result, ModTek creates & uses a folder literally named
..\..\..\Mods
.It needs to navigate the directory structure in an OS agnostic way.
This is the same issue that BTML has.