Posted: Sun Nov 30, 2008 10:17 pm
Or Safari. Or Opera. In short, use a web browser, not Internet Explorer. :-)Toran wrote:(See here for an example, but you'll need Firefox)
For information and discussion about Oolite.
https://bb.oolite.space/
Or Safari. Or Opera. In short, use a web browser, not Internet Explorer. :-)Toran wrote:(See here for an example, but you'll need Firefox)
Changing the JS script will have no effect in 1.65.pagroove wrote:4. If you are on Oolite 1.65, 1.70 or on 1.71.1 then a last step is needed
Go into the Oolite/Addon/Famous_planets_v1.1.oxp/config
Open the Script.js file with a word editor. Go to line 72:
Yeah, I should have said use a proper web browser, one that actually is Standards-compliant ;-POr Safari. Or Opera. In short, use a web browser, not Internet Explorer.
Yep, that's sorted it. The planets are very pretty. Just checked back on the wiki page and it doesn't mention that it only works with 1.71 and up. Perhaps someone who is registered could add that?I also saw that you've tried to install it on 1.65? But it's for 1.71. and up.
Quite, it's not worth adding the illustrations to the SVG map because it will only boost the file size and the pics will look kinda blocky when you zoom in. Current file size is a rather impressive 271KiB which is not bad for 4817x2304 image!I was looking to make a nice map myself but this is great with those clean fonts. The purpose of the map inside the package is to make it illustrated.
Code: Select all
{
"galactic_hyperspace_behaviour" = "GALACTIC_HYPERSPACE_BEHAVIOUR_STANDARD";
"galactic_hyperspace_fixed_coords" = "96 96";
"interstellar space" = {
"sky_color_1" = (0, 1, "0.5");
"sky_color_2" = (0, 1, 0);
"sky_n_blobs" = 128;
"sky_n_stars" = 480;
};
universal = {
"nebula_count_multiplier" = 1;
"star_count_multiplier" = 2;
"stations_require_docking_clearance" = no;
};
}
I have to patch several things:Yep, that's sorted it. The planets are very pretty. Just checked back on the wiki page and it doesn't mention that it only works with 1.71 and up. Perhaps someone who is registered could add that?
Quote:
I was looking to make a nice map myself but this is great with those clean fonts. The purpose of the map inside the package is to make it illustrated.
Quite, it's not worth adding the illustrations to the SVG map because it will only boost the file size and the pics will look kinda blocky when you zoom in. Current file size is a rather impressive 271KiB which is not bad for 4817x2304 image!
I also wanted a map that put L1 in context with the rest of the galaxy (didn't realise how far across it stretched) plus some way of route finding without cross referencing names and numbers from the spreadsheet.
Also, I was struggling to read some of the text in the package - what does it say next to Aronar? And is the Tibionis Cloud just a feature name, or another suggested route?
I've made sure it's easy enough to add details and extend routes (frequent use of separate layers) so extending L2 won't be a problem.
Code: Select all
{
// Galaxy 1 Teraed Test
"0 99" = // <------- Teraed
{
"description" = "Teraed became one of the largest Hubs on the North-East Quadrant of Galaxy 1. Travellers to Tianve often use it as a stop-over and trading point. Nowadays the planet is home of the largest aqua city in Galaxy 1 which can easily seen from space. The Galaxy Dome with 3.2 million seats (estimated) is one of the biggest Zero-G cricket venues in the sector."
};
"0 129" = // <------- Zaonce
{
"description" = "The Galactic register called Zaonce a tedious place. They didn't correct it in later issues. Zaonce is therefore one of the best guarded fun-packed secrets of galaxy 1. The tourist will find attractions like the monstrous Hurricane Kev, dominating a huge swathe of the northern hemisphere. The planet is also known for the Zaonce Autodrome, The Zanadoo Zoo and Chateau d'if and the perpetual parties going on in virtually every hotel on the planet."
};
Code: Select all
"description" = "The Galactic register called Zaonce a tedious place. They didn't correct it in later issues. Zaonce is therefore one of the best guarded fun-packed secrets of galaxy 1. The tourist will find attractions like the monstrous Hurricane Kev, dominating a huge swathe of the northern hemisphere. The planet is also known for the Zaonce Autodrome, The Zanadoo Zoo and Chateau d'if and the perpetual parties going on in virtually every hotel on the planet.";
Code: Select all
"description" = "The Galactic register called Zaonce a tedious place. They didn't correct it in later issues. Zaonce is therefore one of the best guarded fun-packed secrets of galaxy 1. The tourist will find attractions like the monstrous Hurricane Kev, dominating a huge swathe of the northern hemisphere. The planet is also known for the Zaonce Autodrome, The Zanadoo Zoo and Chateau d'if and the perpetual parties going on in virtually every hotel on the planet."