Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase is #83

Merged
merged 7 commits into from
Feb 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// ConnectedLivingSpace.cfg v1.0.0.0
// ConnectedLivingSpace.cfg v1.0.0.1
// Dreamer by Axial Aerospace (DREAM)
// created: 20 Mar 2022
// updated:
// updated: 22 Mar 2022

// CLS Compatibility for Dreamer by FuryFire2004

@PART[drm-cargo-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
@PART[drm-docking-rear]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
{
MODULE
{
Expand All @@ -14,7 +14,7 @@
}
}

@PART[drm-docker-rear]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
@PART[drm-nose-dock]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
{
MODULE
{
Expand All @@ -32,13 +32,20 @@
}
}

@PART[drm-dock-nose]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
@PART[drm-cabin-nobay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[drm-cargo-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}

// GPLv2 BY zer0Kerbal
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// HullCameraVDS.cfg v1.0.0.0
// HullCameraVDS.cfg v1.0.0.1
// Dreamer by Axial Aerospace (DREAM)
// created: 20 Mar 2022
// updated:
// updated: 21 Mar 2022

// HullCameraVDS Compatibility for Dreamer by FuryFire2004

@PART[drm-docker-rear]:NEEDS[HullCameraVDS,Dreamer]:FOR[Dreamer]
@PART[drm-docking-rear]
{
MODULE
{
//For Hullcam on docking port for docking
// For Hullcam on docking port for docking
name = MuMechModuleHullCameraZoom
cameraName = #autoLOC_HULL_PM_007 //NavCam
cameraForward = 0, 1, 0
Expand Down