another_commander wrote:Switeck: Works For Me(TM). Can you try to reproduce without OXPs?
Thanks for the advice!
I was using GalDrivePod v1.2.oxp to test multiple galactic jumps...and wouldn't you know it, this is in GalDrivePod_main_script.js:
player.ship.galacticHyperspaceBehaviour = "BEHAVIOUR_ALL_SYSTEMS_REACHABLE";
It mostly makes sense that it's there, because GalDrive Pods allow you to reach unreachable systems and then Gal. jump out later.
...However the all systems reachable is "fired" at this moment:
this.shipWillEnterWitchspace
...meaning there's no time window to change its behavior.
Ugh, there's just no easy way here! Putting that line inside instal_gh_script.js wouldn't help -- then you'd only get the desired results *AFTER* installing the first GalDrive Pod...not for your original Gal. Drive. It also needs to do a few checks to see if other OXPs haven't already changed the behavior to something other than the default behavior or similar conflicts to what I observed will occur.