Difference between revisions of "Oolite planet list"

From Elite Wiki
m (Added description and link to a spreadsheet that calculates names and other parameters of a galaxy and plots their positions.)
m (Galaxies: added link to G4)
Line 19: Line 19:
 
# [[Image:StarChart-Galaxy-001.png|50px|Jump route chart of galaxy 2]] [[Oolite planet list/Galaxy 2|Galaxy 2]] -- [http://www.crimsonforge.co.uk/cloister/OOmap_G2.pdf Downloadable Vector Map of Galaxy 2]
 
# [[Image:StarChart-Galaxy-001.png|50px|Jump route chart of galaxy 2]] [[Oolite planet list/Galaxy 2|Galaxy 2]] -- [http://www.crimsonforge.co.uk/cloister/OOmap_G2.pdf Downloadable Vector Map of Galaxy 2]
 
# [[Image:StarChart-Galaxy-002.png|50px|Jump route chart of galaxy 3]] [[Oolite planet list/Galaxy 3|Galaxy 3]] -- [http://www.crimsonforge.co.uk/cloister/OOmap_G3.pdf Downloadable Vector Map of Galaxy 3]
 
# [[Image:StarChart-Galaxy-002.png|50px|Jump route chart of galaxy 3]] [[Oolite planet list/Galaxy 3|Galaxy 3]] -- [http://www.crimsonforge.co.uk/cloister/OOmap_G3.pdf Downloadable Vector Map of Galaxy 3]
# [[Image:StarChart-Galaxy-003.png|50px|Jump route chart of galaxy 4]] [[Oolite planet list/Galaxy 4|Galaxy 4]]
+
# [[Image:StarChart-Galaxy-003.png|50px|Jump route chart of galaxy 4]] [[Oolite planet list/Galaxy 3|Galaxy 4]] -- [http://www.crimsonforge.co.uk/cloister/OOmap_G4.pdf Downloadable Vector Map of Galaxy 4]
 
# [[Image:StarChart-Galaxy-004.png|50px|Jump route chart of galaxy 5]] [[Oolite planet list/Galaxy 5|Galaxy 5]]
 
# [[Image:StarChart-Galaxy-004.png|50px|Jump route chart of galaxy 5]] [[Oolite planet list/Galaxy 5|Galaxy 5]]
 
# [[Image:StarChart-Galaxy-005.png|50px|Jump route chart of galaxy 6]] [[Oolite planet list/Galaxy 6|Galaxy 6]]
 
# [[Image:StarChart-Galaxy-005.png|50px|Jump route chart of galaxy 6]] [[Oolite planet list/Galaxy 6|Galaxy 6]]

Revision as of 23:47, 23 July 2009

Overview

Although this list was taken from Oolite the data applies well to the BBC Micro version of Classic Elite, and some other versions.

Each entry shows the system number, name, coordinates, tech level, inhabitants, government and a comment on the system.

For OXP writers, note that references to a particular galaxy in Oolite (in a Planetinfo.plist entry for example), should subtract 1 from the galaxy number – Galaxy 1 is referred to as 0, etc. In the original planet lists posted, references to a planet must subtract 1 from the planet number. The Technology Levels in the original planet lists posted already have the 1 subtracted as required by the plist , whereas that displayed to the player has 1 added. In the revised planet lists and table summaries posted the Technology Level has the 1 added that the player sees; whereas the planet numbering starts at zero (indicated by the # symbol) to agree with the charts posted.

A spreadsheet of all galaxies can be downloaded in Excel format or Open Document format.

Where do these crazy names come from?

If you read through the source code and/or binary for either Elite or Oolite, you will not find any text containing the list of planets and their properties. The entire universe (including the famous edible poet) is constructed programmatically (using a truncated Fibonacci function) from a handful of seed numbers and the strings "ABOUSEITILETSTONLONUTHNOAL" (used by the planet description string) and " ' 'LEXEGEZACEBISOUSESARMAINDIREA'ERATENBERALAVETIEDORQUANTEISRION" which is used both by the planet description string and to generate all the system names in the 8 Galaxies (the single quotes indicate placeholders where the planet name generation can be terminated early). The algorithm was reverse-engineered from the original BBC disk by Christian Pinder, and implemented in Objective-C for Oolite. Further details are given in the discussion of Elite's random number generators.

In this spreadsheet (please note that this spreadsheet is in OpenDocument format and can be read by OpenOffice.org and many others applications including Microsoft Excel with the appropriate plug-in) you can see some of the algorithms in action where they are used to calculate the names, positions, inhabitants and other parameters for all 256 planets for a selected Galaxy plus a plot of the Galaxy (Sorry, but no links between worlds are plotted). You can also use this to view what could have been if a different seed number was used for the Galaxies.

Galaxies

  1. Jump route chart of galaxy 1 Galaxy 1 -- Downloadable Vector Map of Galaxy 1
  2. Jump route chart of galaxy 2 Galaxy 2 -- Downloadable Vector Map of Galaxy 2
  3. Jump route chart of galaxy 3 Galaxy 3 -- Downloadable Vector Map of Galaxy 3
  4. Jump route chart of galaxy 4 Galaxy 4 -- Downloadable Vector Map of Galaxy 4
  5. Jump route chart of galaxy 5 Galaxy 5
  6. Jump route chart of galaxy 6 Galaxy 6
  7. Jump route chart of galaxy 7 Galaxy 7
  8. Jump route chart of galaxy 8 Galaxy 8