Page 1 of 1

Galactic Hyperspace oxp`ing

Posted: Thu Dec 04, 2008 12:29 pm
by Lestradae
Hi to anyone who knows this ...

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 8)

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";

...

Posted: Thu Dec 04, 2008 5:58 pm
by Lestradae
Anyone? No? Anyone? No? Anyone? ...

Is this here a correct XML ... formulation:

Code: Select all

<key>universal</key>
   <dict>
      <key>galactic_hyperspace_behaviour</key>
      <string>GALACTIC_HYPERSPACE_BEHAVIOUR_ALL_SYSTEMS_REACHABLE</string>
   </dict>
:?: