Skip to content
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

Open
zlice opened this issue Feb 10, 2023 · 7 comments
Open

Linux: Capitalization #1

zlice opened this issue Feb 10, 2023 · 7 comments

Comments

@zlice
Copy link

zlice commented Feb 10, 2023

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.

ln -s MASTER.DAT master.dat
ln -s CRITTER.DAT critter.dat
@MakeSureDudeDies
Copy link

I prefer Communismation.

@Northfear
Copy link

I suspect this one is causing quite some troubles with mods too (which are often distributed with all kinds of mixed naming)

@zlice
Copy link
Author

zlice commented Feb 12, 2023

Fo4 mods are horrible lol. textures, Textures, scripts, Scripts, SCRIPTS

@arrowgent
Copy link

data
DATA

glad i noticed this issue before compiling and running

ln -s MASTER.DAT master.dat
ln -s CRITTER.DAT critter.dat

@alexbatalov
Copy link
Owner

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 fallout.cfg.

@Vic2077
Copy link

Vic2077 commented Feb 21, 2023

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)

@RicoHeart
Copy link

"DATA/SOUND/MUSIC/" works
(edit the original "DATA\SOUND\MUSIC" in fallout.cfg)

(again, a difference between Windows and GNU/Linux)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants