Opened 3 years ago
Closed 3 years ago
#12881 closed defect (fixed)
BURIED: No Research points awarded for examining Biochip - Files
Reported by: | Thunderforge | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | Engine: Buried |
Version: | Keywords: | buried-win | |
Cc: | Game: | Journeyman Project 2: Buried in Time |
Description (last modified by )
According to three different walkthroughs (here, here, and here), you are supposed to be able to get 3 Research points for opening up "Biochip - Files" and examining each of the following
- The information on the Jumpsuit
- Agent 3's dossier
- Agent 3's profile
However, none of these are actually awarded.
Because of this bug, a perfect score of 15000 is impossible to achieve.
Reproduction steps
- Load the attached save game, which is a fresh game with 0 points on it, with Gage positioned right next to a pit in the Da Vinci era
- In your inventory, scroll to "Biochip - Files"
- Click the icon to select the biochip
- In the Biochip Display, click "Access"
- Click "Jumpsuit Overview"
- Click the down arrow three times (1 Research point is supposed to be awarded)
- Click "Return"
- Click "Agent Dossiers"
- Click "Research Unit"
- Click "Agent 3 - Visard, Michelle" (1 Research point is supposed to be awarded)
- Click "Profile" (1 Research point is supposed to be awarded)
- Click "Return"
Click "Missions" (1 Research point is supposed to be awarded)Click "Return"- In the Biochip Display, click the "Exit" button
- Walk forward one step, which will result in you falling to your death and the death screen being brought up, which shows among other things the "Research Bonus"
Expected: "Research Bonus: "3/15 x 100 = 300"
Actual: "Research Bonus: "0/15 x 100 = 0"
For good measure, I also exhaustively examined every single page in Biochip - Files, but still no points are awarded.
Versions
- ScummVM 2.3.0pre 2021-08-31
- Windows 10 Pro 20H2
- The Journeyman Project 2: Buried in Time v1.00 24BPP/Windows/English
Attachments (1)
Change History (10)
by , 3 years ago
Attachment: | buried-New Game Da Vinci.sav added |
---|
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Description: | modified (diff) |
---|
comment:3 by , 3 years ago
Description: | modified (diff) |
---|---|
Summary: | BURIED: No Research points awarded for examining Files → BURIED: No Research points awarded for examining Biochip - Files |
comment:4 by , 3 years ago
Description: | modified (diff) |
---|
comment:5 by , 3 years ago
comment:6 by , 3 years ago
Description: | modified (diff) |
---|
(Note that it seems to award points for just looking at the Agent 3 page, not for looking at the missions page. I don't know if that's correct behavior.)
Rereading the three walkthroughs, I think you are correct.
[Three research points are awarded for reading various files: 1) Jumpsuit, 2) Visard Dossier, 3) Visard Profile. 0/0/0/3]
2) And read Visard (aka Agent 3's) dossier in the Files Biochip.
Select your Files biochip and read the files on the Jumpsuit (100) and the all the TSA Agent Dossiers (100) and Profiles (100).
They all say "Dossier", not "Mission page", so that was my mistake. (The last one is incorrect, you don't have to look at all of them). I've updated the ticket description to reflect this.
FYI, there was an official strategy guide for the game that I believe was created by Presto, but I don't own it. If there's ever a debate about what is "correct" behavior for the game, that might be a good resource.
comment:7 by , 3 years ago
I've cleaned up one of my commit messages (sorry about the force push) and submitted a pull request: https://github.com/scummvm/scummvm/pull/3337
comment:8 by , 3 years ago
Keywords: | buried-win added; buried removed |
---|
comment:9 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The pull request now has been merged. The issue is fixed.
It looks to me like the bugs are in FilesBioChipViewWindow::onLButtonUp().
I don't have the time to submit a pull request just yet, but I have a work-in-progress branch at https://github.com/eriktorbjorn/scummvm/commits/buried-fix-12881
(Note that it seems to award points for just looking at the Agent 3 page, not for looking at the missions page. I don't know if that's correct behavior.)