From 5f07fe7bc8ef0a86f796842eb595ad2e7cb946ce Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Tue, 6 Aug 2024 23:01:24 -0600 Subject: [PATCH] book: launch --no-filepatching --- book/commands/launch.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/commands/launch.md b/book/commands/launch.md index 69cb8592..75ca6e9c 100644 --- a/book/commands/launch.md +++ b/book/commands/launch.md @@ -32,6 +32,9 @@ Options: --no-rap Do not rapify files + --no-filepatching + Do not enable filePatching + -o, --optional <optional> Include an optional addon folder @@ -183,6 +186,10 @@ hemtt launch -e arma3profiling_x64 # Relative to the Arma 3 directory hemtt launch -e "C:\Program Files\Steam\steamapps\common\Arma 3\arma3_x64.exe" # Absolute path ``` +### --no-filepatching + +Do not launch Arma 3 with `-filePatching`. + ## Passthrough Options Any options after `--` will be passed to the Arma 3 executable. This is useful for passing additional [Startup Parameters](https://community.bistudio.com/wiki/Arma_3:_Startup_Parameters).