Search found 121 matches

by swuforce
Thu Aug 22, 2013 6:24 pm
Forum: Game Localization
Topic: Galaxy on Fire 2 Full HD [.lang]
Replies: 9
Views: 3131

Re: Galaxy on Fire 2 Full HD [.lang]

merlinsvk wrote:swuforce The Master of AutoIt :dance:
Not so. :) Its just a hobby thing, im not a programmer.
I learn it from forums, and other peoples codes. :)
by swuforce
Thu Jul 04, 2013 9:27 pm
Forum: Game Localization
Topic: DARK [.darkpack]
Replies: 19
Views: 5511

Re: DARK [.darkpack]

Quickbms script for unpack

Code: Select all

idstring "DARKPACK"
get tablesz long
get files long
for i = 0 < files
get offset long
get null long
get unk long
get null long
get size long
get namesz long
getdstring name namesz
log name offset size
next i
by swuforce
Mon Jun 17, 2013 8:54 am
Forum: Game Localization
Topic: State of Decay Text Repacker
Replies: 52
Views: 21308

Re: State of Decay Text Repacker

If you compare 2 langs ( except english ), you see the whole table thing is almost the same. So i think there are only ids, no offset or length datas.
So try to edit the lines in hex editor, adding new characters, and see if its working in game.
by swuforce
Mon May 20, 2013 8:53 pm
Forum: Game Archive
Topic: Metro Last Light vfs file
Replies: 40
Views: 37687

Re: Metro Last Light vfs file

Here lng inserter only for the patch file. http://www.sendspace.com/file/468quf ,Update: now it should work with the new patch too. Actually it just put the lng at the end of the archive, and change the offset. Maybe someone make a real packer later. You can unpack the patch file if you copy both(vf...
by swuforce
Mon May 06, 2013 5:09 pm
Forum: Game Archive
Topic: Manhunt 2 .gxt files (PC)
Replies: 4
Views: 4652

Re: Manhunt 2 .gtx files (PC)

turkgamer wrote:I found this tool. It works: https://www.dropbox.com/s/pr7lsvx555inw ... turucu.exe
Yeah, its the same as on the site i linked. ;)
by swuforce
Sun May 05, 2013 4:52 pm
Forum: Game Archive
Topic: Manhunt 2 .gxt files (PC)
Replies: 4
Views: 4652

Re: Manhunt 2 .gtx files (PC)

Did you try this site? http://pawelkalwik.cba.pl/?page_id=26
Btw the extension is gxt.
by swuforce
Wed Apr 17, 2013 2:21 pm
Forum: Game Archive
Topic: Saints of Virtue - PC (.WRS, ACKNEX)
Replies: 2
Views: 2026

Re: Saints of Virtue - PC (.WRS, ACKNEX)

This Quickbms script can unpack

Code: Select all

comtype lzss
endian big
get asize asize
do
getdstring name 13
get zsize long
get size long
savepos offset
clog name offset zsize size
math offset += zsize
goto offset
while offset < asize
by swuforce
Wed Apr 03, 2013 10:54 am
Forum: Game Archive
Topic: [REQ][PC]Masters of the World Geopolitical Simulator 3 (.gp)
Replies: 9
Views: 5190

Re: [REQ][PC]Masters of the World Geopolitical Simulator 3 (

Well, I think that the other files are zlib compressed (they all start with 78 DA , or in ASCII: xÚ ). But I'm not sure about this... I think its not compressed, but also headerless png files. I took the header from your menu file, paste it to a cutted "compressed" data, modify the width, height an...
by swuforce
Thu Mar 28, 2013 3:25 pm
Forum: Game Archive
Topic: DB Tap Battle - Help Extracting .PAC
Replies: 5
Views: 1148

Re: DB Tap Battle - Help Extracting .PAC

You can use the same script on the spr files too.
by swuforce
Thu Mar 28, 2013 1:15 pm
Forum: Game Archive
Topic: DB Tap Battle - Help Extracting .PAC
Replies: 5
Views: 1148

Re: DB Tap Battle - Help Extracting .PAC

Here a quickbms script for unpack get files short set table files math table *= 16 math table += 2 for i = 1 to files get offset long math offset += table get size long getdstring ext 8 set name i string name += "." string name += ext log name offset size next i I think there are no names in the arc...
by swuforce
Mon Mar 11, 2013 2:02 pm
Forum: Game Localization
Topic: FAR CRY 3 Compressing
Replies: 4
Views: 3064

Re: FAR CRY 3 Compressing

There are some tools for the bin file, all based on rengareng's format description.
Its really hard format (for me), but i hope it will work. Make some tests please before you start translating.

http://www.sendspace.com/file/2jp5az