Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Translation + Other research progress..

I tried to translate monster and NPC in libconfig_twn.dat. However, no changes are made But I can change Some, such as the login, Exit, SaveAccount, ID, PW.
Please help me with a solution, thanks.
iostream - Translation + Other research progress.. - RaGEZONE Forums
iostream Skype contact me please?.
iostream ผมขอ Skype ติดต่อหน่อยได้ไหมครับ



iostream - Translation + Other research progress.. - RaGEZONE Forums
 
Last edited by a moderator:
I don't really want to bump this, but about "unknown command 2001", I'm not the person who found it. I'm not sure if the person wants me to say their name, so I won't.
 
This will generate the .idx file from the libconfig xml. It requires grep and gawk to be installed and in your path (tested with gnuwin32 packages), and the extra first byte of the xml file to be removed:

View attachment 151754

Usage: idxgen [libconfig_xxx.xml file] [destination .idx file]

So, i decided to try using your tool to generate a idx file, but i can't figure why it isn't working.

I've downloaded the GnuWin32's Grep and Gawk Packages, installed it, and put your files inside it's bin directory (where the grep.exe and gawk.exe files are). So, i try to run the command "idxgen libconfig_twn.xml libconfig_twn.idx", and all i end up with is a blank libconfig_twn.idx file, nothing written on it.

I did remove the first byte of my xml file, it starts off as
<?xml version="1.0"

I don't know if my issue is related to iceblade112's solution, but there isn't any <TABLE name="(\w+)" in my files, on either the .awk or the idxgen.bat.

Anyone still active would mind helping with this?

----------------------------------------------------------------------

Is no one really gonna even try to help?

Seriously, that's why developer communities such as this one are always gonna die quickly...
 
Last edited by a moderator:
The batch file... o-o

But there are no errors, the file is created, just not written... (Well, unless the code on the batch file is incorrect) Anyway, here's what it shows with the timeout:

iostream - Translation + Other research progress.. - RaGEZONE Forums


I've worked on translating quite few stuff on the xml when i saw this, but now that i'm trying it just won't generate the lines on the idx file. :/:
 
But there are no errors, the file is created, just not written... (Well, unless the code on the batch file is incorrect) Anyway, here's what it shows with the timeout:

iostream - Translation + Other research progress.. - RaGEZONE Forums


I've worked on translating quite few stuff on the xml when i saw this, but now that i'm trying it just won't generate the lines on the idx file. :/:

Yeah, uh.. hm..
I've seen this before. I don't remember the fix.
 
Then im stuck again... Is there anyone else who knows what could be causing this?

How to use gawk and grep

1.Download three files
gawk-3.1.6-1-bin.zip

grep-2.5.4-bin.zip
grep-2.5.4-dep.zip


2.Extract and copy necessary file
copy gawk-3.1.6-1-bin\bin\gawk.exe idxgen
copy grep-2.5.4-bin\bin\grep.exe idxgen
copy grep-2.5.4-dep\bin\libiconv2.dll idxgen
copy grep-2.5.4-dep\bin\libintl3.dll idxgen
copy grep-2.5.4-dep\bin\pcre3.dll idxgen
copy grep-2.5.4-dep\bin\regex2.dll idxgen

3.Execute
cd idxgen
idxgen libconfig_twn.xml libconfig_twn.idx
 
nice work!:cool:


I tried to encryption W3VISLK file
 
Last edited:
Back