256
Modding / Re: Misc modding questions that are too minor to warrant their own thread
« on: April 13, 2020, 06:37:17 PM »Ah - your best/only bet might be to temporarily remove the star anchor jump-points from hyperspace. Either that, or temporarily giving it a sensor profile - i.e. something like:
jumpPoint.setSensorProfile(<some number>);
jumpPoint.setDiscoverable(true);
That *might* also work as far as concealing stars.
That's really funky, but if it works is also genius. I'll do some fiddling and see if that works out. Thanks