Sage
*Many bubbles*
Offline
Gender:
Posts: 234
|
The data I have on planets was generated for me, and as such I have no real idea of how to go about generating them myself. The information I have is formatted like so:
I,Planets,CONSTELLATIONINDEX,PREFIXNAMEINDEX,XPOSITION,YPOSITION,BODYCOLOR,PLANETNUMBER,MOONNUMBER,WORLDTYPE,DISTANCEFROMSUN, DISTANCEFROMPARENT,SURFACETEMPERATURE,DENSITY,PLANETRADIUS,ROTATIONPERIOD,SURFACEGRAVITY,AXIALTILT,TECTONICS,WEATHER, ATMOSPHERICDENSITY,LIFECHANCE,SATELLITEBIO,SATELLITEMINERAL,MINERALCOMMON,MINERALCORROSIVE,MINERALBASEMETAL,MINERALNOBLE, MINERALRAREEARTH,MINERALPRECIOUS,MINERALRADIOACTIVE,MINERALEXOTIC
Note: The first two values ("I" and "Planets") serve no function to my code.
Here are the values I have for Beta Lyrae:
D,Planets,93,2,-675,-675,Green,1,0,Iodine World,954,954,-212,63,93,257,58,-26,5,2,12,-40,0,126,0,63,0,0,0,0,0,0 D,Planets,93,2,-813,-1520,Blue,2,0,Gas Giant,1723,1723,-228,21,910,103,191,8,2,7,65535,-1,0,0,0,0,0,0,0,0,0,0 D,Planets,93,2,-2316,-703,Green,3,0,Gas Giant,2420,2420,-235,21,1029,151,216,37,1,7,65535,-1,0,0,0,0,0,0,0,0,0,0 D,Planets,93,2,2494,1666,Purple,4,0,Super Dense World,3000,3000,-239,197,34,173,66,-19,6,2,75,60,0,78,0,0,26,0,0,0,0,0 D,Planets,93,2,-5576,1691,Red,5,0,Ruby World,5827,5827,-249,58,96,221,55,23,0,0,0,-1040,0,850,0,0,0,0,0,0,0,34 D,Planets,93,2,-7,34,Purple,2,1,Purple World,1723,35,-228,59,33,272,19,25,1,0,0,-1100,0,0,0,0,0,0,0,0,0,0 D,Planets,93,2,54,-6,Red,2,2,Dust World,1723,55,-228,61,33,209,20,-10,1,1,10,-10,0,120,0,0,40,0,0,0,0,0 D,Planets,93,2,-8,-75,Purple,2,3,Chrondite World,1723,75,-228,103,28,224,28,-9,4,0,0,-1145,0,74,74,0,0,0,0,0,0,0 D,Planets,93,2,-53,-79,Purple,2,4,Super Dense World,1723,95,-228,206,32,213,65,-4,7,2,97,60,0,144,0,0,48,0,0,0,0,0 D,Planets,93,2,-55,5,Purple,3,1,Purple World,2420,55,-235,61,27,255,16,5,1,0,0,-1100,0,204,0,0,68,0,0,0,0,0 D,Planets,93,2,47,57,White,3,2,Selenic World,2420,75,-235,60,26,266,15,-2,1,0,0,-1100,0,159,0,0,53,0,0,0,0,0 D,Planets,93,2,93,-19,Orange,3,3,Metal World,2420,95,-235,143,36,265,51,11,3,2,109,60,0,676,0,31,152,0,0,9,13,0
While it would certainly be nice to have the exact locations of the minerals on a given planet, I really think that doing such a thing might be more work than I could handle. The perfectionist in me would also want to try replicating the planet spinning view, despite the fact that I don't have an inkling of how I could accomplish it.
Edited on 08-12-05 for readability.
|