New planet type - Carbon planet

Thinking about improving the Artwork in Vega Strike, or making your own Mod? Submit your question and ideas in this forum.

Moderator: pyramid

Post Reply
gonzo
Bounty Hunter
Bounty Hunter
Posts: 207
Joined: Wed Oct 20, 2010 3:50 pm
Location: Kungälv, Sweden
Contact:

New planet type - Carbon planet

Post by gonzo »

Image

This could be an interesting addition to the planet flora.
http://en.wikipedia.org/wiki/Carbon_planet

"During volcanic eruptions, it is possible that diamonds from the interior could come up to the surface, resulting in mountains of diamonds and silicon carbides."
That could be quite a challenge for a galactic economy... :shock:
Last edited by gonzo on Wed May 27, 2015 8:42 pm, edited 1 time in total.
There are 10 types of people in this world, those who understand binary and those who don't.
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Re: New planet type - Carbon planet

Post by ezee »

"During volcanic eruptions, it is possible that diamonds from the interior could come up to the surface, resulting in mountains of diamonds and silicon carbides."
That could be quite a challenge for a galactic economy...
Ooooh yeah !
Very good :idea: , i take it for my ToDo list .
Yes , the new AI associated with the new Market class will chase some planets types
for raw goods .

I've found an other kind of carbon planet in our solar system :
https://www.youtube.com/watch?v=lWA2pjMjpBs

:lol:

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
gonzo
Bounty Hunter
Bounty Hunter
Posts: 207
Joined: Wed Oct 20, 2010 3:50 pm
Location: Kungälv, Sweden
Contact:

Re: New planet type - Carbon planet

Post by gonzo »

I'll try and see if I can put together a couple of planet surfaces for this.
I've toyed around with it earlier with applications like fracplanet.
There are 10 types of people in this world, those who understand binary and those who don't.
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Re: New planet type - Carbon planet

Post by ezee »

Nice project !
You could then make a little tutorial or an " how to create a new planet in VS " ?
I could have a look to the procedural part in the vegastrike src .
But i think the process is documented somewhere in the wiki already .

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
gonzo
Bounty Hunter
Bounty Hunter
Posts: 207
Joined: Wed Oct 20, 2010 3:50 pm
Location: Kungälv, Sweden
Contact:

Re: New planet type - Carbon planet

Post by gonzo »

ezee wrote: You could then make a little tutorial or an " how to create a new planet in VS " ?
I could have a look to the procedural part in the vegastrike src .
But i think the process is documented somewhere in the wiki already .
I think this is the documentation I followed a couple of years ago:
http://wiki.vega-strike.org/Development ... t_Surfaces

Here's a windows application:
http://www.blitzbasic.com/Community/pos ... opic=97336

Some online planet makers:
http://planetmaker.wthr.us/
http://donjon.bin.sh/world/

http://wwwtyro.github.io/procedural.js/planet1/
...Aaaand why do people think of instructions as cheating?
There are 10 types of people in this world, those who understand binary and those who don't.
ezee
Intrepid Venturer
Intrepid Venturer
Posts: 703
Joined: Tue Feb 11, 2014 12:47 am
Location: FRANCE
Contact:

Re: New planet type - Carbon planet

Post by ezee »

I think this is the documentation I followed a couple of years ago:
http://wiki.vega-strike.org/Development ... t_Surfaces
That's it !
Thank you .
:wink:

Code: Select all

 if (!track.HasWeapons())
            {
                // So what are you going to threaten me with? Exhaustion gas?
                return ThreatLevel::None;
            }
Vegastrike evolved
DEV YOUTUBE CHANNEL
Vegastrike evolved wiki
Post Reply