forked from steedcrugeon/PicoPort
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the camera When used with DockingCamKURS, make the camera point
in the right direction Added ModuleCargo Part. Note: The actual volumes were modified from what was supplied
- Loading branch information
1 parent
f0079ad
commit b09da47
Showing
9 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,10 @@ PART | |
acquireForce = 0.5 | ||
referenceAttachNode = top | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleCargoPart | ||
packedVolume = 11 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,10 @@ PART | |
acquireForce = 0.5 | ||
referenceAttachNode = top | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleCargoPart | ||
packedVolume = 10 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,10 @@ PART | |
acquireForce = 0.5 | ||
referenceAttachNode = top | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleCargoPart | ||
packedVolume = 13 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,10 @@ PART | |
acquireForce = 0.5 | ||
referenceAttachNode = top | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleCargoPart | ||
packedVolume = 10 | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
GameData/SHED/PicoPort/Patches/PicoPort-DockingCamKurs-Patch.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Fix the camera in DockingCamKURS so that it points in the right direction | ||
// | ||
@PART[PicoPortPlus|PicoPortBasic|PicoPortM|PicoPortF]:NEEDS[DockingCamKURS] | ||
{ | ||
%MODULE[DockingCameraModule] | ||
{ | ||
%noise = false | ||
%cameraName = dockPoint | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
GameData/SHED/PicoPort/Patches/PicoPort-PreKSP1-11Compat-Patch.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// | ||
// Remove the ModuleCargoPart modules in Pre KSP 1.11 | ||
// | ||
@PART[PicoPortPlus|PicoPortBasic|PicoPortM|PicoPortF]:NEEDS[!Squad/Parts/Engine/Size2LFB_v2]:FOR[PicoPort] | ||
{ | ||
!MODULE[ModuleCargoPart] {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 6, | ||
"BUILD": 3 | ||
"BUILD": 4 | ||
}, | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
|
Binary file not shown.