-
Notifications
You must be signed in to change notification settings - Fork 39
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
Dr. Wong does not show his "in-depth description" #165
Comments
Makes sense, although implementing this cuts off the dialog for stupid characters early, no sure if will have any effect on quests. |
…allout2_Restoration_Project#167 2. Fix Dr. Wong's description and let him remember stupid characters. BGforgeNet/Fallout2_Restoration_Project#165 3. Fix spelling in Klamath's and Modoc's children dialog, remove mentions of Torr from Modoc's children dialog. BGforgeNet/Fallout2_Restoration_Project#163 4. Fix int check when asking Bishop about Carlson's health. BGforgeNet/Fallout2_Restoration_Project#166
Good catch about the dialog being cut off early. Looking into this further, the change as implemented prevents a stupid character from completing the decomposing body quest. I believe lines 273-278 should be moved to between 383 and 384.
I think that solves all problems. |
If you refer to "missing biology corpse", I think it's normal that stupic PC doesn't get to return it. Stupid ones miss on a lot of content throughout the game. |
The "missing biology corpse" quest has stupid dialogue
and is referenced in the scripting
so I believe lines 273-278 should still be moved to between lines 383 and 384. |
OK, I moved it into a separate procedure, which I think should allow for closer match with upu source. |
What happened
In my last playthrough, Dr. Wong Yi Tze would not show his "in-depth description" (line 101 of his fcdrwong.msg) when looking at him after learning his name.
For example, whenever I would look at Dr. Wong, the dialogue box would always say "You see a short, rotund Shi man." instead of "You see Dr. Wong Yi Tze."
If we look at it has the following code to determine what text string to output.
However Dr. Wong's script doesn't ever say the following anywhere in the script
set_local_var(LVAR_Herebefore, 1);
All other San Francisco scripts I looked at (Crocket, Dr. Sheng, Dr. Fung Dr. Jing Tie Gahng) had the "set_local_var(LVAR_Herebefore, 1);" statement.
I wrote down in my notes "can't see names of some scientists in San Francisco". I think the above hyperlinks include all named doctors in San Francisco but if you know I forgot a named doctor, please check that doctor's script file for a missing "set_local_var(LVAR_Herebefore, 1);"
What you expected to happen
Dr. Wong should show his "in-depth description" ("You see Dr. Wong Yi Tze.") when you look at him after meeting him.
Screenshot
I don't have a screenshot as I actually wrote this down for a playthrough I did a year ago and I don't have the save file anymore. However, I would imagine referencing the specific issue in github files should be good enough though.
Savegame
I don't have a screenshot as I actually wrote this down for a playthrough I did a year ago and I don't have the save file anymore. However, I would imagine referencing the specific issue in github files should be good enough though.
The text was updated successfully, but these errors were encountered: