Skip to content

Commit

Permalink
Merge pull request #29 from Sigma88/Development
Browse files Browse the repository at this point in the history
v0.7.2
  • Loading branch information
Sigma88 committed Dec 8, 2016
2 parents 66705b9 + 88e7473 commit a9fed1a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.txt
@@ -1,3 +1,7 @@
**v0.7.2**
- Fixed resize of Kopernicus feature SpaceCenter


**v0.7.1**

- Updated to KSP 1.2.2 and Kopernicus 1.2.2-1
Expand Down
23 changes: 23 additions & 0 deletions GameData/Sigma/Dimensions/Configs/ReDimension/setDimensions.cfg
Expand Up @@ -78,6 +78,14 @@
@key,* ^= : 0 0 0 x$: :
}
}
@SpaceCenter
{
@radius *= #$../SigmaDimensions/Resize$
@heightMapDeformity *= #$../SigmaDimensions/Resize$
@heightMapDeformity *= #$../SigmaDimensions/landscape$
@absoluteOffset *= #$../SigmaDimensions/Resize$
@absoluteOffset *= #$../SigmaDimensions/landscape$
}
}
@Body[Kerbin]:HAS[~removePQSmods[*MapDecalTangent*]]
{
Expand All @@ -102,5 +110,20 @@
}
}
}
@SpaceCenter
{
%Resize = #$../SigmaDimensions/Resize$
@radius /= #$Resize$
@Resize /= #$../SigmaDimensions/resizeBuildings$
}
@SpaceCenter:HAS[#Resize[<0.75],#Resize[>0.009]]
{
@Resize = 0.75
}
@SpaceCenter
{
@Resize *= #$../SigmaDimensions/resizeBuildings$
@radius *= #$Resize$
}
}
}
2 changes: 1 addition & 1 deletion GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR": 0,
"MINOR": 7,
"PATCH": 1,
"PATCH": 2,
"BUILD": 0
},
"KSP_VERSION":
Expand Down

0 comments on commit a9fed1a

Please sign in to comment.