You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td><img alt="Blue" src="../bash/images/checkbox_blue_on.png"><td>Good. Matches the Master Index of the the Current load order.
2000
-
<tr><td><img alt="Green" src="../bash/images/checkbox_green_on.png"><td>Good, but the Master Index is not in sync with the Current
1999
+
<tr><td><svg class="wb-ico wb-checkbox blue on" aria-label="Blue" data-wb-use="#wb-checkbox-on"></svg><td>Good. Matches the Master Index of the the Current load order.
2000
+
<tr><td><svg class="wb-ico wb-checkbox green on" aria-label="Green" data-wb-use="#wb-checkbox-on"></svg><td>Good, but the Master Index is not in sync with the Current
2001
2001
load order.<br>
2002
2002
<br>So for instance if you have a load order with active mods (in this order) [Oblivion.esm, displayed_mod.esm, yet_some-other.esp,
2003
2003
some_other.esp, some_other2.esp, displayed_mod.esp], some_other.esp will display in green as its current load order is 3 while its
2004
2004
master index is 2. Note that the <em>relative load order of masters</em> is the same as it is in the MI list.
2005
-
<tr><td><img alt="Orange" src="../bash/images/checkbox_orange_on.png"><td>The plugin loads in a different order compared to its order in
2005
+
<tr><td><svg class="wb-ico wb-checkbox orange on" aria-label="Orange" data-wb-use="#wb-checkbox-on"></svg><td>The plugin loads in a different order compared to its order in
2006
2006
the master array of displayed_mod.esp<br>
2007
2007
<br>So for instance if you have a load order with active mods (in this order) [Oblivion.esm, displayed_mod.esm, some_other2.esp,
2008
2008
some_other.esp, displayed_mod.esp], some_other.esp and some_other2.esp will display in orange as they load in different
2009
2009
<em>relative order</em> than they are recorded in the master array of displayed_mod.esp.<br>
2010
2010
<br>If a plugin has two masters that are siblings (one doesn't have the other as a master, so they can load in either order) and they are overriding the same record from an earlier master (e.g. both are overriding a record from the main game master file), then loading them in a different order will result in a different version of the overridden record being the "winner". But the plugin might depend on the winner being the one indicated by the order in which it references the masters. The plugin should be examined in xEdit (meaning any version) to see if it is best to alter the load order or if Sort Masters should be used to correct the issue.
2011
-
<tr><td><img alt="Red" src="../bash/images/checkbox_red_on.png"><td>A Master that is missing. If unintended then you should check to make
2011
+
<tr><td><svg class="wb-ico wb-checkbox red on" aria-label="Red" data-wb-use="#wb-checkbox-on"></svg><td>A Master that is missing. If unintended then you should check to make
2012
2012
sure that you have not inadvertently renamed or removed the plugin.
<td><svg class="wb-ico wb-checkbox red on" aria-label="Red" data-wb-use="#wb-checkbox-on"></svg></td>
11097
11132
<td>A master is missing. You should check to make sure that you
11098
11133
have not inadvertently renamed or removed the plugin.</td>
11099
11134
</tr>
@@ -11105,10 +11140,10 @@ <h3 id="saves-masters-symbols">Color scheme for Save Game Masters (MI & Curr
11105
11140
<thead>
11106
11141
<tr><th>Checkbox Colour<th>Meaning
11107
11142
<tbody>
11108
-
<tr><td><img alt="Blue" src="../bash/images/checkbox_blue_on.png"><td>Good. Matches the Master Index of the save game at the time it was saved.
11109
-
<tr><td><img alt="Green" src="../bash/images/checkbox_green_on.png"><td>Good, but the Master Index is not in sync with the Current load order.
11110
-
<tr><td><img alt="Orange" src="../bash/images/checkbox_orange_on.png"><td>Some plugins have changed order. The plugin still exists in the Data folder but a plugin was added or removed before of after this plugin.
11111
-
<tr><td><img alt="Red" src="../bash/images/checkbox_red_on.png"><td>A plugin is missing. If unintended then you should check to make sure that you have not inadvertently renamed or removed the plugin.
11143
+
<tr><td><svg class="wb-ico wb-checkbox blue on" aria-label="Blue" data-wb-use="#wb-checkbox-on"></svg><td>Good. Matches the Master Index of the save game at the time it was saved.
11144
+
<tr><td><svg class="wb-ico wb-checkbox green on" aria-label="Green" data-wb-use="#wb-checkbox-on"></svg><td>Good, but the Master Index is not in sync with the Current load order.
11145
+
<tr><td><svg class="wb-ico wb-checkbox orange on" aria-label="Orange" data-wb-use="#wb-checkbox-on"></svg><td>Some plugins have changed order. The plugin still exists in the Data folder but a plugin was added or removed before of after this plugin.
11146
+
<tr><td><svg class="wb-ico wb-checkbox red on" aria-label="Red" data-wb-use="#wb-checkbox-on"></svg><td>A plugin is missing. If unintended then you should check to make sure that you have not inadvertently renamed or removed the plugin.
11112
11147
</table>
11113
11148
11114
11149
<h3 id="saves-profiles">Save Profiles <a class="back2top" href="#contents">Back to top</a></h3>
0 commit comments