ThreeTen22 / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
1 stars 0 forks source link

Masters are loaded in alphabetical order instead of dependency order #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open any mod that requires a master with a filename that comes before 
Skyrim.esm (e.g. Dawnguard.esm)
2.
3.

What is the expected output?
Detect that a master depends on another master and load them in the correct 
order.

What do you see instead?
Background Loader: Fatal: <Exception: "Dawnguard.esm" requires master 
"Skyrim.esm" to be loaded before it.>

What version of the product are you using? On what operating system?
TES5Edit 3.0.23 Experimental

Please provide any additional information below.
This is how I work around this currently:
1) Rename Dawnguard.esm to Zawnguard.esm
2) Hex edit the plugin and change the MAST record from Dawnguard.esm to 
Zawnguard.esm
3) When done editing, hex edit Zawnguard back to Dawnguard

Original issue reported on code.google.com by selyb...@gmail.com on 25 Oct 2012 at 1:41

GoogleCodeExporter commented 9 years ago
Use BOSS to sort your load order.

Original comment by zila...@gmail.com on 25 Oct 2012 at 5:48