-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load game (especially from in game) launches the ship automatically. #878
Comments
Yes, I find this especially true when you have docked with a base that is transiting the system. Since that base may simply not be there the next time you load the game, you are left in space. |
We shouldn't have any transient bases that do not exist between game runs that one could save at. |
When you dock at a transiting ship (not base), the game should save this ship as a base of operations. I think it sometimes does. When you take off, you should take off from the same coordinates and into the same scenario (enemy ships) you left. For now. Yes. We can consider sleeping at an inn and launching again at a different system. It's doable, but raises questions. If you attack a capital ship with a fighter and then run and dock at a merchant ship. Should you really be secure? The simplest solution is to limit docking to system objects, like in WC. These can be capital ships but they would be treated as space stations and orbit something. That may solve the bug. |
The simple solution unfortunately does not work, because sometimes there is a base transiting a system. |
Those would be Anything transitioning through the system should be officially part of the solar system and therefore exist from run to run and not ephemeral; in such case it should be okay to load wherever that object is in the system even if its not in the same place it was when the game wrote the saved file. |
The game will automatically launch the ship in certain situations.
Test 1st scenario
2nd scenario
This is probably because the save game does not properly save random ships.
The text was updated successfully, but these errors were encountered: