From 9a17c6fcc4bae88d0af5fb59da7c341cfe125f64 Mon Sep 17 00:00:00 2001 From: Kent Slaney Date: Sat, 29 Jun 2024 17:58:08 -0700 Subject: [PATCH] clarify README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8dd4f2ae85a..97ef616d8807 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # BakkesMod for Steam on Arch [Hosted on AUR](https://aur.archlinux.org/packages/bakkesmod-steam): just -install and add `BAKKES=1` as a launch option. +install and add `BAKKES=1` as a launch option for the official DLL or +`BAKKES=1 PROMPTLESS=1` for the patched version without the version detection +prompt. If you're unfamiliar with launch options, remember to add `%command%` at +the end. ## Promptless Injection -The `dll_patch.py` script, followed by the BakkesMod DLL path as a CLI argument +The `dll_patch.py` script, followed by the BakkesMod DLL path as a CLI argument, will create a patched DLL version which will not prompt the user to verify injection despite being unable to detect the version. This injector version can -be used via Proton by adding `PROMPTLESS=1` as a launch option in addition to -the `BAKKES=1` flag mentioned above. - -While this process happens automatically using `PKGBUILD` on linux, the patched +be used via Proton by adding `PROMPTLESS=1` as a launch option. The patched version should also get rid of the injection verification on Windows, provided -that the BakkesMod DLL is replaced rather than duplicated. +that the BakkesMod DLL is replaced rather than duplicated, which is the default. ## TODO - stop resetting the user's config on install