mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 14:08:18 +03:00
I had an issue where Control: Ultimate Edition would not find "CoherentUIGT.dll", because it was named "coherentuigt.dll".
parent
24c430ae55
commit
3a5c4e665e
@ -99,3 +99,14 @@ $ ln -s ~/.steam/steam/steamapps/compatdata /media/gamedisk/Steam/steamapps/
|
||||
```
|
||||
|
||||
*If the `/compatdata` folder already exists on the mounted disk BEFORE the symlink, DELETE IT!*
|
||||
|
||||
## Turning off Case-Sensitivity in file names
|
||||
|
||||
Sometimes Case-Sensitivity can be an issue and lead to files not being found, because their names differ in case from what is expected. In such cases, mounting the ntfs partition with `lowntfs-3g` may solve the problem (source: https://serverfault.com/questions/901855/ntfs-3g-ignore-case).
|
||||
To do that, edit the entry in `/etc/fstab` as follows:
|
||||
|
||||
```
|
||||
UUID=38CE9483CE943AD8 /media/gamedisk lowntfs-3g uid=1000,gid=1000,rw,user,exec,umask=000 0 0
|
||||
```
|
||||
|
||||
And then reboot.
|
||||
|
Loading…
x
Reference in New Issue
Block a user