[Scummvm-tracker] [ScummVM] #10430: TUCKER: Bud animation glitch in front of museum

Adrian Frühwirth trac at scummvm.org
Sat Feb 10 22:24:31 CET 2018


#10430: TUCKER: Bud animation glitch in front of museum
-------------------------+----------------------------
  Reporter:  bonki       |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  normal      |  Component:  Engine: Tucker
Resolution:              |   Keywords:  original
      Game:  Bud Tucker  |
-------------------------+----------------------------

Comment (by bonki):

 This seems to be a bug in the sprite animation sequence. Picking up an
 object from the ground uses sequence 8:

 {{{
 $ tr '\200-\377' '\000-\200' < CTABLE02.ENC | grep "stoop pick"
 dw 01,01,00,0007,0047,0048,0049,0050,0051,0052,0057,0999 ; stoop pick up
 face right 08
 }}}

 ... which is comprised of sprite numbers #47-52 and #57 (this sprite is
 part of another file, hence the gap).
 However, the height of sprite 57 seems to be wrong:

 {{{
 $ tr '\200-\377' '\000-\200' < CTABLE01.ENC | awk -F';' '$2~/00[45][^0]/'
 dw 205,000,025,054,004,000 ;0041
 dw 267,000,027,054,004,000 ;0042
 dw 019,054,027,054,004,000 ;0043
 dw 079,054,026,054,002,000 ;0044
 dw 141,054,026,054,002,000 ;0045
 dw 204,054,025,054,002,000 ;0046   Stoop pick up object
 dw 265,054,029,054,002,000 ;0047   and put in jacket
 dw 019,108,036,054,004,000 ;0048
 dw 080,108.040,054,004,000 ;0049
 dw 204,108,038,054,004,000 ;0051
 dw 267,108,024,054,004,000 ;0052
 dw 002,162,026,020,001,000 ;0053   Head chew gum cont. Bud_1.lbm
 dw 034,162,026,020,001,000 ;0054
 dw 066,162,026,020,001,000 ;0055
 dw 098,162,026,020,001,000 ;0056
 dw 018,000,025,024,002,000 ;0057   Stoop pick up object contd.
                ^^^
 dw 187,000,028,054,000,000 ;0058   Facing up picking up
 dw 219,000,029,054,000,000 ;0059   from waist height
 }}}

 53-56 are head-only sprites but the rest are full-body sprites so #57
 should also be 54 pixels high instead of 24, just like the rest of the
 sequence.

--
Ticket URL: <https://bugs.scummvm.org/ticket/10430#comment:3>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list