19cbb04377
- is_template is no longer inherited, causing all derived ships to be silently deleted. - Ships whose model canât be found are now reported and deleted from the registry. - Ships used as subentities no longer require roles. - Ships with invalid subentity definitions (not exactly eight tokens) are now reported and deleted from the registry. - New is_external_dependency key suppresses errors for missing like_ship and subentity references. (A ship with is_external_dependency will still be deleted from the registry if it canât be properly resolved, there just won't be a message about it.) * Added missing compatibility method player.spawnOne(). * Default galactic_hyperspace_behaviour respelled to BEHAVIOUR_STANDARD. * Corrected warning text in setGalacticHyperspaceBehaviourTo:. * Added nil check in collision detection. git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1853 127b21dd-08f5-0310-b4b7-95ae10353056
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
{
|
|
"interstellar space" =
|
|
{
|
|
sky_color_1 = (0, 1, 0.5);
|
|
sky_color_2 = (0, 1, 0);
|
|
sky_n_stars = 480;
|
|
sky_n_blobs = 128;
|
|
};
|
|
|
|
universal =
|
|
{
|
|
// 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.
|
|
star_count_multiplier = 2;
|
|
nebula_count_multiplier = 1;
|
|
|
|
// Default docking clearance requirement for main stations.
|
|
stations_require_docking_clearance = no;
|
|
};
|
|
|
|
// 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" = "BEHAVIOUR_STANDARD";
|
|
//"BEHAVIOUR_ALL_SYSTEMS_REACHABLE";
|
|
//"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.
|
|
"galactic_hyperspace_fixed_coords" = "96 96";
|
|
}
|