Do not click here. This thread is outdated.
LookAtDatDakka Date: Saturday, 20.02.2016, 16:04 | Message # 1
Explorer
Group: Users
United States
Messages: 156
Status: Offline
THIS THREAD IS ARCHIVED This thread is archived because it's too old and unneeded. Original Title: ATTENTION ALL CATALOG MODDERS Original Description: There was a huge update to the atmosphere model.
Did your planet have no atmosphere or have white ring around the black planet?
or
If you want to retain the green world, open up your catalog script and go to the atmosphere tag on your planet. This is where you should find this below.
Now change the atmosphere model name to "Chlorine".
or if you want to have a old atmosphere model back,
Quote quarior14 (
)
Not really, look at atmosphere.cfg, at some point, you should have :
Code
/*// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }*/
Remove /* and */ :
Code
// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }
And they are reutillisable.
That all I can announce to you.
P.S: The "Thick" atmosphere model has been added. It uses the same color as Earth but with thicker atmosphere.
NVIDIA 960 GTX 2048MB
Edited by LookAtDatDakka - Sunday, 10.04.2016, 22:09
DoctorOfSpace Date: Saturday, 20.02.2016, 17:20 | Message # 2
Galaxy Architect
Group: Global Moderators
Pirate
Messages: 3600
Status: Offline
Technically you can use any atmosphere you want now with the "Hue" and "Saturation" settings to make them look however you want.
Intel Core i7-5820K 4.2GHz 6-Core Processor G.Skill Ripjaws V Series 32GB (4 x 8GB) DDR4-2400 Memory EVGA GTX 980 Ti SC 6GB
LookAtDatDakka Date: Saturday, 20.02.2016, 17:49 | Message # 3
Explorer
Group: Users
United States
Messages: 156
Status: Offline
Quote DoctorOfSpace (
)
Technically you can use any atmosphere you want now with the "Hue" and "Saturation" settings to make them look however you want.
Agreed, but it's easier to choose the atmosphere model than manually adjust the hue but the color will be limited.
NVIDIA 960 GTX 2048MB
Lucas0231 Date: Saturday, 20.02.2016, 18:13 | Message # 4
Explorer
Group: Users
France
Messages: 150
Status: Offline
Thank you for your information. Pinkworlds is deleted ?
LookAtDatDakka Date: Saturday, 20.02.2016, 18:18 | Message # 5
Explorer
Group: Users
United States
Messages: 156
Status: Offline
Quote Lucas0231 (
)
Thank you for your information. Is the Pinkworld model deleted?
Yes, it got deleted.
NVIDIA 960 GTX 2048MB
quarior14 Date: Wednesday, 24.02.2016, 16:16 | Message # 6
World Builder
Group: Users
Pirate
Messages: 649
Status: Offline
Not really, look at atmosphere.cfg, at some point, you should have :Code
/*// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }*/
Remove /* and */ :Code
// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }
And they are reutillisable.
Quarior
Edited by quarior14 - Wednesday, 24.02.2016, 16:17
LookAtDatDakka Date: Wednesday, 24.02.2016, 18:54 | Message # 7
Explorer
Group: Users
United States
Messages: 156
Status: Offline
Quote quarior14 (
)
Not really, look at atmosphere.cfg, at some point, you should have :
Code
/*// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }*/
Remove /* and */ :
Code
// Used in 0.973 Atmosphere "Greenworld" { RadiusGround 2574.91 Height 60.0 RayleighH 10.0 MieH 8.0 MieG 0.0 MieFade 0.1 RayleighBeta (0.004, 0.02, 0.01) MieScaBeta (0.001, 0.01, 0.01) MieExtBeta (0.001, 0.01, 0.06) RayleighScale 1.0 MieScaScale 0.7 MieExtScale 1.0 } // Used in 0.973 Atmosphere "Pinkworld" { RadiusGround 6200.0 Height 60.0 RayleighH 8.0 MieH 8.0 MieG 2.0 MieFade 0.02 RayleighBeta (0.040, 0.035, 0.093) MieScaBeta (0.0058, 0.05, 0.1) MieExtBeta (0.0058, 0.00927, 0.005) RayleighScale 0.25 MieScaScale 1.0 MieExtScale 1.0 }
And they are reutillisable.
quarior14 , thanks for the new information. This information will be merged into the original post.
NVIDIA 960 GTX 2048MB
quarior14 Date: Wednesday, 24.02.2016, 19:07 | Message # 8
World Builder
Group: Users
Pirate
Messages: 649
Status: Offline
Quote LookAtDatDakka (
)
quarior14, thanks for the new information. This information will be merged into the original post.
You're welcom .
Quarior