-
Notifications
You must be signed in to change notification settings - Fork 150
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
Linux: Capitalization #1
Comments
I prefer Communismation. |
I suspect this one is causing quite some troubles with mods too (which are often distributed with all kinds of mixed naming) |
Fo4 mods are horrible lol. textures, Textures, scripts, Scripts, SCRIPTS |
data glad i noticed this issue before compiling and running
|
The correct way to fix this is to implement case-insensitive directory/file access, but for now you can either rename, create links as you do, or specify correct paths via |
I have no music in fo2-ce since v1.2 and in fo1-ce since release. Some people also think it is related to thsi problem wit hfile naming. (original game files are in all CAPS) |
"DATA/SOUND/MUSIC/" works (again, a difference between Windows and GNU/Linux) |
Running on Linux from a bash terminal I get the error message "Could not find the master datafile" (and proceeding critter error).
game/gconfig.cc
sets the strings to these files as lower case, but the GOG install is upper case MASTER.DAT so the file is not found.Simple symlinks allow the game to run. But if changing the
gconfig.cc
strings to upper doesn't cause any issues I think that would be better.The text was updated successfully, but these errors were encountered: