satisfactorymodding / SatisfactoryModManager

A mod manager for easy installation of mods and modloader for Satisfactory
GNU General Public License v3.0
360 stars 77 forks source link

Add "Copy Mod List" button to Settings->Debug #147

Closed mklierman closed 2 years ago

mklierman commented 2 years ago

Button grabs installed mods, gets friendly name for each, and builds a string with everything. Said string is then copied to the clipboard.

Example of generated string:

Mod Name                         Mod Reference            Version
Alternate Recipe Research        AltRecipeResearch        1.0.0
Any Route For Any Vehicle        UniversalVehiclePaths    1.0.0
Better Radar                     BetterRadar              0.1.0
Construction Preferences         ConstructionPreferences  1.1.0
ContentInspector                 ContentInspector         0.2.0
Crash Site Beacons               CrashSiteBeacons         1.2.3
Destructible Deposits            DestructibleDeposits     1.0.1
Destructible Gas Pillars         DestructibleGasPillars   1.0.1
Double Jump                      DoubleJump               1.0.1
Efficiency Checker Mod           EfficiencyCheckerMod     2.1.4
Expanded Hover Range             HoverPackPoleRange       0.2.0
Fast Forward                     FastForward              1.0.0
Ficsmas skin fix                 FicsmasFix               1.0.0
Filler' Up                       FillTheTank              1.0.0
Finer Foundation Rotation        FinerFoundationRotation  1.0.0
Flashlight Settings              FlashlightSettings       1.0.1
Fluid Sink and more              FluidSink                1.0.6
Hyper Boosters                   HyperBoosters            2.1.2
Infinite Zoop                    InfiniteZoop             1.3.0
Item Dispenser                   Dispenser                3.3.2
JsonStructs                      JsonStructs              0.2.0
Just Pause                       JustPause                1.0.0
Location and Rotation            HologramLocation         1.1.0
Longer Beams                     LongerBeams              1.1.0
Magic Machines                   MagicMachine             1.0.13
MallLib                          avMallLib                2.2.1
Manta Raise                      MantaRaise               1.0.0
Marcio Common Libs               MarcioCommonLibs         1.1.1
Micro Manage                     MicroManage              0.9.11
Modular Load Balancers           LoadBalancers            1.2.1
Pak Utility Mod                  UtilityMod               0.5.4
Recipe Copier                    RecipeCopier             2.2.1
Shallow Water Extractors         ShallowWaterExtractors   1.0.0
Smallsomesink Small Awesome Sink SmallAwesomeSink         1.0.4
Soft Clearance for Everything    UniversalSoftClearance   1.0.1
Stack Overflow                   StackOverload            2.0.5
Wider Build Menu Categories      WiderBuildMenuCategories 1.0.3
mklierman commented 2 years ago

Forgot to lint

mklierman commented 2 years ago

Linted and cleaned up.