If any are found feel free to report them here, I and will try and fix them in the future.
I know the late game is very buggy, and i will be working to fix all issues as soon as possible.
i finished the repair puzzles and power want out. now i can't do anything.
https://drive.google.com/file/d/1OMYwA_ggkZbvEeRKxIntG8goJavztYPV/view?usp=shari...
And in the final set of repairs under the timer for engine meltdown, I am getting stuck in a loop of “+ 30 Seconds” (which should perhaps be “+30 Seconds”, removing the extra space). The dialog box keeps on popping back up and preventing me from completing the current repair (but at least the engine will never meltdown?)
And in the final set of repairs under the timer for engine meltdown, I am getting stuck in a loop of “+ 30 Seconds” (which should perhaps be “+30 Seconds”, removing the extra space). The dialog box keeps on popping back up and preventing me from completing the current repair (but at least the engine will never meltdown?)
Edit: Ah, this seems to be the same bug reported by “Horride The Bunny” on the “topics” page up a level form this “Bugs/Typos” one.
During the engine meltdown:
Bugs:
1. The game console in the crew room has a plot error; images from the second trimester appear instead of the first trimester, and the AI's portrait doesn't disappear.
2. During repairs, ignoring the computer on the left may lead to repair errors.
3. During repairs, a strange bug occasionally occurs where two final repairs are required, or a malfunction replaces the completed repair. Even a second power outage can render interaction impossible.
4. Power outages and repair events stacking together can cause errors. In the third level (second trimester), if you return to the crew room, you will be unable to interact with food, resulting in permanent confinement.
5. A very small chance of encountering unsolvable puzzles that require SL to solve.
6. Engine puzzles have bugs.You must SL to continue.
7. In the first level, during the repair period, the player investigates the illustration in the cockpit and finds it to be non-pregnant.
8. Power outages and entering the map or investigation events stacking together may cause the following bugs: the game freezes, the character cannot move (but the menu can be opened), the protagonist's portrait or character portrait remains on the screen. Events cannot continue, resulting in a soft lock on the story.
To be precise, these are all event logic bugs; the character art issue is a switch error.
Also, a common problem with engines from RPG 2003 to the present: A delay buffer (i.e., event waiting for sorting) must be added to events. Otherwise, processing two events concurrently will cause soft locking or the second event to become invalid.
Even if the event needs to be activated later, an empty event prerequisite should be added according to the layer, and then enabled using a switch to prevent the "no prerequisite refreshed" bug.