limo-app / limo

A simple Qt based mod manager
GNU General Public License v3.0
119 stars 3 forks source link

Flatpack install, Steam Fallout NV works, but doesn't see game expansions like OldWorldBlues - Main.bsa #23

Closed sbsaylors closed 2 months ago

sbsaylors commented 2 months ago

First off this whole thing is amazing. Thank you. The issue I have is I have the Steam Fallout NV install and adding mods are great, but I have the "expansion" files in the data directory but I cant seem to 'use/see' them in Limo. (bsa and esm)

Can I put them 'somewhere' so they show up as mods in Limo?

limo-app commented 2 months ago

All the game's esm files should be picked up when you add a Loot Deployer, similar to what the wiki does. The bsa files can not be distinguished from other game files, and there usually is no need to do so. If, for whatever reason, you wish to add them to Limo anyways, i suggest creating a new mod for them:

  1. Create a new directory and move all those files into it
  2. Drag and drop that directory into Limo and install it as a new mod
  3. Add the new mod to the deployer managing the file's original location

Once this all works, you can delete the mod directory you created in step 1.

sbsaylors commented 2 months ago

Thanks you Chris! All worked!