Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.07 KB

INSTALL.md

File metadata and controls

38 lines (29 loc) · 1.07 KB

Module Manager Watch Dog

A Watch Dog for Module Manager.

Installation Instructions

To install, place the GameData folder inside your Kerbal Space Program folder:

  • REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING, including any other fork:
    • Delete <KSP_ROOT>/GameData/666_ModuleManagerWatchDog.dll
  • Extract the package's GameData/ folder into your KSP's as follows:
    • <PACKAGE>/GameData/666_ModuleManagerWatchDog.dll --> <KSP_ROOT>/GameData
      • Overwrite any preexisting file.
    • NOTE: If you are using CKAN, the following file should not be installed (remove it manually if needed):
      • <KSP_ROOT>GameData/ModuleManagerWatchDog/Plugins/WatchDogInstallChecker.dll
      • But if you are using CKAN, why in hell are you installing it manually? :)

The following file layout must be present after installation:

<KSP_ROOT>
	[GameData]
		[ModuleManagerWatchDog]
			CHANGE_LOG
			ModuleManagerWatchDog.version
			...
		666_ModuleManagerWatchDog.dll
		ModuleManager.dll
		...
	KSP.log
	PastDatabase.cfg
	...

Dependencies

  • None at the moment.