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.