Skip to content

Commit 5b79dfb

Browse files
committed
Updating instructions on WatchDog.cfg
1 parent 6eb3454 commit 5b79dfb

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

GameData/ModuleManagerWatchDog/WatchDog.cfg

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ WatchDog
66
// are a known source of performance issues and having them on non
77
// standard places makes thing harder to diagnose when something goes
88
// down through the tubes.
9-
//
10-
// Comment the following line if you prefer to have multiple
11-
// Assemblies around on older KSPs. **Patching with MM does not works**
12-
// as this tool runs before MM can process the patches (but may or may
13-
// not work when MM loads the cache - in doubt, don't patch).
9+
1410
ForceRulesAsItWas = 1.12
1511

12+
// On KSP >= 1.8 and <= 1.11.2, having multiple ModuleManager's on GameData
13+
// is terrible, as by the way KSP load things the oldest MM is ellected to
14+
// be used!
15+
//
16+
// Uncomment the following line if you want to enforce an unique MM
17+
// being loaded, preventing performances issues on older KSP and using
18+
// deprecated versions on the newer ones.
19+
//
20+
// **Patching with MM does not works** as this tool runs before MM can
21+
// process the patches (but may or may not work when MM loads the cache - in
22+
// doubt, don't patch).
23+
24+
// ForceRulesAsItWas = 1.8
25+
1626
EnforceRulesFor = 1.8
1727
EnforceRulesFor = 1.9
1828
EnforceRulesFor = 1.10

0 commit comments

Comments
 (0)