[Scummvm-tracker] [ScummVM] #10604: ZVISION: ZGI: Unresponsive black screen in Jack's shop

Torbjörn Andersson trac at scummvm.org
Sun Jul 8 08:04:22 CEST 2018


#10604: ZVISION: ZGI: Unresponsive black screen in Jack's shop
------------------------------------+-----------------------------
  Reporter:  Kurufinwe21            |      Owner:  (none)
      Type:  defect                 |     Status:  new
  Priority:  normal                 |  Component:  Engine: ZVision
Resolution:                         |   Keywords:
      Game:  Zork Grand Inquisitor  |
------------------------------------+-----------------------------

Comment (by eriktorbjorn):

 Here are the scripts from the CD version.

 The pp1f scene plays the cutscene itself:

 {{{
 puzzle:10826 {  # pp1f_talk_start
     criteria {
         [10803] = 1     # pp1f_video_flag
     }
     results {
         action:assign(01001, 15)        # universe_sound_controller
         action:assign(10803, 0) # pp1f_video_flag
     }
 }

 puzzle:10827 {  # pp1f_unleash_the_dm
     criteria {
         [10826] = 1     # pp1f_talk_start
         [01001] = 0     # universe_sound_controller
     }
     results {
         action:assign(10803, 0) # pp1f_video_flag
         action:crossfade(10262 01012 -1 0 55 0 1000)    # NULL
         action:stop(10262)      # p_radio_playing
         action:streamvideo(pp1em022.avi 0 0 639 343 0 0)
         action:assign(10250, 0) # p_listen_to_the_music
         action:dissolve()
         action:change_location(p, e, 10, 721)
     }
 }
 }}}

 The pp1g scene moves the player to pp1f, not pp1h:

 {{{
 puzzle:10836 {  # pp1g_times_up
     criteria {
         [10803] = 1     # pp1f_video_flag
         [00009] ! 5     # Inventory
     }
     results {
         action:dissolve()
         action:change_location(p, p, 1f, 0)
     }
     flags {
         once_per_inst
     }
 }
 }}}

 There is no pp1h.

 I need to think more about this after breakfast.

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


More information about the Scummvm-tracker mailing list