Skip to content

Commit

Permalink
Start on Kerbalism 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steamport committed Jun 8, 2019
1 parent da7a05e commit 085eae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GameData/Kerbalism/Kerbalism.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"URL": "http://ksp-avc.cybutek.net/version.php?id=559",
"DOWNLOAD": "https://spacedock.info/mod/1774/Kerbalism",
"CHANGE_LOG_URL": "https://spacedock.info/mod/1774/Kerbalism",
"VERSION": {"MAJOR": 3, "MINOR": 0, "PATCH": 0, "BUILD": 0},
"VERSION": {"MAJOR": 3, "MINOR": 0, "PATCH": 1, "BUILD": 0},
"KSP_VERSION": {"MAJOR": 1, "MINOR": 7, "PATCH": 1},
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 4, "PATCH": 0},
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 7, "PATCH": 99}
Expand Down
6 changes: 3 additions & 3 deletions GameData/KerbalismConfig/System/ScienceRework/NewScience.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@
// ============================================================================

// add marker to all ROCScience_* experiments
@EXPERIMENT_DEFINITION:HAS[#id[ROCScience_*]]:NEEDS[SquadExtensions/Serenity,FeatureScience]:FOR[zzzKerbalism] { excludePatch = true }
@EXPERIMENT_DEFINITION:HAS[#id[ROCScience_*]]:NEEDS[SquadExpansion/Serenity,FeatureScience]:FOR[zzzKerbalism] { excludePatch = true }
// add marker to all deployed* experiments
@EXPERIMENT_DEFINITION:HAS[#id[deployed*]]:NEEDS[SquadExtensions/Serenity,FeatureScience]:FOR[zzzKerbalism] { excludePatch = true }
@EXPERIMENT_DEFINITION:HAS[#id[deployed*]]:NEEDS[SquadExpansion/Serenity,FeatureScience]:FOR[zzzKerbalism] { excludePatch = true }
// patch all experiments without marker
@EXPERIMENT_DEFINITION:HAS[!#excludePatch]:NEEDS[FeatureScience]:FOR[zzzKerbalism] { @scienceCap = #$baseValue$ }
// remove marker
@EXPERIMENT_DEFINITION:HAS[#excludePatch]:NEEDS[SquadExtensions/Serenity,FeatureScience]:FOR[zzzKerbalism] { !excludePatch = true }
@EXPERIMENT_DEFINITION:HAS[#excludePatch]:NEEDS[SquadExpansion/Serenity,FeatureScience]:FOR[zzzKerbalism] { !excludePatch = true }

// ============================================================================
// adds sensors to gravioli/radiation/temperature/pressure to all parts that use
Expand Down

0 comments on commit 085eae6

Please sign in to comment.