diff --git a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/.gitignore b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/.gitignore index 82278abd..f1043d10 100644 --- a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/.gitignore +++ b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/.gitignore @@ -1,3 +1,4 @@ *.blend1 *.mu *.png +Bridge.Internal.cfg diff --git a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal.cfg.in b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal.cfg.in new file mode 100644 index 00000000..a3035324 --- /dev/null +++ b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal.cfg.in @@ -0,0 +1,16 @@ +INTERNAL { + + name = ELLaunchpad2-Bridge.Internal + + MODEL { + model = ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal + position = 0, 0, 0 + rotation = 0, 0, 0 + scale = 1, 1, 1 + } + + MODULE { + name = ELInternalParentConstraint + parentTransformName = Bridge + } +} diff --git a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Makefile b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Makefile index 5b37f960..61646533 100644 --- a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Makefile +++ b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Makefile @@ -1,4 +1,6 @@ LAUNCHPAD = \ + Bridge.Internal.cfg \ + Bridge.Internal.mu \ launchpad2.mu \ pad.png @@ -7,7 +9,7 @@ all: ${LAUNCHPAD} install: all #nothing to do as GameData makefile will take care of installation -${LAUNCHPAD} : launchpad2.blend +${LAUNCHPAD} : launchpad2.blend Bridge.Internal.cfg.in blender -noaudio --background launchpad2.blend -P ../../../../tools/mass-export.py clean: diff --git a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/launchpad2.blend b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/launchpad2.blend index c54f91d0..5bb8acc6 100644 Binary files a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/launchpad2.blend and b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/launchpad2.blend differ diff --git a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg index 6b1978b5..f9b44a5d 100644 --- a/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg +++ b/GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg @@ -72,6 +72,10 @@ emissiveConstant = 0.4 CrewCapacity = 2 +INTERNAL { + name = ELLaunchpad2-Bridge.Internal +} + vesselType = Base // heatConductivity = diff --git a/GameData/files b/GameData/files index 6a2dbc90..57cf8015 100644 --- a/GameData/files +++ b/GameData/files @@ -136,6 +136,8 @@ ExtraplanetaryLaunchpads/Parts/launchpad/model.mu ExtraplanetaryLaunchpads/Parts/launchpad/model000.mbm ExtraplanetaryLaunchpads/Parts/launchpad/model001.mbm ExtraplanetaryLaunchpads/Parts/launchpad/part.cfg +ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal.cfg +ExtraplanetaryLaunchpads/Parts/launchpad2/Bridge.Internal.mu ExtraplanetaryLaunchpads/Parts/launchpad2/launchpad2.mu ExtraplanetaryLaunchpads/Parts/launchpad2/pad.png ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg