diff --git a/docs/dev/LOOT Metadata Syntax.html b/docs/dev/LOOT Metadata Syntax.html index 1ab4455..cc09620 100644 --- a/docs/dev/LOOT Metadata Syntax.html +++ b/docs/dev/LOOT Metadata Syntax.html @@ -103,7 +103,6 @@ a:hover { /* Tables */ table { border-collapse: collapse; - width: 100%; background-color: #E8EAF6; } table td, table th { @@ -336,7 +335,7 @@ display: 'OBSE v18+'
strlangstr is written in, given as a POSIX language code. The languages LOOT supports are given in Language Codes.
-LOOT supports formatting of messages using GitHub Flavored Markdown. Support is provided by the Marked library (v0.3.2). Strings that get substituted into messages, such as file display names and dirty info utility strings, also support the same formatting options. +
LOOT supports formatting of messages using GitHub Flavored Markdown. Support is provided by the Marked library (v0.3). Strings that get substituted into messages, such as file display names and dirty info utility strings, also support the same formatting options.
LOOT handles messages and languages as follows:
LOOT ReadMe.htmlfor copying conditions.
file:, http: and https: URLs, using the [label](url) and <url> syntaxes.file:, http: and https: URLs, using the [label](url) and <url> syntaxes.sub:)<<:)When LOOT is run, it will attempt to detect which of the supported games are installed. If a default game has been set, LOOT will run for it, otherwise it will run for the same game as it last ran for. If the relevant game cannot be detected, or if there is no record of the last game LOOT ran for, it will run for the first detected game. -
LOOT can also be launched with the LOOT.exe [--game=<game folder name>] command line parameter to set the game to run for. If the supplied game folder name is valid, the default and last game values are ignored. The default folder names are Oblivion, Skyrim, Fallout3 and FalloutNV.
+
LOOT can also be launched with the --game=<game folder name> command line parameter to set the game to run for. If the supplied game folder name is valid, the default and last game values are ignored. The default folder names are Oblivion, Skyrim, Fallout3 and FalloutNV.
If LOOT cannot detect any supported game installs, it will immediately open the Settings dialog. There you can edit LOOT's settings to provide a path to a supported game, after which you can select it from the Game menu.
@@ -289,8 +288,8 @@ var {
+
+
Additions
-
Copy Content
menu item to copy the plugin list and all information it contains to the clipboard as YAML-formatted text.
Refresh Content
item has been added to the main menu, which re-scans plugin headers and updates LOOT's content.
diff --git a/docs/dev/images/main.png b/docs/dev/images/main.png
index 0b24918..34677ec 100644
Binary files a/docs/dev/images/main.png and b/docs/dev/images/main.png differ
diff --git a/docs/dev/images/settings.png b/docs/dev/images/settings.png
index ba0c1b5..17ea9fd 100644
Binary files a/docs/dev/images/settings.png and b/docs/dev/images/settings.png differ