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 @@
While the main feature of the dwmapi.dll is to use a custom server with the game, it has other features as well.
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:
fallback_language
— The language to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.fallback_graphicsDriver
— The graphics driver to use when Warframe.x64.exe was double-clicked or the argument was simply omitted.xpBasedLevelCapDisabled
to indicate that the client has been patched to accept any PlayerLevel and doesn't need XPInfo to match.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:
/
, 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.