cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
4 stars 3 forks source link

Tools - fix cross-sector passenger missions (assign destination) #68

Closed cibikle closed 9 months ago

cibikle commented 9 months ago

Somehow in a7, cross-sector passenger missions are never assigned an actual destination system in the next sector; they're continuously updated to point to the next sector after that. This can be fixed by changing ToSectorId x to ToSystemId y (where y is a reachable system).

cibikle commented 9 months ago

System in place to detect the condition; system partially in place to find reachable systems. Need to put together the modal to ask if the user wants Fair or Fast. Also need to do a lot of trails to figure out the actual void rate expansion curve. Or maybe I could just ask.

cibikle commented 9 months ago

OK, we're in business. I was actually surprised when it just worked on the first try. Obviously, it'll need to be tested a bit more, but that's tomorrow's problem.