Changeset 23 for trunk/www/emulator.php


Ignore:
Timestamp:
Jun 12, 2009, 10:46:19 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Neověřená funkce pro generování map a dbc souborů z klienta.
  • Upraveno: Uživatelské menu přesunuto z hlavního menu do levého panelu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/emulator.php

    r17 r23  
    6262    ));
    6363  }
     64
     65  function ExtractMaps()
     66  {
     67    $this->Task->Add('Vygenerování souborů map', array(
     68      'cd wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client',
     69      'wine emulator/'.$this->Id.'/source/contrib/extractor/ad.exe',
     70      'mv wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client/dbc wowclient/'.$this->Emulator['ClientVersion']['Version'].'/',
     71      'mv wowclient/'.$this->Emulator['ClientVersion']['Version'].'/client/maps wowclient/'.$this->Emulator['ClientVersion']['Version'].'/',
     72    ));
     73    return('Požadavek na vygenerování map zařazen.');
     74  }
    6475}
    6576
Note: See TracChangeset for help on using the changeset viewer.