Please verify you are human

Aura Kingdom *.pkg unpack Fail
  Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aura Kingdom
You last visited: Today at 16:08

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Aura Kingdom *.pkg unpack Fail

Discussion on Aura Kingdom *.pkg unpack Fail within the Aura Kingdom forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2014
Posts: 1
Received Thanks: 0
Smile Aura Kingdom *.pkg unpack Fail

hello everyone .. My English is not very good,Please do not take offense..

I recently playing [Fantasy Frontier Online(Chinese Version)]..
I use QuickBMS Unpack This GameRes..

Code:
# Aeriagames pkg.idx/pkg???.pkg (script 0.1.2)
#   Eden Eternal
#   Kitsu Saga
#   Dragon Slayer
# script for QuickBMS http://quickbms.aluigi.org

comtype unzip_dynamic
getdstring DUMMY 260
getdstring SIGN 32
math PKG_OLD = -1
get FULLSIZE asize
do
    get DUMMY long
    get OFFSET long
    get DUMMY long
    get ZSIZE long
    getdstring DUMMY 0x28
    get SIZE long
    getdstring NAME2 260
    getdstring NAME 260
    get DUMMY long
    get PKG long
    get DUMMY long
    if PKG != PKG_OLD
        string PKG_NAME p= "pkg%03d.pkg" PKG
        open FDSE PKG_NAME 1
        math PKG_OLD = PKG
    endif
    string NAME += NAME2

    goto OFFSET 1
    get TMP1 byte 1
    get TMP2 byte 1
    if TMP1 == 0x88 && TMP2 == 0x1c
        savepos OFFSET 1
        math ZSIZE -= 2
    endif
    clog NAME OFFSET ZSIZE SIZE 1
    savepos CURR
while CURR < FULLSIZE
This script success unpack head is 0x7801 and Most 0x881c..However, some 0x881c head file unpack is fail..I look Zdata Like Zlib.but is deform..

some unpack fail File:
\data\db\t_textindex.ini
\data\db\t_biology.ini
\biology\texture\m74001.dds
\biology\texture\m74051.dds
\biology\texture\m74052.dds
\char\model\g.nif
\char\model\b.nif

GameRes is too big..I can't upload all gameres..

So I would like in this forum looking for your help..Thank you :]
hdwong is offline  
Old 01/23/2015, 09:11   #2
 
Silone1993's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 333
Received Thanks: 1,203
this is the aura kingdom forum, so please request a mod to delete it
PD; u made 2 threads, watch out
Silone1993 is offline  
Old 01/23/2015, 12:46   #3
 
elite*gold: 0
Join Date: Mar 2006
Posts: 17
Received Thanks: 5
Quote:
Originally Posted by Silone1993 View Post
this is the aura kingdom forum, so please request a mod to delete it
PD; u made 2 threads, watch out
"Fantasy Frontier" is the Taiwanese version of Aura Kingdom, Basically the same game only different name, he has any rights to post it in this section.
The 2 threads although are a different case and one of them should be deleted.
shakedekel is offline  
Old 04/27/2015, 06:26   #4
 
elite*gold: 0
Join Date: Mar 2014
Posts: 15
Received Thanks: 0
i just wonder how to repack them. u can unpack but how to repack?
jamestirius is offline  
Old 04/29/2015, 01:47   #5


 
Professor Linebeck's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,610
Quote:
Originally Posted by jamestirius View Post
i just wonder how to repack them. u can unpack but how to repack?
You can repack them by changing the paths and the url from the launcher via hex editor. Encrypt it yourself if needed. The launcher will repack the files from your chosen path into the pkg files.
Professor Linebeck is offline  
Old 05/02/2015, 17:56   #6
 
elite*gold: 0
Join Date: Mar 2015
Posts: 44
Received Thanks: 6
Can someone help me ?

Ive downloaded and installed "Quick BMS Editor GUI v2.0 beta" but when i try to extrakt the archive with the "Extact" button nothing happends.
Deodex is offline  
Old 05/11/2015, 22:40   #7
 
Shawr93's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 79
Received Thanks: 6
check pm mate
Shawr93 is offline  
Old 05/17/2015, 19:48   #8
 
elite*gold: 0
Join Date: Oct 2011
Posts: 90
Received Thanks: 26
We've already researched that too, that line is not the problem.
omgrckr is offline  
Old 06/19/2015, 06:35   #9
 
elite*gold: 0
Join Date: Jan 2010
Posts: 16
Received Thanks: 2
anyone have any more information on this? really trying to extract still but not even private can be extracted anymore.
Ismellafake is offline  
Old 06/26/2015, 16:57   #10
 
Oriya9's Avatar
 
elite*gold: 94
Join Date: Mar 2007
Posts: 569
Received Thanks: 1,497
That's odd, QuickBMS should take care of Deflate64.
I guess it's a header issue. Also, I'm not sure why the script discards only the 0x881C header.

You can use my unpacker if you want.
I've attached both the binary and the source in case you'd like to look inside (nothing is commented though).

Hope that helps!
Oriya.
Oriya9 is offline  
Thanks
1 User
Old 06/26/2015, 20:59   #11
 
elite*gold: 0
Join Date: Jan 2010
Posts: 16
Received Thanks: 2
worked fine, checked source just to be sure even. thanks!

edit: One issue: extracted dds files seem to be corrupted a bit, pixelated textures is what is extracted.
Ismellafake is offline  
Old 06/27/2015, 07:51   #12
 
Oriya9's Avatar
 
elite*gold: 94
Join Date: Mar 2007
Posts: 569
Received Thanks: 1,497
Quote:
Originally Posted by Ismellafake View Post
worked fine, checked source just to be sure even. thanks!

edit: One issue: extracted dds files seem to be corrupted a bit, pixelated textures is what is extracted.
Yeah, I just checked it.
It seems like the files that the OP complained about do get decompressed and unpacked but the decompression is corrupted.
For example, I've noticed that only the top half of t_biology.txt is valid, the bottom half is corrupted.
Honestly, I have no idea why it happens, but this is probably the same reason why QuickBMS fails unpack them completely.

If I had to guess I'd say it's a Deflate64 issue.
The problematic files were compressed with Deflate, that's for sure (because all the other ones are fine and we still get some data on the few problematic ones).
But you can't tell if it's Deflate64 or Deflate because it lacks the headers (it's raw Deflate compressed data).
The thing is, even if it is Deflate64, it should still work properly because it only happens with some of the files that have the 0x881C header. And of course all other files are fine.

I might look deeper into this int the future.
Oriya9 is offline  
Old 07/05/2015, 17:20   #13
 
europiOmg's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 101
Received Thanks: 108
can you please upload your unpacker ? :x
europiOmg is offline  
Old 08/11/2015, 18:01   #14
 
elite*gold: 0
Join Date: May 2010
Posts: 114
Received Thanks: 11
Can not update can extract the latest client
keyrita is offline  
Old 02/25/2022, 08:46   #15
 
elite*gold: 0
Join Date: Oct 2020
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by Professor Linebeck View Post
You can repack them by changing the paths and the url from the launcher via hex editor. Encrypt it yourself if needed. The launcher will repack the files from your chosen path into the pkg files.
lookin through the hex code makes no sence on where it even is? what U.R.L. am i looking for?
KuraiKasai is offline  
Reply




All times are GMT +1. The time now is 16:09.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.