$12256 / $11500
Here's a new package from the game project FAR Colony.
They are the surface maps of the planets of the planetary sytem Epsilon Eridani.
I don't know if it can interest someone and since I don't want to clog OGA with big files for nothing, but here it is.
The surface maps are in uncompressed bmp format into 4096*2048 resolution, with and without their regions' grid.
They are made into Fractal Terrains aided by the output data generated by the universe generator included in FARC.
Comments
These look nice!
I would be interested in learning how you generated these things!
I'm working on a strategy game and I'm trying to get terrain gen right :)
Thanks, but I have not much merit, Fractal Terrains did the entire job, mostly.
I use this tool to generate them, I will not put their URL here because I don't want to spam but you'll find it w/ Google w/o any problem.
The only problem by using this third party software is that I cannot generate random one at each new game, I don't have the skills and knowledge, nor the time too, to dev one for FARC.
So the process is fairly simple, the universe generator of the game do its job, and when a telluric planet is in the process, the generator pause and display all the required data converted for Fractal Terrains, I generate the map in the software by adding only a random seed, put the correct regions' grid and determine the dominant relief and land type that I report into the generator.
As a last process the generator calculates the biosphere and resources and that's it :)
It's simple but a bit tedious and eat some hours by the time to process an entire planetary system. Especially since they are many light & colors sets and many climate textures in the software, and that was all a job to analyze all these files and keep track of whose that I was interested of.
It is possible to generate any kind of surface, even ones for asteroids. I don't do it for them in FARC, because the asteroids are displayed by a basic non textured object and because with the addition of the asteroid belts that could take a VERY long time to generate customized surface map. For reference, Epsilon Eridani have 2 belts and in the game that totalize more than 60 asteroids.
For the grid, it's an in-game thing. In the orbital objects data structure, telluric planets' and asteroids' surface is separated by "regions", used in game to create a play surface a bit like in Galactic Civilization.
Custom grids can be set into Fractal Terrains, so it facilitate the work greatly.
If you have any other questions, don't hesitate :)
If you would like to generate a terrain like this u can use the perlin noise 2d algorithm. Out of the result of that algorithm u can assign color or textures. http://en.wikipedia.org/wiki/Perlin_noise