[Scummvm-tracker] [ScummVM] #10751: QFG4: Rope obscured by bkg when rescuing Igor

Vhati trac at scummvm.org
Wed Dec 5 05:46:17 CET 2018


#10751: QFG4: Rope obscured by bkg when rescuing Igor
--------------------------------+----------------------------
  Reporter:  Vhati              |      Owner:  (none)
      Type:  defect             |     Status:  new
  Priority:  low                |  Component:  Engine: SCI
Resolution:                     |   Keywords:  SCI32 original
      Game:  Quest for Glory 4  |
--------------------------------+----------------------------

Comment (by Vhati):

 Maybe I could tweak the signal value the ropes are instantiated with?

 script 500
 {{{
 (instance rope1 of Actor
         (properties
                 x 100
                 y -10
                 view 502
                 signal $6000
         )
 )

 (instance rope2 of Actor
         (properties
                 x 127
                 y -5
                 view 502
                 loop 1
                 signal $6000
         )
 )
 }}}

 That'd be tidy. Except I don't know how to disassemble/patch those blocks.

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


More information about the Scummvm-tracker mailing list