-
Notifications
You must be signed in to change notification settings - Fork 30
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
Object highlighting seems to work a bit inconsistently #210
Comments
Highlighting is implemented 100% by hand, so there are probably still a bunch of bugs like these lurking. There's no way to fix this bug in a general way, so I think the thing to do is just to file individual bugs as you find them. FWIW, I've filed a few bugs for object highlighting over the years, and I'm 99% sure that all of the objects you'd reasonably need to interact with to win the game are correctly highlighted. Even better, you could file PRs to fix them! |
That would require me to learn Inform 7 first, and I don't even have the compiler installed. :-) |
The two things you mentioned should be highlighted now. |
Since this bug report is still open... When I entered the Fish Market, I saw:
Should "woman" have been highlighted? And when I entered the Docks:
Should "public-service posters" be highlighted? I've seen other posters that were. |
As suggested by @eriktorbjorn in issue #210.
Done. Keep 'em coming! |
Another possible one: "The discarded stuffed octopus lies on the ground, looking sadly at us." |
Fixed. Thanks! |
Some more: “This one has been tied to Atlantida’s hand alongside the olive branch she traditionally carries.” should perhaps highlight "olive branch". (I also noticed it seems to refer to the "olive branch" even if it has been transformed into a "live branch".) "It takes a little more care with aim than usual, but we do manage to strike the olive branch, turning it into a live branch. It goes green and healthy at once.” highlights neither the "olive branch" nor the "live branch". |
Fixed! |
In most places, the "exits" command will list the directions in bold text. (Not something I would have expected, but that's the way it is.)
But I found one exception in my apartment bathroom:
Where neither the window nor south is highlighted. This text is also used in the room description. Actually, the window seems to not be highlighted more often than it is. Maybe it's only highlighted when it's described as a "bathroom window", like in this exchange?
So maybe that particular thing is a feature...? |
As you have seen, when highlighting is on, the "printed name" property of things and directions is always displayed in bold. That is why "bathroom window" is bold in
(from the standard rules) but not in
So there is no real guiding principle at work here. Anyway, I tried fixing the things you mention in 9c5cbe9. |
As suggested by @eriktorbjorn in issue i7#210.
With the caveat that I'm still very early in the game...
Since the kind of wordplay in this game is hard for a non-native speaker like me, I'm running the game with "highlight on". This really helps, but I've noticed at least two places where I thought to myself "shouldn't that word be highlighted?"
One was at the Park Center:
Shouldn't "horses" be highlighted as well, since they're separate from the sculpted figures, and can be transformed?
The second was at High Street:
Should "signs" be highlighted? Even if I don't think I can do much with them except reading them.
The text was updated successfully, but these errors were encountered: