diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index fcbd9a9..992a0b5 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -62,5 +62,17 @@
clientMod
parameter to indicate that the OpenWF Bootstrapper is being used and what version of it.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:
+/
, 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.&
, that character is removed from the line and the rest of the line is assumed to be an absolute path to be added to the current patch.>
, that character is removed from the line and the rest of the line is assumed to be an absolute path for which a new patch is created.r|
, a replacement is added to the current patch in the form r|A|Z
which means A
in the metadata will be replaced with Z
.If multiple patches affect the same absolute path, they are combined.
+