vaxon wrote:I did a successful jump to Laenin and disabled weapon systems before entering the station.
When I left the station the reticle stopped working again.
And that's the final clue needed to solve this. Thank you for your patience so far.
Here's the problem. Target Reticle OXP works by:
1) Installing the equipment
2) Turning on reticle sensitivity, then setting a mission variable so it gets turned on again when you load a game
3) Removing the equipment (which is why it doesn't appear in your list, presumably so it can't be damaged independently of the scanner targeting enhancement)
A consequence of this is that if your HUD changes, reticle sensitivity gets reset to whatever the default value for your HUD is, and doesn't get turned back on by the OXP until the next time you load your game. This OXP
Code: Select all
/home/vaxon/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.spara.market_observer.oxz
does its work on the market screen by rapidly cycling through a range of HUDs, then returning you to your normal HUD.
As a workaround, so long as you always save and reload your game after viewing the F8 screen, you should be able to keep the reticle working. The Market Observer OXP really needs fixing to reload the reticle setting as well as the HUD, however.