cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Add support for multiple Steam libraries #29

Closed emar10 closed 10 months ago

emar10 commented 10 months ago

libraryfolders.vdf is consulted to generate a list of all configured Steam libraries, including the default. All of these library directories are searched for supported game installs.

See #26

cyberrumor commented 10 months ago

If a user has the same game installed in multiple different libraries, we'll need to uniquely identify them. It would be nice if users could see which libraries they're selecting games from in case of conflict, instead of always letting the first hit win. This has implications for what to name ~/.local/share/ammo/<this>/mods also. Probably won't worry about this unless someone needs the distinction though. Thanks for the PR!