Ejemplo n.º 1
0
 public static void load(int file, byte[] fileData)
 {
     try {
         Stream  stream  = new Stream(fileData);
         Class18 class18 = new Class18(stream, 0);
         int     k1      = stream.readUnsignedWord();
         animationlist[file] = new Class36[(int)(k1 * 3.0)];
         int[] ai  = new int[500];
         int[] ai1 = new int[500];
         int[] ai2 = new int[500];
         int[] ai3 = new int[500];
         for (int l1 = 0; l1 < k1; l1++)
         {
             int     i2      = stream.readUnsignedWord();
             Class36 class36 = animationlist[file][i2] = new Class36();
             class36.aClass18_637 = class18;
             int j2 = stream.readUnsignedByte();
             int l2 = 0;
             int k2 = -1;
             for (int i3 = 0; i3 < j2; i3++)
             {
                 int j3 = stream.readUnsignedByte();
                 if (j3 > 0)
                 {
                     if (class18.opcode[i3] != 0)
                     {
                         for (int l3 = i3 - 1; l3 > k2; l3--)
                         {
                             if (class18.opcode[l3] != 0)
                             {
                                 continue;
                             }
                             ai[l2]  = l3;
                             ai1[l2] = 0;
                             ai2[l2] = 0;
                             ai3[l2] = 0;
                             l2++;
                             break;
                         }
                     }
                     ai[l2] = i3;
                     short c = 0;
                     if (class18.opcode[i3] == 3)
                     {
                         c = (short)128;
                     }
                     if ((j3 & 1) != 0)
                     {
                         ai1[l2] = (short)stream.readShort2();
                     }
                     else
                     {
                         ai1[l2] = c;
                     }
                     if ((j3 & 2) != 0)
                     {
                         ai2[l2] = stream.readShort2();
                     }
                     else
                     {
                         ai2[l2] = c;
                     }
                     if ((j3 & 4) != 0)
                     {
                         ai3[l2] = stream.readShort2();
                     }
                     else
                     {
                         ai3[l2] = c;
                     }
                     k2 = i3;
                     l2++;
                 }
             }
             class36.stepCounter     = l2;
             class36.opcodeLinkTable = new int[l2];
             class36.modifier1       = new int[l2];
             class36.modifier2       = new int[l2];
             class36.modifier3       = new int[l2];
             for (int k3 = 0; k3 < l2; k3++)
             {
                 class36.opcodeLinkTable[k3] = ai[k3];
                 class36.modifier1[k3]       = ai1[k3];
                 class36.modifier2[k3]       = ai2[k3];
                 class36.modifier3[k3]       = ai3[k3];
             }
         }
     }catch (Exception exception) { }
 }