Opened 21 years ago

Closed 21 years ago

#890 closed defect (fixed)

Indy3: Can't give roast boar to dog.

Reported by: SF/dfabulich Owned by: fingolfin
Priority: normal Component: Engine: SCUMM
Version: Keywords: script
Cc: Game: Indiana Jones 3

Description

Using the attached save, attempt to give the roast boar to the dog. (The dog is off to the left.) Indy will walk towards the dog, then stop and do nothing. This is a plot stopper.

Win2K, ScummVM 0.4.2cvs, Built on Jun 13 2003 09:34:32.

Ticket imported from: #755113. Ticket imported from: bugs/890.

Attachments (1)

indy3.s01 (56.5 KB ) - added by SF/dfabulich 21 years ago.
Saved game in Vogel's office

Download all attachments as: .zip

Change History (5)

by SF/dfabulich, 21 years ago

Attachment: indy3.s01 added

Saved game in Vogel's office

comment:1 by SF/sebster82, 21 years ago

Yep, having the same problem (WinXP, same SummVM- version)!

comment:2 by SF/segra, 21 years ago

i got some problem on todays cvs, interesting problem because i completed indy256 about 2weeks ago with no problem.

comment:3 by SF/segra, 21 years ago

Line 2416 of script_v5.cpp recently was changed to

dist = a2->scalex * a2->width / 0xFF;

from

dist = a2->scalex * a->width / 0xFF;

if you change it back, you can complete the game. cvs note is, "some walk fixes"

comment:4 by fingolfin, 21 years ago

Owner: set to fingolfin
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.