Skip to content

Instantly share code, notes, and snippets.

@Initial-Dee
Created April 17, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Initial-Dee/26d250c5cce207d2d99d65945dc4bb21 to your computer and use it in GitHub Desktop.
Save Initial-Dee/26d250c5cce207d2d99d65945dc4bb21 to your computer and use it in GitHub Desktop.
SCALETYPE
{
name = Cormorant_Stack
freeScale = true
defaultScale = 1.25
suffix = m
scaleFactors = 0.625, 1.25, 1.875, 2.5, 3.75, 5.0, 7.5, 10
incrementSlide = 0.0625, 0.0625, 0.025, 0.125, 0.125, 0.1, 0.25
TWEAKSCALEEXPONENTS { mass = 2.5 }
}
SCALETYPE
{
name = Cormorant_Surface
freeScale = true
defaultScale = 1.0
scaleFactors = 0.5, 0.75, 1.0, 1.25, 1.5
incrementSlide = 0.05, 0.05, 0.05, 0.05
suffix = %
}
@PART[ShuttleBottomLong|ShuttleB|ShuttleC_Body]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Stack
%defaultScale = 3.75
}
}
@PART[BodyFlap|CA_Elevon1|CA_Elevon2]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Surface
%defaultScale = 1.0
}
}
@PART[CArudder]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Surface
%defaultScale = 1.0
}
}
@PART[NoseCone|ShuttleC_Nose]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Stack
%defaultScale = 3.75
}
}
@PART[RCSB]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Surface
%defaultScale = 1.0
}
}
@PART[BuranButt]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Stack
%defaultScale = 2.5
}
}
@PART[Bottom25|Bottom50|Bottom100]:NEEDS[TweakScale]
{
%MODULE[TweakScale]
{
%name = TweakScale
%type = Cormorant_Stack
%defaultScale = 3.75
}
}
@PART[CAdelta]
{
%MODULE[TweakScale]
{
type = free_square
}
}
@PART[CAstrake]
{
%MODULE[TweakScale]
{
type = free_square
}
}
@PART[OMSPodDUO]
{
%MODULE[TweakScale]
{
type = free_square
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment