Remove separators (#125)

This commit is contained in:
pStyl3
2024-06-23 20:56:07 +02:00
committed by GitHub
parent 6806269223
commit b133cc1290
@@ -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>