Форматы файлов (клиент) — различия между версиями

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
(Новая страница: «= .db = * Местоположение: \element\userdata\GMLog\<roleid>\<year>-<month>-<day> * Структура (010 Editor) <pre>int countrecords; struct Reco…»)
 
м (DesmondHume переименовал страницу Форматы файлов в Форматы файлов (клиент))
(нет различий)

Версия 18:50, 23 мая 2015

.db

  • Местоположение: \element\userdata\GMLog\<roleid>\<year>-<month>-<day>
  • Структура (010 Editor)
int countrecords;
struct Record
{
    char aligment1<hidden=true>;
    int lengthtextoperation;
    wchar_t textoperation[lengthtextoperation];
    char aligment2<hidden=true>;
    int lengthmessage;
    wchar_t message[lengthmessage];
    char aligment3<hidden=true>;
    int gmid;
    struct TimeRecord
    {
        char aligment4<hidden=true>;
        short year;
        short month;
        short day;
        short aligment5<hidden=true>;
        short hour;
        short minute;
        short secund;
        short aligment6<hidden=true>;
    }time;
}records[countrecords]<optimize=false>;