- Jun 10, 2017
- 10,864
- 16,015
deusexvagina be more careful when part of the information depend of a choice that the player can possibly haven't made.
By example, if you ask Laura to hack Xylon, instead of firstly talk to the researchers, then the way she later announce that a guy form the lab have been found dead, have no sense. It can't be the guy they just talked to, since they talked to no one ; at first I was wondering why she didn't said "the father", since it's the only guy encountered in my play.
You wrote the code so that, after talking to the researchers, it will fall back to Laura hacking them, and apparently stayed in this way for the following part of the game ; totally forgetting that it was an optional choice. But like you presented the choice in the opposite way (hacking is the first option), many players will never talk, and so wonder who "the guy" can be.
Anyway, even if the choice were in the right order, you should never assume that all players will follow this order and, like said above, be more careful about that.
You used the
By example, if you ask Laura to hack Xylon, instead of firstly talk to the researchers, then the way she later announce that a guy form the lab have been found dead, have no sense. It can't be the guy they just talked to, since they talked to no one ; at first I was wondering why she didn't said "the father", since it's the only guy encountered in my play.
You wrote the code so that, after talking to the researchers, it will fall back to Laura hacking them, and apparently stayed in this way for the following part of the game ; totally forgetting that it was an optional choice. But like you presented the choice in the opposite way (hacking is the first option), many players will never talk, and so wonder who "the guy" can be.
Anyway, even if the choice were in the right order, you should never assume that all players will follow this order and, like said above, be more careful about that.
You used the
visitedXylonMedical
flag above, to deal with the fact they tried to talk first, you should have kept using it for any dialog related to this visit ; therefore also to alter Laura talk regarding her discovery.