Skip to content

Commit

Permalink
Fixed the KSC Launchpad Camera so it now is there
Browse files Browse the repository at this point in the history
 Removed the obsolete impactTolerance variable
 Thanks to @gordon Dry for this:  patch to avoid the EVA cam to be added when the mod ThroughTheEyes is already installed.
 Simplified the kerbalEVA patch
  • Loading branch information
linuxgurugamer committed Nov 5, 2018
1 parent 94927f3 commit bcee6f5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 217 deletions.
4 changes: 3 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@

0.1.9.9
Fixed the KSC Launchpad Camera so it now is there
Removed the obsolete impactTolerance variable
Removed the obsolete impactTolerance variable
Thanks to @Gordon Dry for this: patch to avoid the EVA cam to be added when the mod ThroughTheEyes is already installed.
Simplified the kerbalEVA patch
62 changes: 0 additions & 62 deletions Changelog.txt.bak

This file was deleted.

26 changes: 1 addition & 25 deletions GameData/HullCameraVDS/MM_Scripts/kerbalEVA.cfg
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
@PART[kerbalEVA]:NEEDS[!ThroughTheEyes]
{
MODULE
{
name = EVACamera
cameraName = EVACam
}
}
@PART[kerbalEVAfemale]:NEEDS[!ThroughTheEyes]
{
MODULE
{
name = EVACamera
cameraName = EVACam
}
}
@PART[kerbalEVAVintage]:NEEDS[!ThroughTheEyes]
{
MODULE
{
name = EVACamera
cameraName = EVACam
}
}
@PART[kerbalEVAfemaleVintage]:NEEDS[!ThroughTheEyes]
@PART[kerbalEVA*]:NEEDS[!ThroughTheEyes]
{
MODULE
{
Expand Down
98 changes: 0 additions & 98 deletions GameData/HullCameraVDS/Parts/hullcam_hubbazoot/part.cfg.bak

This file was deleted.

31 changes: 0 additions & 31 deletions HullcamVDSContinued.version.bak

This file was deleted.

0 comments on commit bcee6f5

Please sign in to comment.