Jump to content

REQ: Tracking of BA2 files


Omegacron

Recommended Posts

I keep running into the BA2 limit with Fallout4 and have to manually count how many archives are included with each of the last mods I downloaded. Would it be possible to add a feature that either A) counts the total number of BA2 archives (similar to how it does with plugin files), or B) shows how many archives are included with each mod? I assume A would be the easier option, and probably more useful overall.

 

Or, if the limit is how many MB are in BA2 files, show that value. Honestly, I'm not sure exactly how that works, but I'm running into issues at 516 archives loaded. Even one beyond that, and FO4 crashes at the main menu. Having a number to refer to in Vortex would help troubleshoot such things.

 

Thanks!

Link to comment
Share on other sites

I keep running into the BA2 limit with Fallout4 and have to manually count how many archives are included with each of the last mods I downloaded. Would it be possible to add a feature that either A) counts the total number of BA2 archives (similar to how it does with plugin files), or B) shows how many archives are included with each mod? I assume A would be the easier option, and probably more useful overall.

 

Or, if the limit is how many MB are in BA2 files, show that value. Honestly, I'm not sure exactly how that works, but I'm running into issues at 516 archives loaded. Even one beyond that, and FO4 crashes at the main menu. Having a number to refer to in Vortex would help troubleshoot such things.

 

Thanks!

You can use Windows Powershell to count the number of .ba2 files in a directory. I can't remember the code of the top of my head, but will try to share later today.

Link to comment
Share on other sites


h:


Set-Location \Vortex\Games\fallout4\Stage
Get-ChildItem -Recurse -Include *.ba2 | Group-Object Extension -NoElement




Set-Location \Games\Steam\SteamApps\common\Fallout 4\Data
Get-ChildItem -Recurse -Include *.ba2 | Group-Object Extension -NoElement
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...