Skip to content

Commit

Permalink
Merge pull request #9 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Sigma88 committed Feb 3, 2016
2 parents 33c3a88 + 821a408 commit a09fcc8
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**v0.4.1**

- Fixed Pol GroundScatter
- Fixed removeAllPQSMods compatibility


**v0.4.0**

- Added 'atmoASL' parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@finalizeOrbit ^= :E:e:
@Template
{
@temperatureCurveIsNormalized ^= :t:T:
@removeAllPQSMods ^= :t:T:
@removeAllPQSMods ^= :R:r:
@removeAllPQSMods ^= :U:u:
@removeAllPQSMods ^= :E:e:
Expand Down
50 changes: 50 additions & 0 deletions GameData/Sigma/Dimensions/Configs/ReDimension/groundScatters.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -412,19 +412,69 @@
{
@Scatter:HAS[#name[boulder]]
{
materialType = DiffuseDetail
mesh = BUILTIN/boulder
castShadows = True
densityFactor = 1
maxCache = 512
maxCacheDelta = 32
maxLevelOffset = 0
maxScale = 2
maxScatter = 20
maxSpeed = 1000
minScale = 0.25
recieveShadows = False
seed = 231123
verticalOffset = -0.15
delete = False
collide = False
science = False
Material
{
color = 0.6641791,0.6319441,0.4482048,1
mainTex = BUILTIN/distantground
mainTexScale = 0.5,0.5
mainTexOffset = 0,0
detail = BUILTIN/rock00
detailScale = 3,3
detailOffset = 0,0
}
Experiment
{
}
}
@Scatter:HAS[#name[stalactite]]
{
materialType = DiffuseDetail
mesh = BUILTIN/Cube
castShadows = True
densityFactor = 1
maxCache = 512
maxCacheDelta = 32
maxLevelOffset = 0
maxScale = 4
maxScatter = 20
maxSpeed = 1000
minScale = 0.5
recieveShadows = False
seed = 23453
verticalOffset = 0
delete = False
collide = False
science = False
Material
{
color = 0.6641791,0.6319441,0.4482048,1
mainTex = BUILTIN/distantground
mainTexScale = 0.5,0.5
mainTexOffset = 0,0
detail = BUILTIN/rock00
detailScale = 3,3
detailOffset = 0,0
}
Experiment
{
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/Sigma/Dimensions/Configs/Sigma-Dimensions.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Sigma Dimensions","URL":"http://ksp-avc.cybutek.net/version.php?id=235","DOWNLOAD":"http://forum.kerbalspaceprogram.com/threads/140687","CHANGE_LOG_URL":"https://github.com/Sigma88/Sigma-Dimensions/raw/master/Changelog.txt","VERSION":{"MAJOR":0,"MINOR":4,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":5}}
{"NAME":"Sigma Dimensions","URL":"http://ksp-avc.cybutek.net/version.php?id=235","DOWNLOAD":"http://forum.kerbalspaceprogram.com/threads/140687","CHANGE_LOG_URL":"https://github.com/Sigma88/Sigma-Dimensions/raw/master/Changelog.txt","VERSION":{"MAJOR":0,"MINOR":4,"PATCH":1,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":5}}

0 comments on commit a09fcc8

Please sign in to comment.