From 5cfe80d25c8e9d9b5411188cc3b8443bc8261630 Mon Sep 17 00:00:00 2001 From: Sainan Date: Wed, 19 Feb 2025 09:57:35 +0100 Subject: [PATCH] Update bootstrapper manual for 0.10.2 hotfix 1 --- bootstrapper-manual.html | 74 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index 992a0b5..179f2d6 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -3,13 +3,80 @@ OpenWF Bootstrapper Manual - +

OpenWF Bootstrapper Manual

While the main feature of the dwmapi.dll is to use a custom server with the game, it has other features as well.

client_config.json

-

The bootstrapper creates a client_config.json in your game folder. It has the following fields:

+

The bootstrapper's configuration is in OpenWF/client_config.json relative to your game folder. It has the following fields:

Metadata Patches

-

Metadata patches are generally parsed line by line, with roughly the following steps being taken for each line:

+

Metadata Patches are loaded from OpenWF/Metadata Patches.txt, although you can also create a OpenWF/Metadata Patches/ folder and any text file inside of that will be loaded as well.

+

They are generally parsed line by line, with roughly the following steps being taken for each line:

  1. If the line starts with /, a new patch for the given absolute path is started. If the line ends on &, the next line that also starts with / will be added to this patch instead of creating a new patch.
  2. Leading and trailing tabs and spaces are removed from the line.