Skip to content

Commit

Permalink
Fixes the camera When used with DockingCamKURS, make the camera point
Browse files Browse the repository at this point in the history
			in the right direction
		Added ModuleCargo Part.
			Note:  The actual volumes were modified from what was supplied
  • Loading branch information
linuxgurugamer committed Apr 22, 2022
1 parent f0079ad commit b09da47
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
ChangeLog

0.1.6.4
Thanks to forum user @Robin Patenall for these:
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


0.1.6.3
Fixed .version file for correct install location

Expand Down
6 changes: 6 additions & 0 deletions GameData/SHED/PicoPort/Parts/PicoPort/PicoPortBasic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ PART
acquireForce = 0.5
referenceAttachNode = top
}

MODULE
{
name = ModuleCargoPart
packedVolume = 11
}
}
6 changes: 6 additions & 0 deletions GameData/SHED/PicoPort/Parts/PicoPort/PicoPortF.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ PART
acquireForce = 0.5
referenceAttachNode = top
}

MODULE
{
name = ModuleCargoPart
packedVolume = 10
}
}
6 changes: 6 additions & 0 deletions GameData/SHED/PicoPort/Parts/PicoPort/PicoPortM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ PART
acquireForce = 0.5
referenceAttachNode = top
}

MODULE
{
name = ModuleCargoPart
packedVolume = 13
}
}
6 changes: 6 additions & 0 deletions GameData/SHED/PicoPort/Parts/PicoPort/PicoPortPlus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ PART
acquireForce = 0.5
referenceAttachNode = top
}

MODULE
{
name = ModuleCargoPart
packedVolume = 10
}
}
11 changes: 11 additions & 0 deletions GameData/SHED/PicoPort/Patches/PicoPort-DockingCamKurs-Patch.cfg
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
}
}
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] {}
}
2 changes: 1 addition & 1 deletion PicoPort.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 6,
"BUILD": 3
"BUILD": 4
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
Binary file added PicoPort_Updates.zip
Binary file not shown.

0 comments on commit b09da47

Please sign in to comment.