mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Remove separators (#125)
This commit is contained in:
@@ -13,8 +13,8 @@ title: Changing plugin types in Starfield
|
||||
|
||||
<ul>
|
||||
<li><code>Full Master</code> are standard <code>ESMs</code>.</li>
|
||||
<li><code>Medium Master</code> use the load order slot <code>FD</code> and allow 65.535 records each in up to 256 plugins.</li>
|
||||
<li><code>Small Master</code> use the load order slot <code>FE</code> and allow 4.095 records each in up to 4.096 plugins. These plugins are what was previously known as <code>Light</code> masters.</li>
|
||||
<li><code>Medium Master</code> use the load order slot <code>FD</code> and allow 65535 records each in up to 256 plugins.</li>
|
||||
<li><code>Small Master</code> use the load order slot <code>FE</code> and allow 4095 records each in up to 4096 plugins. These plugins are what was previously known as <code>Light</code> masters.</li>
|
||||
</ul>
|
||||
|
||||
<p>While this new system allows for more variety in the mod creation process, changing the format of a released and published mod is not supported by Bethesda. In fact, it has been found that changing the master type through an update will break other mods, that use your plugin as a master.</p>
|
||||
|
||||
Reference in New Issue
Block a user