Skip to content

Releases: ColinZeidler/KSP-Modded-Toggle

Release 1.0

18 Mar 00:22
Compare
Choose a tag to compare

Release 1

Close enough to call version 1,

Now supports multiple mod configurations, so you can quickly switch between different sets of mods, or disabling mods entirely.

Usage

  • Right side displays the currently selected configuration.
  • Left side displays your list of configurations

On Initial startup one new config will be created

Fields

  • KSP Directory, This is a global value shared by all configurations, point it at the directory where KSP2_x64.exe is located
  • Modded, Flags if the current configuration applies mods, if this is selected Mods Directory can be left blank
  • Active, Tells you if the current Configuration is the one last applied to KSP2
  • Name, Name of the configuration, User info only
  • Mods Directory, where the mods you want to use are located. Expects to find a BepInEx Mod directory, you can download and extract then point this there.

Buttons

  • Save, saves the entered values to disk
  • Apply Mod Env, applies the current configuration, making it the active
  • Delete, Deletes the current configuration.
  • Add Env, Creates a new blank environment to configure

v0.2.0 Configuration memory

06 Mar 04:13
Compare
Choose a tag to compare

will now store the used directories in a config file so that you don't have to re-enter everything every time.

Initial Release

06 Mar 03:20
Compare
Choose a tag to compare

Base starting point, features work, but are very simple.