How can covert eix/epk to tga/wgh..!

04/02/2012 19:37 bada1234#1
How can I convert fisiere.eix / EPK in fisiere.tga / wgh (eg root.eix to root.tga and root.epk to root.wgh) and back in tga / wgh in eix / EPK or to unpack files. tga / wgh? I put the attachment files.
Sorry for my bad english!:):rtfm:
Thank you!
04/02/2012 19:44 Aze /..#2
Create a rename.bat file.

Write this in the rename.bat

PHP Code:
ren *.eix *.tga
ren 
*.epk *.wgh 
Mark all files in the pack folder and put it on the .bat file.

Then open your extrator with HEX-Editor and search for: .eix / .epk and rename them to .tga and .wgh
Then open your metin2client.exe with hex and do the same.

I hope I could help you.