Opened 7 years ago
Closed 7 years ago
#10296 closed defect (fixed)
SCI: QFG1VGA: No Glow or Fireflies in globe at Yorick's room
Reported by: | EricOakford | Owned by: | wjp |
---|---|---|---|
Priority: | low | Component: | Engine: SCI |
Version: | Keywords: | qfg1vga | |
Cc: | Game: | Quest for Glory 1 |
Description
ScummVM: 1.10.0git5200-g3e195361db
Game: Quest for Glory I VGA 2.000
OS: Win7-64
Upon entering Yorick's maze, the globe above Yorick should glow and have fireflies in it. These objects don't appear in ScummVM, but do appear in the original interpreter. The script for the room is 96, while the script for the room's objects is 98.
Change History (3)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is now fixed by 0f98a60d354ba9fcd4b6263512afaac7e7b0f2be in master. Thanks for catching this!
Note:
See TracTickets
for help on using tickets.
These visual effects are conditional on global87 being at least 3. Global87 is set depending on the result of the speedtest on startup (script 299) to 0-3, with 3 being the fastest.
Our speed throttler may need to be fine-tuned for this.