Opened 5 years ago

Closed 5 years ago

#10823 closed defect (fixed)

QFG4: Reading 3, The Devil is dealt is instead of Death

Reported by: Vhati Owned by: bluegr
Priority: normal Component: Engine: SCI
Version: Keywords: SCI32 original has-pull-request
Cc: Game: Quest for Glory 4

Description

ScummVM 2.1.0git3965-ge6dbdb880f (Dec 02 2018 04:18:06)
Windows 7 64bit
QFG4 CD (English)

The fortune teller's third reading displays a right-turned "The Devil" card, but messages say it is "Death".

The original interpreter also does this.

File - 5kb MD5 - Full MD5
RESOURCE.000 - 263dce4aa34c49d3ad29bec889007b1c - 1364ba69e3c0abb68cc0170650a56692
RESOURCE.AUD - c39521bffb1d8b19a57394866184a0ca - 71098b9e97e20c8941c0e4812d5f906f
RESOURCE.MAP - aba367f2102e81782d961b14fbe3d630 - 801a04cc6aa5d437681a2dd0b6545248
RESOURCE.SFX - 3cf95e09dab8b11d675e0537e18b499a - 7c858d7253f86dab4cc6066013c5ecec

Change History (5)

comment:1 by Vhati, 5 years ago

Occurs in the floppy edition under ScummVM, and its original interpreter, too.


QFG4 Floppy 1.1a + note patch (English)

File - 5kb MD5 - Full MD5
RESOURCE.000 - f64fd6aa3977939a86ff30783dd677e1 - ff42260a665995a85aeb277ad80aac8a
RESOURCE.MAP - d10a4cc177d2091d744e2ad8c049b0ae - 3695b1b0a1d15f3d324ea9f0cc325245
RESOURCE.SFX - 3cf95e09dab8b11d675e0537e18b499a - 7c858d7253f86dab4cc6066013c5ecec

comment:2 by Vhati, 5 years ago

Quick and dirty way to skip to reading 3.

  • Create a new character. Any kind.
  • Wake up in the starting room.
  • Set plot flags for having seen reading 1 and reading 2 (297, 298).
    • vv g 518 96
  • Teleport into the tarot room.
    • room 475

comment:3 by Vhati, 5 years ago

script 475 - sThirdReading::changeState()

(15
	# "The Devil"
	(= loc0_myCardView 1018)
	(= loc2_myCardPile 3)
	(g0_hero setScript: sShowCard self)
)
(16
	(loc1_myCard setPri: 0)
	# "An inverted Death! This signifies stagnation.
	#   She has not grown beyond the past.
	#   Rather, she is trapped by immobility."
	(g91_gloryMessager say: 1 6 35 0 self)
)
Last edited 5 years ago by Vhati (previous) (diff)

comment:4 by Vhati, 5 years ago

Keywords: has-pull-request added

Pull Request: SCI32: Fix QFG4 third tarot reading

comment:5 by bluegr, 5 years ago

Owner: set to bluegr
Resolution: fixed
Status: newclosed

Thanks for your work! The pull request has been merged, so this can be closed now

Note: See TracTickets for help on using tickets.