Currently, several bugs that may occur in specific situations have been identified
1: After putting the item into the backpack, exit the main menu and click on New Game/Continue Game/Read Game. There may be a bug where items cannot be taken into the backpack. The solution is to directly press ESC and click to load the game during the game process. The reason for this bug is probably due to the lack of one step in regression initialization for "new game/continue game/read game".
2: At the moment of killing a ghost, if you step into its attack range, you will still be caught and unable to move. We actually found this bug before it was released, and I was surprised why it reappeared.
3: After archiving at the main teaching building's archive point, there is a chance that the reading file will fall to the ground. The problem with this bug is that when the game is reading files, it is actually a momentary process. However, in order to prevent the player from falling into the ground when the file reading is completed instantly and other scenes are not flashed, it is set to force a loading screen to be viewed when reading files. During this loading screen, the program background will sequentially flash out the scenes. And since the first floor of the main teaching building is relatively high, it will fall off before the building is painted. But this bug was fixed earlier, and the solution was to add a blocking volume downstairs. This time, for some reason, it recurred.
The above is under repair
Thank you, the connoisseur who found the bug
Solution:
1: If a file has been saved, pressing ESC to read it directly during the game process or reading it after death will not be a problem
The difference is that you cannot go back to the main menu. If you go back to the main menu and then read the file, you need to press the ESC or TAB button again after reading the file, and then click load again
Reading the game once means reading it twice
The fundamental problem is that if there are two large maps in the main menu for reading files, the main menu, and the game process, there is a partial saving mechanism when jumping to the map
Not being reset can be resolved by reading the file again during the game process
2: After killing the ghost, do not go to the ghost's side within a few seconds of turning it into ashes. This time is about 4 seconds
3: If it falls to the ground, press the ESC or TAB key to read the file again (this situation should only occur in the main teaching building)