Galactic Hyperspace oxp`ing

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
Lestradae
---- E L I T E ----
---- E L I T E ----
Posts: 3095
Joined: Tue Apr 17, 2007 10:30 pm
Location: Vienna, Austria

Galactic Hyperspace oxp`ing

Post 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";
User avatar
Lestradae
---- E L I T E ----
---- E L I T E ----
Posts: 3095
Joined: Tue Apr 17, 2007 10:30 pm
Location: Vienna, Austria

...

Post 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>
:?:
Post Reply