-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path and filenames for lua files are case sensitive #1636
Comments
Indeed it makes sense to have lowercase here. At least for the lua files,maybe even the folders could be named in lowercase or TitleCase. |
I changed the extension to lower case lua and renamed the folder to campaigns lower case. Adjusted the path for lua folder in the campaign.lua to lower case. Adjusted global path in files.h to lower case. I am currently testing it on linux and i will potenially extend the test for checking case sensitivity. |
both folders have to be created/installed with capital letters only:
for the indivual campaign files, all these files have to be renamed to .lua instead of .LUA:
likewise for the WORLD folder
The text was updated successfully, but these errors were encountered: