-
Notifications
You must be signed in to change notification settings - Fork 49
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
Mission+ chapter 8 level 1 cannot be safely completed in Space Explorer mode #97
Comments
This part of the bug report is not strictly true. The scenario is coded is a way that guarantees a 60 second delay from the start of the level to the first lighting strike. I was able to build a PowerCaptor near the blue flag in 57 seconds in Space Explorer mode. There is, however, a different problem:
Edit: proposed solution
Build order:
|
The player has no way to know about that guarantee without digging through the game data. You cannot expect the player to make strategies based on information they're not expected to have while playing. |
Good point. My proposed solution is terrible.
Would 2 PowerCaptors be enough? The distance from the spaceship to the blue flag is 170 meters. The player does not know the radius of the zone, where the ore can be mined (unless she uses cheats or trial and error). The protection radius of the ship is 50 meters. If we don't want to risk lightning hitting and destroying the titanium cube, each PowerCaptor can only bring us 50 meters closer (because its centre has to be inside of an existing protection circle). Once built, the PowerCaptor can not be moved. This means we need 3 PowerCaptors under optimal conditions. In practice I can't find a way to safely build a path to the blue flag with less then 4 PowerCaptors due to terrain constraints. Proposed solution 2Move the blue flag and the ore patch closer to the ship. Close enough to reach with one PowerCaptor |
Mission+ chapter 8 (On Orpheon) level 1 (Logistics) cannot be safely completed in Space Explorer mode due to shortage of starting titanium cubes. You need:
That's 4 cubes in total, but you start with only 3 cubes. It is possible to complete the level anyway but you risk your grabber or builder bot getting destroyed by lightning while building the first Power Captor near the blue flag.
The text was updated successfully, but these errors were encountered: