Changes between Initial Version and Version 1 of Ticket #12249, comment 3


Ignore:
Timestamp:
Oct 17, 2021, 12:30:45 PM (3 years ago)
Author:
BenCastricum

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12249, comment 3

    initial v1  
    1818[017E] (BA)     talkActor(sound(0xC6CEBD4, 0xA) + "Genau.",10)
    1919}}}
    20 The english version is identical. I suspect the difference is in "animateActor(2,248)" , but I have no experience in debugging animations.
     20The english version:
     21{{{
     22+[00BD] (BA)     talkActor(sound(0x418BB74, 0xA) + "Hey!",10)
     23+[00D6] (82)     animateActor(2,255)
     24+[00DD] (7E)     walkActorTo(5,77,140)
     25+[00E7] (A9)     wait.waitForMessage()
     26+[00E9] (A9)     wait.waitForActor(-7,5)
     27+[00F0] (9D)     actorOps.setCurActor(5)
     28+[00F5] (9D)     actorOps.setAlwayZClip(1)
     29+[00FA] (BA)     talkActor(sound(0x418E39F, 0xA) + "I wouldn't move if I were you." + startAnim(14),5)
     30+[0131] (B6)     printDebug.begin()
     31+[0133] (B6)     printDebug.msg(sound(0x9EE7F8A, 0xA) + " ")
     32+[0147] (7E)     walkActorTo(2,localvar0,localvar1)
     33+[0151] (A9)     wait.waitForActor(-7,2)
     34+[0158] (82)     animateActor(2,248)
     35+[015F] (A9)     wait.waitForMessage()
     36+[0161] (7E)     walkActorTo(5,20,130)
     37+[016B] (BA)     talkActor(sound(0x419788A, 0xA) + "Yeah.",10)
     38}}}
     39So the startAnim(14) is missing in the German version.