Classic/Legacy/Interlude Dat Editor

Deazer

Head Developer
Staff member
All versions included Editor for DAT, ini, htm files
Requirements: JDK 17
DOWNLOAD FILE AT THE VERY BOTTOM Lucera2DatEditor.zip

Редактор клиента. dat ini htm для ВСЕХ ревизий нашего проекта
Требования: JDK 17
ФАЙЛ ДЛЯ СКАЧИВАНИЯ В САМОМ НИЗУ Lucera2DatEditor.zip

Configs for Interlude:
1729956106271.webp

For Classic:
1729956149663.webp

For Legacy:
1729956203773.webp

Author of original code Backe - GodWorld
 

Attachments

Last edited:
does not want to load 3 specific dats....
the other 2 are minor but without chargrp, the client give crit
am i missing a config or something?
tested on the classic files provided from here on the forum
Untitled.webp
 
Missed structure, I will try to add it. Thx for a report.
maybe there is a bit more,
after the unpacking, there are 4-5 .dats
that are not decrypted correct
and when you go to pack all
you get errors like this:
2222led.webp

for this specific error, this is the reason:
3333333d.webp

so, the term [skill_end] has to do with structure also?
 
actually only 2 files have a "wrong" decrypted items
its about: GameDatabase.dat and MobSkillAminGrp.dat
here is the gamedatabase error
444444d.webp

here the editor does not recognize numbers as a format for "type" or what?
if you can fix those errors it's 100% working.
 
You have some bugs in your datasheets, you need to find them and fix them.

brother we have been past this multiple times, i have a normally working editor
and a corected client, this is not about L2GameDataName.....

i just tried this editor and:
this is not about duplicate "[[" or "None" written "none"
this is a missing structure in editor as deazer said and i posted exact errors and lines with examples in order to help deazer fix the shared editor.
maybe this is related to decryptor, because it's only 1 type and only 1 param that give errors.
 
Народ, может кто-нибудь допилить и скомпилировать, чтобы, если строка содержит эскейп-последовательность (\n), редактор игнорировал её?
Сейчас получается, что форматирование файла сбивается, строка делится сразу на несколько, после сохранения файла, соответственно, в игре тоже всё плывёт.

Имеем:
Code:
item_name_begin    id=9303    name=[Доспех Божественной Защиты]    additionalname=[Уровень 1]    description=[]    popup=-1    set_ids=[9302,9304,9305,9306]    set_bonus_desc=[STR +3
P. Def. +10%
Max HP +1200
Çàùèòà îò âîäû +10]    set_extra_id=[9320]    set_extra_desc=[set_extra_desc]    unknown_1=0    unknown_2=0    set_enchant_count=6    set_enchant_effect=[Åñëè âñå ïðåäìåòû êîìïëåêòà óëó÷øåíû íà +6 è âûøå, òî ïîâûøàþòñÿ ïîêàçàòåëè ôèçè÷åñêîé çàùèòû è ÕÏ]    item_name_end

Должно быть:
Code:
item_name_begin    id=9303    name=[Доспех Божественной Защиты]    additionalname=[Уровень 1]    description=[]    popup=-1    set_ids=[9302,9304,9305,9306]    set_bonus_desc=[STR +3\nP. Def. +10%\nMax HP +1200\nÇàùèòà îò âîäû +10]    set_extra_id=[9320]    set_extra_desc=[set_extra_desc]    unknown_1=0    unknown_2=0    set_enchant_count=6    set_enchant_effect=[Åñëè âñå ïðåäìåòû êîìïëåêòà óëó÷øåíû íà +6 è âûøå, òî ïîâûøàþòñÿ ïîêàçàòåëè ôèçè÷åñêîé çàùèòû è ÕÏ]    item_name_end
 
new dialect
Åñëè âñå ïðåäìåòû êîìïëåêòà óëó÷øåíû íà +6 è âûøå, òî ïîâûøàþòñÿ ïîêàçàòåëè ôèçè÷åñêîé çàùèòû è ÕÏ
how are you decrypting files in the first place? 1-1?
 
This happens when use "a," (ascii) before cyrillic text instead of "u," (unicode)
i wish i could help, but i don't even understand where and why you use this ascii text.

maybe i am out of context on this one.

maybe i am starting to understand, i remember i have read somewhere that the language on your system has to do something about it. maybe this?
 
The ascii text doesnt matter
My question was related when opening file, L2ClientDat must ignore "\n" (string escape)
 
The ascii text doesnt matter
My question was related when opening file, L2ClientDat must ignore "\n" (string escape)
how do you open file?
you press open each file or all?Untitled.webp

must ignore "\n" (string escape)
+ i have not seen this one until now. only if it is related to your windows language, maybe i am wrong i don't know at all, just some days ago read something similar
 
*FACEPALM*
Извиняюсь, тупняк поймал какой-то, надо было просто Formatter отключить...))
 
Back
Top