From 467d642246c0965dfafc28b0f4ba650f9ad51c05 Mon Sep 17 00:00:00 2001 From: Daniel Neykov Date: Sat, 6 Jul 2024 15:58:47 +0200 Subject: [PATCH] Add proton/wine incompatibility to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1ed53..0c137d0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ A CreamAPI clone for Linux. Since 20PercentRendered has archived the repo, I have decided to fork and support it as far as I can. ## Support -This *should* work for any linux native steam title that doesn't block LD_PRELOAD. The following games have been tested and confirmed to work: +This *should* work for any native Linux Steam title that doesn't block LD_PRELOAD. It does not work with Proton or Wine - use SmokeAPI or other alternatives made specifically for Windows instead. + +The following games have been tested and confirmed to work: - Stellaris - Hearts Of Iron IV @@ -66,6 +68,9 @@ Try setting the executable flag of the `cream.sh` script (it should be set alrea chmod +x cream.sh ``` +## It doesn't work with Proton or Wine +Creamlinux is specifically made for native Linux games. If you are using a compatibility layer, use alternatives made specifically for Windows (e.g. SmokeAPI, regular CreamAPI or whatever). + ## Nothing helped! Please collect a log using the instructions below as well as an overview of the game's directory using `ls -lh; ls -lh */`, then post an issue describing your situation [here](https://github.com/anticitizn/creamlinux/issues/new).