ENG New site

Advanced search

[ New messages · Forum rules · Members ]
Planet palettes
SpaceEngineerDate: Monday, 06.01.2014, 20:51 | Message # 31
Author of Space Engine
Group: Administrators
Russian Federation
Messages: 4800
Status: Offline
Quote apenpaap ()
StyleRange     (0.00, 0.00)

apenpaap, again, you set wrong StyleRange. It will not work.
Also, take into account, that StyleRange for gas and ice giants is splitted in 4 parts: (0.0 - 0.25) for scorched and hot giants, (0.25 - 0.5) for warm, temperate, and frozen, (0.5 - 0.75) for cool and (0.75 - 1.0) for cold giants. I forgot to expand this to all temperature types: in a next patch StyleRange will be splitted into 8 parts, starting from scorched to frozen giants.





 
apenpaapDate: Monday, 06.01.2014, 20:56 | Message # 32
World Builder
Group: Users
Antarctica
Messages: 1063
Status: Offline
I know. Like Toty, I'm setting the StyleRange to 0,0 so people can mod it in themselves and set the palette to the values they prefer. They'd need to adjust those values anyway, since if I set it to anything it'd overlap with the existing models.




I occasionally stream at http://www.twitch.tv/magistermystax. Sometimes SE, sometimes other games.
 
DeathStarDate: Monday, 06.01.2014, 20:57 | Message # 33
Pioneer
Group: Users
Croatia
Messages: 515
Status: Offline
SpaceEngineer, I think he is aware of that. He simply put it at 0.00, 0.00 so people can choose themselves the range.

EDIT: Ninja'd


Edited by DeathStar - Monday, 06.01.2014, 20:57
 
giftDate: Monday, 06.01.2014, 21:39 | Message # 34
Space Pilot
Group: Users
United States
Messages: 108
Status: Offline
where are the terras?
 
JCandeiasDate: Monday, 06.01.2014, 21:42 | Message # 35
Pioneer
Group: Translators
Portugal
Messages: 387
Status: Offline
Quote SpaceEngineer ()
Also, take into account, that StyleRange for gas and ice giants is splitted in 4 parts: (0.0 - 0.25) for scorched and hot giants, (0.25 - 0.5) for warm, temperate, and frozen, (0.5 - 0.75) for cool and (0.75 - 1.0) for cold giants.


A-ha! I should have known SpaceEngineer wouldn't overlook such a pivotal aspect of how planets turn out to be. smile





They let me use this!
 
VoekoevakaDate: Monday, 06.01.2014, 21:49 | Message # 36
World Builder
Group: SE team
France
Messages: 1016
Status: Offline
We should have in the future new ranges for temperature, pressure and age, and new palettes for life, clouds and gas giant storms.




Want some music of mine ? Please go here !

 
DisasterpieceDate: Monday, 06.01.2014, 21:49 | Message # 37
World Builder
Group: Users
United States
Messages: 640
Status: Offline
Will these cause any noticeable drop in performance? I haven't seen one, but I am curious.




I play teh spase engien
 
HarbingerDawnDate: Monday, 06.01.2014, 21:55 | Message # 38
Cosmic Curator
Group: Administrators
United States
Messages: 8717
Status: Offline
Quote Disasterpiece ()
Will these cause any noticeable drop in performance? I haven't seen one, but I am curious.

No, they have no effect on performance. All they do is modify the colors that planets are generated with. They don't add anything to the engine or change the way it works.





All forum users, please read this!
My SE mods and addons
Phenom II X6 1090T 3.2 GHz, 16 GB DDR3 RAM, GTX 970 3584 MB VRAM
 
giftDate: Monday, 06.01.2014, 21:56 | Message # 39
Space Pilot
Group: Users
United States
Messages: 108
Status: Offline
where are the terras?
 
HarbingerDawnDate: Monday, 06.01.2014, 21:58 | Message # 40
Cosmic Curator
Group: Administrators
United States
Messages: 8717
Status: Offline
gift, please do not make repeat posts. As for terras, if you don't see any, then no one has made a palette for them yet. Either be patient and wait for someone to release one, or make one yourself.




All forum users, please read this!
My SE mods and addons
Phenom II X6 1090T 3.2 GHz, 16 GB DDR3 RAM, GTX 970 3584 MB VRAM
 
DoctorOfSpaceDate: Monday, 06.01.2014, 22:07 | Message # 41
Galaxy Architect
Group: Global Moderators
Pirate
Messages: 3600
Status: Offline
Quote HarbingerDawn ()
wait for someone to release one


I have been tweaking some Earth like color ones for a while now. Will post them when I am finished.





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
 
VoekoevakaDate: Monday, 06.01.2014, 22:08 | Message # 42
World Builder
Group: SE team
France
Messages: 1016
Status: Offline
Here are my terra palettes :

Code

