diff --git a/docs/BOSS Readme.html b/docs/BOSS Readme.html index e57bce25..c8dda48a 100644 --- a/docs/BOSS Readme.html +++ b/docs/BOSS Readme.html @@ -98,10 +98,6 @@ This documentation is a work in progress, covering an application that is also s
BOSS is intended to make using mods easier, and mod users should still possess a working knowledge of mod load ordering. See Introduction To Load Orders for an overview. +
Note: BOSS version 3 is an almost complete redesign and rewrite of v2. As such, it generally produces different load orders compared to v2. Although much of the v2 masterlist data has been converted for v3, some load order metadata must be rebuilt from scratch, and so some plugins that were sorted correctly by v2 may be sorted incorrectly by v3 until their metadata has been recorded. Users can aid this process by submitting any mistakes they spot to the BOSS team, along with their corrections. +
Clicking the View Last Report
button will display the report generated the last time BOSS sorted your plugins.
The File
menu provides menu items for sorting plugins, viewing the last report BOSS generated and quitting BOSS, while the Edit
menu provides menu items for accessing BOSS's metadata editor and the settings window.
The Game
menu allows you to change which game BOSS is running for without having to close and re-open it. Games that BOSS cannot find are greyed out, and the the one BOSS is running for is marked with a dot to its left. To change the active game, simply select another game in the list.
-
The Help
menu provides a link to this readme and an about page that contains the version of BOSS being run, some legal information and a link to the project repository.
+
The Help
menu provides a link to this readme and an about page that contains the version of BOSS being run, some legal information and a link to the code repository.
OKbutton is pressed, the final load order will be applied. Otherwise, no load order changes will be made.
BOSS's sorting algorithm uses the contents of plugins to work out where they should load relative to one another. However, this is sometimes not enough for it to produce a correct load order. In such cases, additional metadata can be supplied so that the plugins get sorted correctly. -
This metadata is supplied to BOSS by two sources: one is the masterlist, which is maintained by the BOSS Team, and the other is the userlist, which you can edit as you desire. +
This metadata is supplied to BOSS by two sources: one is the masterlist, which is maintained by the BOSS team, and the other is the userlist, which you can edit as you desire.
The metadata editor allows you to manage the metadata stored in your userlist. When opened, it lists all the plugins you have installed, and any that are missing but have existing user-added metadata, in alphabetical order. Clicking on a plugin then opens its metadata for editing, and displays any existing metadata in the fields to the right of the plugin list. These fields are explained in the table below.
The Add …
, Edit …
and Remove …
buttons are used to edit the contents of the list currently visible. The Edit …
and Remove …
buttons are greyed out if no row is selected or if the selected row is not user-added metadata, but comes from the masterlist or the plugin itself. Metadata that comes from the masterlist or the plugin itself cannot be edited or removed, only added to. This is to prevent users from accidently overriding important metadata.
+
The Copy Metadata As Text
copies the selected plugin's current metadata, as it appears in the userlist, to the clipboard. This makes it easier to share your metadata changes with the BOSS team, as they can then paste this text directly into the masterlist, and also avoids any typos being introduced. If posting the text in an online forum that supports BBCode (as most forums do), be sure to wrap it in [code] tags, eg. [code]copied text[/code], so that the spaces are not removed by the forum software.
The Save Changes
button will save any user-added metadata to your userlist, including any changes made, then exit the metadata editor. The Cancel
button will exit the editor without saving any changes.
| Debug Verbosity | Controls the verbosity of the debug output, which is written to BOSSDebugLog.txt. |
| Update masterlist before sorting | If checked, BOSS will update its masterlist, should an update be available, before sorting mods. |
| View reports externally in default browser. | If checked, BOSS will display its report using your default web browser instead of opening its own window. + |
| Generate and display plugin graph images. | If checked, BOSS will generate an SVG image of the plugin interaction graph and display it in its report. Image generation can take a long time, so this is disabled by default. |
The games list allows the customisation of which games BOSS offers support for, trivialising support for multiple copies of a game and Total Conversions. The games listed here will be displayed in the main window's Game
menu when BOSS is next run. The Add Game
, Edit Game
and Remove Game
buttons are used to edit the list. Each game has several columns, which are explained below.