2007-05-24 10:01:41 +00:00
|
|
|
{
|
2007-06-24 21:53:59 +00:00
|
|
|
"interstellar space" =
|
2007-05-24 10:01:41 +00:00
|
|
|
{
|
2007-06-26 16:26:11 +00:00
|
|
|
sky_color_1 = (0, 1, 0.5);
|
2007-05-24 10:01:41 +00:00
|
|
|
sky_color_2 = (0, 1, 0);
|
2008-04-30 07:39:05 +00:00
|
|
|
sky_n_stars = 480;
|
|
|
|
sky_n_blobs = 128;
|
2008-04-28 05:43:26 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
universal =
|
|
|
|
{
|
2008-09-28 10:25:13 +00:00
|
|
|
// The two multiplier values below determine how many more stars will be used to populate space
|
|
|
|
// with respect to the number normally used. Apply to all systems by being included in the
|
|
|
|
// "universal" section.
|
2008-04-30 07:39:05 +00:00
|
|
|
star_count_multiplier = 2;
|
|
|
|
nebula_count_multiplier = 1;
|
2008-09-28 10:25:13 +00:00
|
|
|
|
|
|
|
// Default docking clearance requirement for main stations.
|
|
|
|
stations_require_docking_clearance = no;
|
2007-05-24 10:01:41 +00:00
|
|
|
};
|
2008-02-18 15:25:02 +00:00
|
|
|
|
|
|
|
// Uncomment the desired behaviour for galactic hyperspace exit. Fixed coordinates will put the arrival
|
|
|
|
// of an intergalactic jump on map coordinates specified by the key galactic_hyperspace_fixed_coords.
|
|
|
|
"galactic_hyperspace_behaviour" = "GALACTIC_HYPERSPACE_BEHAVIOUR_STANDARD";
|
|
|
|
//"GALACTIC_HYPERSPACE_BEHAVIOUR_ALL_SYSTEMS_REACHABLE";
|
|
|
|
//"GALACTIC_HYPERSPACE_BEHAVIOUR_FIXED_COORDINATES";
|
|
|
|
|
|
|
|
// When using the GALACTIC_HYPERSPACE_BEHAVIOUR_FIXED_COORDINATES, the key below is used to specify the
|
|
|
|
// actual fixed coordinates for the intergalactic jump.
|
2008-03-01 09:12:39 +00:00
|
|
|
"galactic_hyperspace_fixed_coords" = "96 96";
|
2007-05-24 10:01:41 +00:00
|
|
|
}
|