Skip to content

Commit

Permalink
WBT update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-125 committed May 28, 2018
1 parent 4b59c63 commit b8bfb42
Show file tree
Hide file tree
Showing 38 changed files with 826 additions and 99 deletions.
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.55.2
- Bug fixes
- Classic Stock templates update - thanks JadeOfMaar! :)

1.55.1
- Bug fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ OMNICONVERTER
templateTags = lab
TechRequired = advExploration
ConverterName = Oxium -> MonoPropellant
description = Combine Oxium and Nitronite into MonoPropellant
description = Convert Propellium and Nitronite into MonoPropellant and Oxium
StartActionName = Start Gasifier
StopActionName = Stop Gasifier
AutoShutdown = false
Expand All @@ -353,7 +353,7 @@ OMNICONVERTER

INPUT_RESOURCE
{
ResourceName = Oxium
ResourceName = Propellium
Ratio = 1
FlowMode = STAGE_PRIORITY_FLOW
}
Expand All @@ -378,6 +378,14 @@ OMNICONVERTER
Ratio = 0.5
DumpExcess = false
}

OUTPUT_RESOURCE
{
ResourceName = Oxium
Ratio = 0.5
FlowMode = STAGE_PRIORITY_FLOW
DumpExcess = true
}
}

//LiquidFuel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
{
"MAJOR":1,
"MINOR":55,
"PATCH":1
"PATCH":2
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"MAJOR":1,
"MINOR":3,
"PATCH":0,
"BUILD":4
"BUILD":5
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/001KerbalActuators/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Copy the contents of the mod's GameData directory into your GameData folder.

---REVISION HISORY---

1.3.0.5
- Minor edits to support VTOL ops.

1.3.0.4
- Minor bug fixes

Expand Down
4 changes: 2 additions & 2 deletions GameData/WildBlueIndustries/Buffalo/Buffalo.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
{
"MAJOR":2,
"MINOR":5,
"PATCH":3
"PATCH":4
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART
subcategory = 0
title = Mk2 5-Way RCS Thruster
manufacturer = Wild Blue Industries
description = This 5-way RCS thruster also has a built-in monopropellant engine that delivers a small amount of thrust. It also has probe core functionality for VTOL flights.
description = This 5-way RCS thruster also has a built-in monopropellant engine that delivers a small amount of thrust. It also has a jump jet engine for VTOL flights.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1
Expand Down
131 changes: 130 additions & 1 deletion GameData/WildBlueIndustries/Buffalo/Parts/Control/RCSModule.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,43 @@ PART
}
}

runningJumpJet2
{
AUDIO
{
channel = Ship
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 1.0 1.0
loop = true
}
PREFAB_PARTICLE
{
prefabName = fx_smokeTrail_aeroSpike
transformName = smokePoint
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.25
speed = 1.0 1.0
localOffset = 0, 0, 1
}
MODEL_MULTI_PARTICLE
{
modelName = Squad/FX/LES_Thruster
transformName = thrustTransform
emission = 0.0 0.0
emission = 0.05 0.0
emission = 0.075 0.25
emission = 1.0 1.25
speed = 0.0 0.5
speed = 1.0 1.2
}
}

power_open
{
AUDIO
Expand All @@ -139,6 +176,30 @@ PART
}
}

power_open2
{
AUDIO
{
channel = Ship
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.05 0.0
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 1.0 1.0
loop = true
}
PREFAB_PARTICLE
{
prefabName = fx_exhaustFlame_yellow_tiny_Z
transformName = FXTransform
emission = 0.0 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
}
}

running_open
{
AUDIO
Expand Down Expand Up @@ -222,7 +283,7 @@ PART
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 32
maxThrust = 16.0
heatProduction = 133
fxOffset = 0, 0, 0
EngineType = MonoProp
Expand Down Expand Up @@ -269,6 +330,74 @@ PART
}
}

MODULE
{
name = ModuleEnginesFX
engineID = JumpJet LFO
runningEffectName = runningJumpJet2
powerEffectName = power_open2
thrustVectorTransformName = thrustTransform
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 16.0
heatProduction = 133
fxOffset = 0, 0, 0
EngineType = LiquidFuel
PROPELLANT
{
name = LiquidFuel
ratio = 0.9
DrawGauge = True
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
DrawGauge = False
}

atmosphereCurve
{
key = 0 355
key = 1 120
key = 4 0.001
}

moduleIsEnabled = false
showUpgradesInModuleInfo = true
UPGRADES
{
UPGRADE
{
name__ = WBIJumpJetUpgrade2
techRequired__ = advScienceTech
description__ = Monopropellant/LFO dual mode enabled.
moduleIsEnabled = true
}
}
}

MODULE
{
name = MultiModeEngine
primaryEngineID = JumpJet
secondaryEngineID = JumpJet LFO
autoSwitch = False
moduleIsEnabled = false
showUpgradesInModuleInfo = true
UPGRADES
{
UPGRADE
{
name__ = WBIJumpJetUpgrade2
techRequired__ = advScienceTech
description__ = Monopropellant/LFO dual mode enabled.
moduleIsEnabled = true
}
}
}

MODULE
{
name = ModuleRCSFX
Expand Down
3 changes: 3 additions & 0 deletions GameData/WildBlueIndustries/ClassicStockResources/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Copy the contents of the mod's GameData directory into your GameData folder.

--RELEASE NOTES---

1.0.1
- Updated resource definitions - thanks JadeOfMaar! :)

X Initial Release

---LICENSE---
Expand Down
Loading

0 comments on commit b8bfb42

Please sign in to comment.