satisfactorymodding / ficsit-cli

A CLI tool for managing mods for the game Satisfactory
https://ficsit.app
GNU General Public License v3.0
50 stars 9 forks source link

feat: vanilla toggle per install #13

Closed mircearoata closed 10 months ago

mircearoata commented 1 year ago

Separate profile->lockfile resolution from Installation.Install() into a new function Installation.ResolveProfile() Add a Vanilla field to Installation, and, when that is true, an empty lockfile is used instead for Installation.Install(). The profile and lockfile are not affected. Add matching set-vanilla command, and Toggle Vanilla button in the TUI main menu

Closes #6