Skip to content

Commit

Permalink
MPDT fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAdderley committed Aug 26, 2021
1 parent 2484c01 commit 38c1ecc
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
version: 4.2.1
location: s3
B9PartSwitch:
version: 2.18.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@
MODEL
{
path = Waterfall/FX/fx-billboard-generic-1
positionOffset = 0,0,-1.29999995
positionOffset = 0,0,-1.5
rotationOffset = 0,0,0
scaleOffset = 1,0.5,1
MATERIAL
Expand All @@ -1570,6 +1570,11 @@
textureScale = 1,1
textureOffset = 0,0
}
COLOR
{
colorName = _StartTint
colorValue = 0.905882359,0.447058827,0.447058827,1
}
}
}
FLOATMODIFIER
Expand All @@ -1578,18 +1583,35 @@
controllerName = throttle
transformName = Billboard
combinationType = REPLACE
useRandomness = True
useRandomness = False
randomnessController = random
randomnessScale = 0.200000003
floatName = _Brightness
floatCurve
{
key = 0 0 0 0
key = 0 -1 0 0
key = 0.8 0 0 0
key = 1 1 0 0
}
}
FLOATMODIFIER
{
name = aMult
controllerName = atmosphereDepth
transformName = Billboard
combinationType = MULTIPLY
useRandomness = True
randomnessController = random
randomnessScale = 0.200000003
floatName = _Brightness
floatCurve
{
key = 0 1 0 0
key = 1 1 0 0
}
}
}
}


}
Binary file modified GameData/NearFuturePropulsion/Sounds/MPDTLoop01.wav
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":4,
"PATCH":5,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":2
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.3.5
------
- Updated ModuleManager to 4.2.1
- Fixed waterfall flare for Colossus showing when engine is off
- Tuned MPDT sound loop to remove ending click

v1.3.4
------
- Marked for KSP 1.12
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
NEAR FUTURE PROPULSION PACK 1.3.4
NEAR FUTURE PROPULSION PACK 1.3.5
=================================

This pack contains the advanced electric propulsion technologies
Expand All @@ -14,7 +14,7 @@ DEPENDENCIES
Required:
- BP Part Switch (2.18.0)
- Community Resource Pack (1.4.2)
- ModuleManager (4.1.4)
- ModuleManager (4.2.1)

Optional
- Community Tech Tree (v3.0+)
Expand Down

0 comments on commit 38c1ecc

Please sign in to comment.