mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Add mentions of Fallout 4 site pages
This commit is contained in:
@@ -5,7 +5,7 @@ title: Dirty Edits, Mod Cleaning & CRCs
|
||||
|
||||
<p>Dirty edits are often a side-effect of mod creation, and are often due to bugs in the utilities Bethesda has provided to create mods, rather than bad practice by mod authors. Dirty edits can cause a wide range of issues, including incorrect game settings, missing content, broken quests and crashing to desktop. The more dirty edits there are in a mod, and the more mods with dirty edits you use, the more likely you are to experience issues.</p>
|
||||
|
||||
<p>Thankfully there is a way to remove dirty edits from mods relatively easily, a process known as <em>mod cleaning</em>, using TES4Edit, FO3Edit, FNVEdit or TES5Edit (for Oblivion, Fallout 3, Fallout: New Vegas and Skyrim respectively). Detailed instructions and information on mod cleaning are available for <a href="http://cs.elderscrolls.com/constwiki/index.php/TES4Edit_Cleaning_Guide">Oblivion</a> and <a href="http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit">Skyrim</a>, with the process being largely the same for the others.</p>
|
||||
<p>Thankfully there is a way to remove dirty edits from mods relatively easily, a process known as <em>mod cleaning</em>, using TES4Edit, FO3Edit, FNVEdit, TES5Edit or FO4Edit (for Oblivion, Fallout 3, Fallout: New Vegas, Skyrim and Fallout 4 respectively). Detailed instructions and information on mod cleaning are available for <a href="http://cs.elderscrolls.com/constwiki/index.php/TES4Edit_Cleaning_Guide">Oblivion</a> and <a href="http://www.creationkit.com/TES5Edit_Cleaning_Guide_-_TES5Edit">Skyrim</a>, with the process being largely the same for the others.</p>
|
||||
|
||||
<p>The problem of dirty edits is largely a problem of ignorance on the part of mod authors and users alike of the problems dirty mods can cause. As such, there are community efforts to raise awareness of dirty edits and cleaning. LOOT plays a key role in these efforts, as it holds the complete list of all known dirty mods (as does BOSS), and it uses this information to provide notification messages to users for any dirty mods they have installed.</p>
|
||||
|
||||
|
||||
@@ -19,10 +19,15 @@ title: Introduction To Load Orders
|
||||
<ul>
|
||||
<li>Master plugins always load before non-master plugins. The difference between the two plugin types isn't really relevant, except that a plugin's type is decided by a setting inside it, and not by its file extension (even though <code>.esm</code> stands for Elder Scrolls Master).</li>
|
||||
<li>There is a limit of 255 active plugins that can be loaded by the game. This isn't strictly a load <em>order</em> thing, but is worth mentioning.</li>
|
||||
<li>In Skyrim, <code>Skyrim.esm</code> always loads before all other plugins.</li>
|
||||
<li>In Skyrim and Fallout 4, the game master file (<code>Skyrim.esm</code> and <code>Fallout4.esm</code> respectively) always loads before all other plugins.</li>
|
||||
<li>In Skyrim, if <code>Update.esm</code> is present, it is always loaded. It loads after all other master plugins, unless it has another position explicitly set.</li>
|
||||
<li>In Fallout 4, if any of the DLC plugins are present, they are always loaded. They load after all other master plugins, in the order of their release, unless they have other positions explicitly set.</li>
|
||||
</ul>
|
||||
|
||||
<p>A plugin's position in the load order is often displayed by mod managers as a hexadecimal number, from 00 to FE (0 to 254 in decimal). The plugin with position 00 loads first, and the plugin with position FE is loaded last. Hexadecimal numbers are used to display the load order positions of plugins because these numbers form the first two digits of the code that the game uses to reference the records that the plugin adds, so knowing the numbers allows modders and mod users to determine from which plugin a record is from.</p>
|
||||
|
||||
<p>In Oblivion, Fallout 3 and Fallout: New Vegas, load order is determined by plugin timestamps, and the plugins you have accessed are listed in <code>%LOCALAPPDATA%\<game>\plugins.txt</code>. As such, it's best to use a mod manager to create a backup of your load order. In Skyrim, the load order of active plugins is stored in <code>%LOCALAPPDATA%\<game>\plugins.txt</code>, and modding utilities generally use <code>%LOCALAPPDATA%\<game>\loadorder.txt</code> to store the load order of all plugins. This makes backing up your load order as easy as making copies of those two files.</p>
|
||||
<p>In Oblivion, Fallout 3 and Fallout: New Vegas, load order is determined by plugin timestamps, and the plugins you have accessed are listed in <code>%LOCALAPPDATA%\<game>\plugins.txt</code>. As such, it's best to use a mod manager to create a backup of your load order.</p>
|
||||
|
||||
<p>In Skyrim, the load order of active plugins is stored in <code>%LOCALAPPDATA%\<game>\plugins.txt</code>, and modding utilities generally use <code>%LOCALAPPDATA%\<game>\loadorder.txt</code> to store the load order of all plugins. This makes backing up your load order as easy as making copies of those two files.</p>
|
||||
|
||||
<p>In Fallout 4, the load order is stored in <code>%LOCALAPPDATA%\<game>\plugins.txt</code>, and active plugins are prefixed by a <code>*</code>, so you only need to make a copy of that file to back up your load order.</p>
|
||||
|
||||
@@ -17,7 +17,7 @@ title: Thread Management
|
||||
|
||||
<pre><code>[size=8]LOOT[/size]
|
||||
|
||||
A plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas.
|
||||
A plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3, Fallout: New Vegas and Fallout 4.
|
||||
|
||||
[size=5]Introduction[/size]
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ layout: page
|
||||
title: The Load Order Optimisation Tool
|
||||
---
|
||||
|
||||
<p>Setting the right load order for your <strong>TES IV: Oblivion</strong>, <strong>TES V: Skyrim</strong>, <strong>Fallout 3</strong> and <strong>Fallout: New Vegas</strong> mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.</p>
|
||||
<p>Setting the right load order for your <strong>TES IV: Oblivion</strong>, <strong>TES V: Skyrim</strong>, <strong>Fallout 3</strong>, <strong>Fallout: New Vegas</strong> and <strong>Fallout 4</strong> mods is a crucial step to enjoying a stable modded game. The Load Order Optimisation Tool (LOOT) can help with that, by providing automated load order sorting that's simple to use and fully customisable.</p>
|
||||
|
||||
<p>While sorting, LOOT checks for load order errors (such as incompatibilities and missing requirements) and notifies you of any issues that it detects. It also provides thousands of plugin-specific messages, such as usage notes and bug warnings, to help keep your game healthy.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user