Skip to content

Commit

Permalink
Update NFT_TweakScale.cfg
Browse files Browse the repository at this point in the history
Fixed trusslrg-hollow, was using an underscore instead of a dash, causing it not to be scaled. 

Added Adapter - 2.5m to Large Truss, which was missing from the file.
  • Loading branch information
GitHed committed Aug 30, 2014
1 parent cf7b803 commit 770811b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Gamedata/TweakScale/NFT_TweakScale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
defaultScale = 2.5
}
}
@PART[trusslrg_hollow] // Modular Octo-Girder Collector's Hollow Edition
@PART[trusslrg-hollow] // Modular Octo-Girder Collector's Hollow Edition
{
MODULE
{
Expand Down Expand Up @@ -143,8 +143,15 @@
defaultScale = 2.5
}
}
@PART[trusslrg-adapter] // Adapter - 2.5m to Large Truss
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 2.5
}
}
@PART[trusslrg-adapter-25] // Octo-Girder Adapter
{
MODULE
Expand Down

0 comments on commit 770811b

Please sign in to comment.