Skip to content

Commit

Permalink
Merge pull request #485 from Poodmund/master
Browse files Browse the repository at this point in the history
- Beautifying all configs for 2-space indentation
- Improving RS+ part search tags
- Fix MH 1.875m Fairing autotruss issue
  • Loading branch information
Poodmund committed Mar 3, 2019
2 parents 3aa243f + c90ad18 commit 76fbe3a
Show file tree
Hide file tree
Showing 89 changed files with 4,362 additions and 4,893 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
@PART[standardNoseCone]
{
@author = Chris Adderley (Nertea)

!mesh = DELETE
!MODEL {}
MODEL {
MODEL
{
model = ReStock/Assets/Aero/restock-nosecone-0625-1
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
@PART[noseCone]
{
@author = Chris Adderley (Nertea)

!mesh = DELETE
!MODEL {}
MODEL {
MODEL
{
model = ReStock/Assets/Structural/restock-nosecone-125-1
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
useMultipleDragCubes = false
baseVariant = BlackAndWhite
VARIANT
{
Expand All @@ -34,7 +34,6 @@
125mConeOrange = false
}
}

VARIANT
{
name = Dark
Expand Down Expand Up @@ -86,17 +85,17 @@
@PART[pointyNoseConeA]
{
@author = Chris Adderley (Nertea)

!mesh = DELETE
!MODEL {}
MODEL {
MODEL
{
model = ReStock/Assets/Structural/restock-nosecone-125-2
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
useMultipleDragCubes = false
baseVariant = White
VARIANT
{
Expand Down Expand Up @@ -126,7 +125,6 @@
125SharpConeWhite = false
125SharpConeBlackAndWhite = true
125SharpConeOrange = false

}
}
VARIANT
Expand Down Expand Up @@ -166,17 +164,17 @@
@PART[pointyNoseConeB]
{
@author = Chris Adderley (Nertea)

!mesh = DELETE
!MODEL {}
MODEL {
MODEL
{
model = ReStock/Assets/Structural/restock-nosecone-125-3
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
useMultipleDragCubes = false
baseVariant = White
VARIANT
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
@PART[rocketNoseCone_v2]
{
@author = Chris Adderley (Nertea)

!mesh = DELETE
!MODEL {}
MODEL {
MODEL
{
model = ReStock/Assets/Structural/restock-nosecone-25-1
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
useMultipleDragCubes = false
baseVariant = White
VARIANT
{
Expand Down Expand Up @@ -44,9 +44,7 @@
25mNoseconeWhite = false
25mNoseconeOrange = false
}

}

VARIANT
{
name = Orange
Expand Down

0 comments on commit 76fbe3a

Please sign in to comment.