View Single Post
709
¡Damned!
 
Join Date: May 2004
Location: Purgatory
 
2018-12-10, 20:32

Quote:
Originally Posted by Brad View Post
Temperature-specific oceans got whole-new biome IDs, which makes this super easy to support!
Code:
warm_ocean = 44 lukewarm_ocean = 45 cold_ocean = 46 deep_warm_ocean = 47 deep_lukewarm_ocean = 48 deep_cold_ocean = 49 deep_frozen_ocean = 50
edit2: And furthermore, here are the hex color codes I'm using for those biomes:
Code:
44: "0000ac", 45: "000090", 46: "202070", 47: "000050", 48: "000040", 49: "202038", 50: "404090",
If you'd give me a full-rez color map for that area and an overhead for reference I would love to color in the areas I'm talking about.

So it goes.
  quote