In kotormax.ms line 58:
global g_kotormaxPath = scriptsPath + "KOTORmax\\"
But the repo folder is named KOTORMax (capital M). On Windows (where gmax/3ds Max run), the filesystem is case-insensitive, so this works fine. However, if anyone ever tries to work with the files on a case-sensitive filesystem (Linux, macOS dev environment, Git operations), this mismatch could cause filein calls to fail to find the scripts.
In
kotormax.msline 58:But the repo folder is named KOTORMax (capital M). On Windows (where gmax/3ds Max run), the filesystem is case-insensitive, so this works fine. However, if anyone ever tries to work with the files on a case-sensitive filesystem (Linux, macOS dev environment, Git operations), this mismatch could cause filein calls to fail to find the scripts.