Corrects the fact the dim layers were fixed in place due to an indentation error. (#8461)
This commit is contained in:
@@ -14,18 +14,18 @@
|
|||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
id: "hq_wizard_stars_slower"
|
id: "hq_wizard_stars_slower"
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_stars.toml"
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars-2.toml"
|
||||||
slowness: 0.15
|
slowness: 0.15
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
id: "hq_wizard_stars_dim"
|
id: "hq_wizard_stars_dim"
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
||||||
slowness: 0.375
|
slowness: 0.375
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
id: "hq_wizard_stars_dim_faster"
|
id: "hq_wizard_stars_dim_faster"
|
||||||
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim.toml"
|
configPath: "/Prototypes/Parallaxes/parallax_config_stars_dim-2.toml"
|
||||||
slowness: 0.125
|
slowness: 0.125
|
||||||
layersLQ:
|
layersLQ:
|
||||||
- texture:
|
- texture:
|
||||||
!type:GeneratedParallaxTextureSource
|
!type:GeneratedParallaxTextureSource
|
||||||
|
|||||||
57
Resources/Prototypes/Parallaxes/parallax_config_stars-2.toml
Normal file
57
Resources/Prototypes/Parallaxes/parallax_config_stars-2.toml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# Clear to black.
|
||||||
|
[[layers]]
|
||||||
|
type = "clear"
|
||||||
|
color = "#000000"
|
||||||
|
|
||||||
|
# Bright background nebula stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#7E86BF"
|
||||||
|
count = 1000
|
||||||
|
seed = 4810
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 3551
|
||||||
|
|
||||||
|
# Bright background nebula stars, dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#3D415C"
|
||||||
|
pointsize = 2
|
||||||
|
count = 1000
|
||||||
|
seed = 4810
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 3551
|
||||||
|
|
||||||
|
# Couple of odd bright yellow-ish stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#FFD363"
|
||||||
|
count = 30
|
||||||
|
seed = 9019
|
||||||
|
|
||||||
|
# And their dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#43371A"
|
||||||
|
pointsize = 2
|
||||||
|
count = 30
|
||||||
|
seed = 9019
|
||||||
|
|
||||||
|
# Colour-to-alpha.
|
||||||
|
[[layers]]
|
||||||
|
type = "toalpha"
|
||||||
|
|
||||||
@@ -0,0 +1,73 @@
|
|||||||
|
# Clear to black.
|
||||||
|
[[layers]]
|
||||||
|
type = "clear"
|
||||||
|
color = "#000000"
|
||||||
|
|
||||||
|
# Dim background nebula stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
seed = 4920
|
||||||
|
closecolor = "#4B5072"
|
||||||
|
count = 1500
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.0"
|
||||||
|
maskseed = 6734
|
||||||
|
|
||||||
|
# Bright background nebula stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#7E86BF"
|
||||||
|
count = 250
|
||||||
|
seed = 5848
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 8398
|
||||||
|
|
||||||
|
# Bright background nebula stars, dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#3D415C"
|
||||||
|
pointsize = 2
|
||||||
|
count = 250
|
||||||
|
seed = 5848
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 8398
|
||||||
|
|
||||||
|
# Couple of odd bright yellow-ish stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#FFD363"
|
||||||
|
count = 15
|
||||||
|
seed = 3748
|
||||||
|
|
||||||
|
# And their dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#43371A"
|
||||||
|
pointsize = 2
|
||||||
|
count = 15
|
||||||
|
seed = 3748
|
||||||
|
|
||||||
|
# Colour-to-alpha.
|
||||||
|
[[layers]]
|
||||||
|
type = "toalpha"
|
||||||
|
|
||||||
@@ -19,6 +19,54 @@ maskfrequency = "3"
|
|||||||
maskthreshold = "0.0"
|
maskthreshold = "0.0"
|
||||||
maskseed = 3551
|
maskseed = 3551
|
||||||
|
|
||||||
|
# Bright background nebula stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#7E86BF"
|
||||||
|
count = 250
|
||||||
|
seed = 6843
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 2938
|
||||||
|
|
||||||
|
# Bright background nebula stars, dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#3D415C"
|
||||||
|
pointsize = 2
|
||||||
|
count = 250
|
||||||
|
seed = 6843
|
||||||
|
mask = true
|
||||||
|
masknoise_type = "fbm"
|
||||||
|
maskoctaves = 4
|
||||||
|
maskpersistence = "0.5"
|
||||||
|
maskpower = "0.35"
|
||||||
|
masklacunarity = "1.5"
|
||||||
|
maskfrequency = "3"
|
||||||
|
maskthreshold = "0.37"
|
||||||
|
maskseed = 2938
|
||||||
|
|
||||||
|
# Couple of odd bright yellow-ish stars.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#FFD363"
|
||||||
|
count = 15
|
||||||
|
seed = 3748
|
||||||
|
|
||||||
|
# And their dim edge.
|
||||||
|
[[layers]]
|
||||||
|
type = "points"
|
||||||
|
closecolor = "#43371A"
|
||||||
|
pointsize = 2
|
||||||
|
count = 15
|
||||||
|
seed = 3748
|
||||||
|
|
||||||
# Colour-to-alpha.
|
# Colour-to-alpha.
|
||||||
[[layers]]
|
[[layers]]
|
||||||
type = "toalpha"
|
type = "toalpha"
|
||||||
|
|||||||
Reference in New Issue
Block a user