Now, sorry for the disclamer but seeing as that probably got most of your attention I'll get on with it. For those of you who don't know how to do this, and are getting bored of the same old 8 galaxy Oolite (I'm not, but it's always fun to explore somewhere new!) then perhaps you'd be interested to know you can access a ninth galaxy in Oolite. And, the number of combinations of galaxies there are are nearly endless...
First of all, as the disclamer at the top of this post says, please back-up your save game file NOW! Your save games (if playing on Windows XP/Vista/7) are located in the C:\Oolite\oolite.app\oolite-saves (Replace C: with wherever you installed Oolite to). When you hav copy and pasted this somewhere else, you are ready to make some changes. Open up the file using Notepad or a similar text editor. Then scroll down until you get to a line that looks like this:
Code: Select all
<key>galaxy_number</key>
<integer>0</integer>
<key>galaxy_seed</key>
<string>74 90 72 2 83 183</string>
The second two lines control which galaxy this actually is, and this is where the fun begins. The bottom line has six 2-digit values. Change this to whatever you want, but remember you can only use 6 values! For this example, I am going to use 21 48 37 3 92 112 (but you can also use hex like 2b and a3).
Now your save file should look this this:
Code: Select all
<key>galaxy_number</key>
<integer>8</integer>
<key>galaxy_seed</key>
<string>21 48 37 3 92 112</string>
Neat huh? Press F6 again to see your new Galaxy 9:
I've noticed that in some galaxies you can get large parts unaccessable without moving your ship further than 7 light years in the save file. This is probably why Braben and Bell chose the 8 galaxies they did. Press F7 to bring up the system descriptions:
Now some of these are brilliant! I did read somewhere that there was originally going to be 256 galaxies in Elite so I'm guessing this is why we are able to generate all these galaxies. But anyway, the rest is up to you. I have a whole new galaxy to explore...
Oh - one last thing. Some OXPs will obviously not work in Galaxy 9 because they are only designed to work in Galaxies 1-8 - you will of course have to manually edit these yourself (this includes System Redux!).