Skip to content

Commit

Permalink
scale crewed parts with an exponent of 2 for crew and mass
Browse files Browse the repository at this point in the history
(not realistic but more stockalike than 3)
  • Loading branch information
pellinor0 committed May 18, 2016
1 parent 371ca9d commit 79e5cc3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions GameData/TweakScale/patches/B9_Aerospace/B9.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
Expand Down Expand Up @@ -237,7 +237,7 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
Expand Down
10 changes: 5 additions & 5 deletions GameData/TweakScale/patches/FireSpitter_TweakScale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,31 +80,31 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[FSbomberCockpit] // FS1FH Bomber Cockpit
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
@PART[FScopterCockpit] // FS2CP Helicopter Cockpit
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[FSfighterCockpit] // FS1OC Fighter Inline Cockpit
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
Expand Down Expand Up @@ -354,7 +354,7 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
Expand Down
30 changes: 15 additions & 15 deletions GameData/TweakScale/patches/Squad/Squad_CmdCtrl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,79 +31,79 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
@PART[landerCabinSmall] // Mk1 Lander Can
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[Mark1Cockpit] // Mk1 Cockpit
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[Mark2Cockpit] // Mk1 Inline Cockpit
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[Mark1-2Pod] // Mk1-2 Command Pod
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
@PART[mk1pod] // Command Pod Mk1
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[mk2LanderCabin] // Mk2 Lander-can
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
@PART[mk3Cockpit_Shuttle]
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 3.75
}
}
@PART[mk2Cockpit_Standard]
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[mk2Cockpit_Inline]
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
Expand All @@ -114,39 +114,39 @@
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
@PART[MK1CrewCabin] // Mk1 Crew Cabin
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[mk2CrewCabin]
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 1.25
}
}
@PART[mk3CrewCabin]
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 3.75
}
}
@PART[Large_Crewed_Lab] // Mobile Processing Lab MPL-LG-2
{
%MODULE[TweakScale]
{
type = stack
type = stack_square
defaultScale = 2.5
}
}
Expand Down

0 comments on commit 79e5cc3

Please sign in to comment.