// Sand colors
Palette
{
  Class          "Terra"
  StyleRange     (0.00, 0.05)
  colorBeach     (0.85, 0.74, 0.55, 0.00)
  colorDesert    (0.77, 0.67, 0.47, 0.00)
  colorLowland   (0.44, 0.29, 0.17, 0.00)
  colorUpland    (0.64, 0.57, 0.47, 0.00)
  colorRock      (0.22, 0.20, 0.20, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Earth colors
Palette
{
  Class          "Terra"
  StyleRange     (0.05, 0.30)
  colorBeach     (0.82, 0.74, 0.57, 0.00)
  colorDesert    (0.81, 0.64, 0.45, 0.00)
  colorLowland   (0.77, 0.58, 0.40, 0.00)
  colorUpland    (0.62, 0.33, 0.17, 0.00)
  colorRock      (0.22, 0.20, 0.20, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Contrast sand colors
Palette
{
  Class          "Terra"
  StyleRange     (0.30, 0.40)
  colorBeach     (0.69, 0.47, 0.32, 0.00)
  colorDesert    (0.61, 0.38, 0.27, 0.00)
  colorLowland   (0.51, 0.32, 0.23, 0.00)
  colorUpland    (0.73, 0.53, 0.37, 0.00)
  colorRock      (0.73, 0.55, 0.39, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Mars colors
Palette
{
  Class          "Terra"
  StyleRange     (0.40, 0.55)
  colorBeach     (0.69, 0.47, 0.32, 0.00)
  colorDesert    (0.61, 0.38, 0.27, 0.00)
  colorLowland   (0.51, 0.32, 0.23, 0.00)
  colorUpland    (0.73, 0.53, 0.37, 0.00)
  colorRock      (0.62, 0.33, 0.17, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Rock colors
Palette
{
  Class          "Terra"
  StyleRange     (0.55, 0.65)
  colorBeach     (0.40, 0.40, 0.40, 0.00)
  colorDesert    (0.20, 0.20, 0.20, 0.00)
  colorLowland   (0.30, 0.30, 0.30, 0.00)
  colorUpland    (0.20, 0.20, 0.20, 0.00)
  colorRock      (0.10, 0.10, 0.10, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Dust colors
Palette
{
  Class          "Terra"
  StyleRange     (0.65, 0.75)
  colorBeach     (0.80, 0.40, 0.10, 0.00)
  colorDesert    (0.70, 0.35, 0.10, 0.00)
  colorLowland   (0.60, 0.30, 0.10, 0.00)
  colorUpland    (0.50, 0.25, 0.10, 0.00)
  colorRock      (0.40, 0.20, 0.10, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}

// Red colors
Palette
{
  Class          "Terra"
  StyleRange     (0.75, 0.85)
  colorBeach     (0.80, 0.20, 0.20, 0.00)
  colorDesert    (0.70, 0.20, 0.20, 0.00)
  colorLowland   (0.60, 0.25, 0.25, 0.00)
  colorUpland    (0.50, 0.25, 0.25, 0.00)
  colorRock      (0.40, 0.20, 0.20, 0.00)
  colorSnow      (1.00, 1.00, 1.00, 1.00)
}





Want some music of mine ? Please go here !

 
Joey_PenguinDate: Monday, 06.01.2014, 22:13 | Message # 43
Pioneer
Group: Users
United States
Messages: 311
Status: Offline
Voekoevaka, you may want to post a sample image for each palette.

EDIT THE 1ST:

Some new water colors. Stay tuned, I may add some more biggrin
Indigo oceans
Amber oceans

EDIT THE 2ND:

Since the two are basically the same in all but scale, I simply merged the asteroid palettes into the selena palettes, and here are the results:


Attachments: 3169505.jpg (176.8 Kb) · 5265893.jpg (207.2 Kb) · 0371130.jpg (127.7 Kb) · 4142977.jpg (114.4 Kb) · 0544666.jpg (79.8 Kb)





Careful. The PLATT Collective has spurs.

Edited by Joey_Penguin - Tuesday, 07.01.2014, 02:31
 
JonahrfDate: Tuesday, 07.01.2014, 01:20 | Message # 44
Space Tourist
Group: Users
United States
Messages: 39
Status: Offline
What about the Palettes for blue gas giants like Neptune and Uranus
 
apenpaapDate: Tuesday, 07.01.2014, 01:23 | Message # 45
World Builder
Group: Users
Antarctica
Messages: 1063
Status: Offline
Quote apenpaap ()
Uranus colours:
Code
// Uranus colour
Palette
{
Class "IceGiant"
StyleRange (0.00, 0.00)
colorSea (0.19, 0.43, 0.85, 1.00)
colorShelf (0.17, 0.45, 0.80, 1.00)
colorBeach (0.18, 0.45, 0.83, 1.00)
colorDesert (0.16, 0.46, 0.89, 1.00)
colorLowland (0.18, 0.48, 0.86, 1.00)
colorUpland (0.10, 0.45, 0.83, 1.00)
colorRock (0.19, 0.44, 0.86, 1.00)
colorSnow (0.18, 0.43, 0.85, 1.00)
}



Neptune colours:
Code
// Neptune colours
Palette
{
Class "IceGiant"
StyleRange (0.00, 0.00)
colorSea (0.05, 0.15, 0.45, 1.00)
colorShelf (0.05, 0.14, 0.45, 1.00)
colorBeach (0.05, 0.07, 0.23, 1.00)
colorDesert (0.06, 0.13, 0.41, 1.00)
colorLowland (0.05, 0.15, 0.43, 1.00)
colorUpland (0.05, 0.03, 0.15, 1.00)
colorRock (0.05, 0.17, 0.45, 1.00)
colorSnow (1.00, 1.00, 1.00, 1.00)
}
}




^Already made them.





I occasionally stream at http://www.twitch.tv/magistermystax. Sometimes SE, sometimes other games.
 
Search: