From 88792a27ea68fb12ef3dbcc2da75988f653a2056 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 7 Nov 2017 18:31:19 +0000 Subject: [PATCH] Add the disclaimer asterisk everywhere Signed-off-by: Ikey Doherty --- README.md | 2 +- TECHNICAL.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ef2d5..7ad2e00 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ reasons: - Performance Additionally we apply dynamic workarounds to fix some filesystem path related bugs in Linux -ports (or even shader workarounds for Ark) through our redirect module. +ports (or even shader workarounds for ARK*) through our redirect module. With LSI, you don't need to worry any more about manually mangling your Steam installation just to make the open source drivers work, or manually creating links and installing diff --git a/TECHNICAL.md b/TECHNICAL.md index df1e190..1c97da5 100644 --- a/TECHNICAL.md +++ b/TECHNICAL.md @@ -168,8 +168,8 @@ provide more fixes. Currently the `redirect` module supports: - - ARK: Survival Evolved (Use fixed shader asset from `TheCenter` DLC to fix invalid water appearance) - - Project Highrise (Fix crash where the game attempts to use a directory as a config file `prefs.txt`) + - ARK: Survival Evolved* (Use fixed shader asset from `TheCenter` DLC to fix invalid water appearance) + - Project Highrise* (Fix crash where the game attempts to use a directory as a config file `prefs.txt`) If you are packaging LSI for a distribution, please ensure you provide both a 32-bit and 64-bit build of the intercept library so that the entirety of Steam's library (`.so`) mechanism is tightly controlled by LSI. See the scripts in the root directory of this repository for examples of how to do this.