daid / EmptyEpsilon

Open source bridge simulator. Build with the SeriousProton engine.
https://daid.github.io/EmptyEpsilon/
GNU General Public License v2.0
533 stars 180 forks source link

Scenario 08 atlantis stuck in mission state #584

Open Fank opened 6 years ago

Fank commented 6 years ago

I rechecked the code and it looks like we stuck here, because we never triggered it: https://github.com/daid/EmptyEpsilon/blob/1716e22743101136c289947ef8e267c520411c3e/scripts/scenario_08_atlantis.lua#L413-L419

Because we went through the wormhole, in to the territory with a lot of Kraylor: https://github.com/daid/EmptyEpsilon/blob/1716e22743101136c289947ef8e267c520411c3e/scripts/scenario_08_atlantis.lua#L403-L409

And then we headed down/south for about 25-30U to get out of the enemy territory. Then continue to fly to B20 to reach the jump carrier. After we were next to it we could dock it at (B20), but it did nothing. Headed back to the HQ, still no option to do something.

daid commented 6 years ago

That scenario indeed still has a bunch of bugs. I pushed the notes from my latest play session: https://github.com/daid/EmptyEpsilon/commit/1716e22743101136c289947ef8e267c520411c3e

So there are more things still wrong with it.

Fank commented 6 years ago

Some background information, we docked to the jump carrier for the first "jump" to B20 and undocked because of some stupidness and waited to return, after it was back we docked again and jump with the carrier to B20. Everthing worked fine here i wasn't sure if this info may helps.

oznogon commented 4 years ago

Did PR #608 fix this?

Fank commented 4 years ago

I haven't checked it yet.