If I want to re-set the star_count_multiplier and nebula_count_multiplier and the below-shown galactic hyperspace settings to "GALACTIC_HYPERSPACE_BEHAVIOUR_ALL_SYSTEMS_REACHABLE" via an oxp using XML script - how do I do that?
Thanks in advance
L
That`s what I want:
Code: Select all
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 = 18;
nebula_count_multiplier = 24;
// 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" = //"GALACTIC_HYPERSPACE_BEHAVIOUR_STANDARD";
"GALACTIC_HYPERSPACE_BEHAVIOUR_ALL_SYSTEMS_REACHABLE";
//"GALACTIC_HYPERSPACE_BEHAVIOUR_FIXED_COORDINATES";