Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-125 committed Sep 1, 2018
1 parent fb76808 commit 45c8dbe
Show file tree
Hide file tree
Showing 31 changed files with 62 additions and 41 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions GameData/WildBlueIndustries/000WildBlueTools/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ A KSP mod that provides common functionality for mods by Wild Blue Industries.

Copy the contents of the mod's GameData directory into your GameData folder.

1.57.1
- Fixes issue in WBIModuleResourceHarvester where, if you don't specify any harvest types with harvestType, the harvester will default back to its singular HarvesterType field.
- Fix for OmniStorage resources on the restricted list not being added during flight.

1.57
- On a first-time install of Wild Blue Tools, if you have Community Resource Pack installed then the play mode will default to CRP.
- Fixed resource collection issues with the WBIModuleResourceHarvester.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":57,
"PATCH":0
"PATCH":1
},
"KSP_VERSION":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":6,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/Buffalo/Buffalo.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":2,
"MINOR":6,
"PATCH":3
"PATCH":4
},
"KSP_VERSION":
{
Expand Down
48 changes: 48 additions & 0 deletions GameData/WildBlueIndustries/Buffalo/Parts/Command/GuppyCab.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ PART
// If there is a mismatch between the part's maxPressure and the dive computer's maxPressureOverride, then both
// will be set to the highest value.
maxPressureOverride = 6000

showUpgradesInModuleInfo = true

UPGRADES
{
UPGRADE
{
name__ = wbiGuppy1
description__ = Increased Maximum Pressure: 8000 kPA
maxPressureOverride = 8000
}

UPGRADE
{
name__ = wbiGuppy2
description__ = Increased Maximum Pressure: 10000 kPA
maxPressureOverride = 10000
}
}

}

MODULE
Expand Down Expand Up @@ -244,4 +264,32 @@ PART_TIP
{
name = wbiGuppyCab
description = The Dive Computer can keep the boat level in water as well as dive or surface the boat. But to do so, the craft must have ballast tanks. Any of the Tundra tanks can be configured with the Ballast template, and there are specialized ballast tanks as well.
}

PARTUPGRADE
{
name = wbiGuppy1
partIcon = wbiGuppyCab
techRequired = fieldScience
entryCost = 10000
cost = 0 // for display only; all parts implementing this will need a PartStatsUpgradeModule with cost = this.

title = Guppy Structural Intengrity
basicInfo = Max Pressure: 8000 kPA
manufacturer = Wild Blue Industries
description = Improvements to construction materials has improved maximum diving depth.
}

PARTUPGRADE
{
name = wbiGuppy1
partIcon = wbiGuppyCab
techRequired = advScienceTech
entryCost = 10000
cost = 0 // for display only; all parts implementing this will need a PartStatsUpgradeModule with cost = this.

title = Guppy Advanced Structural Integrity
basicInfo = Max Pressure: 10000 kPA
manufacturer = Wild Blue Industries
description = Improvements to construction materials has improved maximum diving depth.
}
Binary file modified GameData/WildBlueIndustries/Buffalo/Plugins/Buffalo.dll
Binary file not shown.
Binary file modified GameData/WildBlueIndustries/Buffalo/Plugins/Buffalo.dll.mdb
Binary file not shown.
Binary file modified GameData/WildBlueIndustries/Buffalo/Plugins/Buffalo.pdb
Binary file not shown.
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/Buffalo/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ If these directories already exist, then delete the existing ones before install

---REVISION HISTORY---

2.6.4
- The Guppy's maximum diving depth can now be upgraded.

2.6.3
- The Gas Turbine Generator no longer works underwater.
- The Buffalo Drill now produces Slag in addition to whatever resources the biome has if Classic Stock play mode is active.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,43 +22,6 @@
efficiencyGUIName = Extraction Rate
}

MODULE:NEEDS[BARIS]
{
name = ModuleQualityControl
quality = 100
mtbf = 400
}
}

@PART[*]:HAS[@MODULE[ModuleResourceHarvester]]
{
@MODULE[ModuleResourceHarvester]
{
@name = WBIGoldStrikeDrill
}

MODULE
{
name = WBIEfficiencyMonitor
efficiencyType = extractionModifier
efficiencyGUIName = Extraction Rate
}

MODULE:NEEDS[BARIS]
{
name = ModuleQualityControl
quality = 100
mtbf = 400
}
}

@PART[*]:HAS[@MODULE[ModuleAsteroidDrill]]
{
@MODULE[ModuleAstroidDrill]
{
@Name = WBIGoldStrikeAsteroidDrill
}

MODULE:NEEDS[BARIS]
{
name = ModuleQualityControl
Expand Down
2 changes: 1 addition & 1 deletion GameData/WildBlueIndustries/Pathfinder/Pathfinder.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":1,
"MINOR":27,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":
Expand Down
Binary file modified GameData/WildBlueIndustries/Pathfinder/Plugins/Pathfinder.dll
Binary file not shown.
Binary file not shown.
Binary file modified GameData/WildBlueIndustries/Pathfinder/Plugins/Pathfinder.pdb
Binary file not shown.
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/Pathfinder/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Copy the contents of the mod's GameData directory into your KSP's GameData folde

---REVISION HISTORY---

1.27.2
- Removed MM patch adding GoldStrike drills to every resource harvester part found in the game; it was creating issues.

1.27.1
- Fix for resource collection with the Lasso.
- Prospector fixes
Expand Down
Binary file modified Pathfinder/bin/Debug/BARISBridge.dll
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/BARISBridge.pdb
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/Pathfinder.dll
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/Pathfinder.dll.mdb
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/Pathfinder.pdb
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/WildBlueTools.dll
Binary file not shown.
Binary file modified Pathfinder/bin/Debug/WildBlueTools.pdb
Binary file not shown.
Binary file modified Pathfinder/obj/Debug/Pathfinder.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified Pathfinder/obj/Debug/Pathfinder.dll
Binary file not shown.
Binary file modified Pathfinder/obj/Debug/Pathfinder.pdb
Binary file not shown.

0 comments on commit 45c8dbe

Please sign in to comment.