Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Translation + Other research progress..

Newbie Spellweaver
Joined
Aug 15, 2008
Messages
36
Reaction score
1
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:
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
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:
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
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. :/:
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
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.
 
Initiate Mage
Joined
Oct 24, 2015
Messages
1
Reaction score
1
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
 
Newbie Spellweaver
Joined
Nov 15, 2015
Messages
36
Reaction score
14
nice work!:cool:


I tried to encryption W3VISLK file
 
Last edited:
Initiate Mage
Joined
Oct 5, 2015
Messages
4
Reaction score
13
It's Merry Christmas!
If you like to decorating a room, try to decorate MyCamp together.
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top