Difference between revisions of "Bethesda mod archives"

From Nexus Mods Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
The Gamebyro engine can load files from specialised archives into the game on startup. This allows DLCs and mods to package all their files together without worrying about them being accidentally overwritten and further simplifies the modding process by minimising the number of files. These archives can be either BSA (Oblivion, Fallout 3, Fallout New Vegas and Skyrim) or BA2 (Fallout 4 and Fallout 76) format files. Extracting or modifying archives should be considered an advanced modding technique and in most cases is unnecessary to allow the game to function correctly.  
 
The Gamebyro engine can load files from specialised archives into the game on startup. This allows DLCs and mods to package all their files together without worrying about them being accidentally overwritten and further simplifies the modding process by minimising the number of files. These archives can be either BSA (Oblivion, Fallout 3, Fallout New Vegas and Skyrim) or BA2 (Fallout 4 and Fallout 76) format files. Extracting or modifying archives should be considered an advanced modding technique and in most cases is unnecessary to allow the game to function correctly.  
 
 
 
 
 +
  
  
 
== Mod archive compatibility ==
 
== Mod archive compatibility ==
  
The BSA and BA2 archives are not automatically compatible with all games. Even among the variations of the same file type, they can cause unwanted side effects such as preventing the game from starting up. The table below lists the types of BSA and BA2 and how they behave with each Gamebyro title.
+
The BSA and BA2 archives are not automatically compatible with all games. Even among the variations of the same file type, they can cause unwanted side effects such as preventing the game from starting up. The table below lists the types of BSA and BA2 and how they behave with each Gamebyro title. The version of the archive can be determined by inspecting the file header. 
  
 
{| class="wikitable" style="width: 100%;"
 
{| class="wikitable" style="width: 100%;"
Line 69: Line 70:
 
| <span style="color:#1abc9c;">Compatible</span>
 
| <span style="color:#1abc9c;">Compatible</span>
 
|}
 
|}
 +
 +
Below is a more detailed explanation of each status.&nbsp;
 +
 +
*Untested - This combination has not been tested, feel free to update this article if you are able to test.&nbsp;
 +
*<span style="color:#1abc9c;">Compatible&nbsp;</span>- This is the intended archive format for this game and is fully compatible.&nbsp;
 +
*<span style="color:#f39c12;">Limited Support&nbsp;</span>- This archive type is not intended to be used with the game but does appear to work. The exact impact on loading times, stability or general performance is unknown. It is not recommended to continue to use this combination.
 +
*<span style="color:#e74c3c;">Incompatible&nbsp;</span>- This combination will cause a critical error, usually crashing the game.&nbsp;
  
 
=== Mod manager archive checking ===
 
=== Mod manager archive checking ===
 +
 +
&nbsp;
  
 
== Extracting and packaging archives ==
 
== Extracting and packaging archives ==
  
 
[[Category:Skyrim]] [[Category:Skyrim Special Edition]] [[Category:Fallout 4]] [[Category:Oblivion]] [[Category:New Vegas]] [[Category:Mod Creation]]
 
[[Category:Skyrim]] [[Category:Skyrim Special Edition]] [[Category:Fallout 4]] [[Category:Oblivion]] [[Category:New Vegas]] [[Category:Mod Creation]]

Revision as of 12:12, 7 April 2021

The Gamebyro engine can load files from specialised archives into the game on startup. This allows DLCs and mods to package all their files together without worrying about them being accidentally overwritten and further simplifies the modding process by minimising the number of files. These archives can be either BSA (Oblivion, Fallout 3, Fallout New Vegas and Skyrim) or BA2 (Fallout 4 and Fallout 76) format files. Extracting or modifying archives should be considered an advanced modding technique and in most cases is unnecessary to allow the game to function correctly.  


Mod archive compatibility

The BSA and BA2 archives are not automatically compatible with all games. Even among the variations of the same file type, they can cause unwanted side effects such as preventing the game from starting up. The table below lists the types of BSA and BA2 and how they behave with each Gamebyro title. The version of the archive can be determined by inspecting the file header. 

Game BSA v103 BSA v104 BSA v105 BA2 v1
Oblivion Compatible Ignored Ignored Ignored
Fallout 3 Untested Compatible Untested Ignored
Fallout New Vegas Untested Compatible Untested Ignored
Skyrim (2011) Limited Support Compatible Incompatible Ignored
Skyrim Special Edition Incompatible Incompatible Compatible Ignored
Fallout 4 Ignored Ignored Ignored Compatible
Skyrim VR Untested     Ignored
Fallout 4 VR Ignored Ignored Ignored Compatible
Fallout 76 Ignored Ignored Ignored Compatible

Below is a more detailed explanation of each status. 

  • Untested - This combination has not been tested, feel free to update this article if you are able to test. 
  • Compatible - This is the intended archive format for this game and is fully compatible. 
  • Limited Support - This archive type is not intended to be used with the game but does appear to work. The exact impact on loading times, stability or general performance is unknown. It is not recommended to continue to use this combination.
  • Incompatible - This combination will cause a critical error, usually crashing the game. 

Mod manager archive checking

 

Extracting and packaging archives