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: <a href="build.md#--no-rap">--no-rap</a> Do not rapify files + <a href="--no-filepatching">--no-filepatching</a> + Do not enable filePatching + <a href="dev.md#-o---optional">-o, --optional <optional></a> 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).