Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: [0.8.1a] Issue with procurement mission pirate fleet  (Read 903 times)

Histidine

  • Admiral
  • *****
  • Posts: 4688
    • View Profile
    • GitHub profile
[0.8.1a] Issue with procurement mission pirate fleet
« on: August 03, 2018, 08:41:20 PM »

Encountered by at least one person on the Discord channel:

The check for pirate fleet spawning in the procurement mission runs in advance() rather than something like reportFleetJumped(). One effect of this is that if the player doesn't initially have the needed commodities to complete the mission, but picks them up while in hyperspace, the pirates will materialize out of thin air fairly close to the player. This has an obviously "gamey"/immersion-breaking impression.
A couple of mods add ways to acquire commodities while in hyperspace, but in principle it could happen simply from post-battle salvage.

This could be fixed by trying to make sure the pirate fleet spawns somewhere outside of the player's scanner coverage (taking into account terrain modifiers like deep hyper), although doing so might make it start too far away for the normal encounter case (ambush when leaving a star system). Or perhaps the pirate spawn check should only happen on entering hyperspace, rather than at periodic intervals?
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24128
    • View Profile
Re: [0.8.1a] Issue with procurement mission pirate fleet
« Reply #1 on: August 03, 2018, 09:05:57 PM »

Thanks for the report! I'd actually removed the pirate fleet bit from the procurement mission, so that ought to fix it entirely :)
Logged