From dfd4ee287718fdf9628ece382cf553cf6a4bf8cf Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 26 Sep 2022 09:08:12 +0200 Subject: [PATCH] more todos --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68bfc29..05682b5 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,16 @@ Use --fomod to create a new mod using the result from the FOMod ## Requirements: * glib2 +* A casefold enable filesystem ### Optional requirements: * Fuse (2 or 3) * Fuse-overlayfs ## instructions and warnings about casefold: -Casefold is and options in some linux filesystem that will make a folder (not the whole filesystem) case insensitive, this is really good for proton since it gives a small lookup performance boost and allow us to install mods without fearing having two file with the same name. +Casefold is and options in some linux filesystem that will make a folder (not the whole filesystem) case insensitive, this is really good for proton since it gives a small file lookup performance boost and allow us to install mods without fearing having two file with the same name. -sadly i don't think overlayfs support it, but it might still be worth a try. currently i haven't tested without casefold and mods might break because of that. +sadly i don't think overlayfs support it, but it might still be worth a try. currently i haven't tested without casefold and mods will probably break because of that. @@ -42,6 +43,8 @@ sadly i don't think overlayfs support it, but it might still be worth a try. cur 4. replace the copy of the games files by hard links if available. 5. try alternatives to overlayfs (searching for casefold support) 6. adding a hook for %command% in steam +7. remake the whole copy function to rename everything in lower case this way we can make casefold obselete. +8. check if the order of the overlayfs directors is the right one. ## How to contribute: if you have creation engine based games not listed in src/steam.h