[ scummvm-Bugs-1677840 ] SQ2: Walk glitch

SourceForge.net noreply at sourceforge.net
Sat Mar 10 14:14:16 CET 2007


Bugs item #1677840, was opened at 2007-03-10 14:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1677840&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Actor behavior
Group: Space Quest 2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: SQ2: Walk glitch

Initial Comment:
English DOS version
Latest SVN snapshot

After you have crash landed on the planet, if you walk towards the wreckage from behind, Roger doesn't stop until he's visible through the wreckage. This glitch does not happen with DOSbox or NAGI.

It could be a problem with checkPriority(). If I change that to always return 1, I can walk right through the wreckage. The corresponding function in NAGI appears to be obj_chk_control().

NAGI's objs_step_update() triggers when Y reaches 144 to move you back to 143. Our updatePosition() triggers when Y reaches 145 and moves you back to 144. Assuming they handle coordinates the same way, something's different.

(This was tested with a rather old version of NAGI. I haven't checked if there's a newer one.)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1677840&group_id=37116




More information about the Scummvm-tracker mailing list