Skip to content

Commit

Permalink
Add a quick and dirty IVA to launchpad2
Browse files Browse the repository at this point in the history
Fixes #104
  • Loading branch information
taniwha committed Sep 6, 2020
1 parent 4cab2f4 commit 7c16490
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.blend1
*.mu
*.png
Bridge.Internal.cfg
Original file line number Diff line number Diff line change
@@ -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
}
}
4 changes: 3 additions & 1 deletion GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
LAUNCHPAD = \
Bridge.Internal.cfg \
Bridge.Internal.mu \
launchpad2.mu \
pad.png

Expand All @@ -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:
Expand Down
Binary file not shown.
4 changes: 4 additions & 0 deletions GameData/ExtraplanetaryLaunchpads/Parts/launchpad2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ emissiveConstant = 0.4

CrewCapacity = 2

INTERNAL {
name = ELLaunchpad2-Bridge.Internal
}

vesselType = Base

// heatConductivity =
Expand Down
2 changes: 2 additions & 0 deletions GameData/files
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c16490

Please sign in to comment.