File tree Expand file tree Collapse file tree
GameData/ModuleManagerWatchDog Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments