Page 1 of 1

圣王 online .pak file THX!!!

Posted: Wed Oct 16, 2013 7:58 am
by yianti
Free MMO

Name:圣王
HP:http://sw.wanmei.com/
DL page:http://sw.wanmei.com/download/index.shtml
Direct link:http://download102.wanmei.com/shengwang ... 0927.2.zip
size:3.05G

Could you please look at this *.pak file,THX!!!

Re: 圣王 online .pak file THX!!!

Posted: Wed Oct 16, 2013 12:04 pm
by Ekey
Where samples?

Re: 圣王 online .pak file THX!!!

Posted: Wed Oct 16, 2013 1:59 pm
by yianti
Ekey wrote:Where samples?
samples:http://pan.baidu.com/s/1nA1Wf

Re: 圣王 online .pak file THX!!!

Posted: Wed Oct 16, 2013 2:59 pm
by fatduck
Quickbms script:

Code: Select all

# Game: 圣王 Online / SW online (PC)
# website: http://sw.wanmei.com/download/index.shtml
# Package: PAK
# by Fatduck     Oct 2013
# script for QuickBMS http://quickbms.aluigi.org

get ID long
get UKN long
getdstring VER 0x40

for i = 0 < 112
   getdstring RES_NAME 0x40
   get OFS_RES long
   get USIZE long
   get CSIZE long
   get UKN long
   get NULL longlong
   
   if OFS_RES == 0
      cleanexit
   endif
   
   clog RES_NAME OFS_RES CSIZE USIZE

next i
yianti, you should learn how to read this simple archive! :P

Re: 圣王 online .pak file THX!!!

Posted: Thu Oct 17, 2013 4:19 am
by yianti
fatduck wrote:Quickbms script:

Code: Select all

# Game: 圣王 Online / SW online (PC)
# website: http://sw.wanmei.com/download/index.shtml
# Package: PAK
# by Fatduck     Oct 2013
# script for QuickBMS http://quickbms.aluigi.org

get ID long
get UKN long
getdstring VER 0x40

for i = 0 < 112
   getdstring RES_NAME 0x40
   get OFS_RES long
   get USIZE long
   get CSIZE long
   get UKN long
   get NULL longlong
   
   if OFS_RES == 0
      cleanexit
   endif
   
   clog RES_NAME OFS_RES CSIZE USIZE

next i
yianti, you should learn how to read this simple archive! :P
:P
My Quickbms error:
Error: the compressed zlib/deflate input is wrong or incomplete <-3>
Error: there is an error with the decompression
the returned output size is negative <-1>

Re: 圣王 online .pak file THX!!!

Posted: Thu Oct 17, 2013 7:17 am
by Ekey
huh try this

Code: Select all

# Game: SW online (PC)
# website: http://sw.wanmei.com/download/index.shtml
# Package: PAK
# by Fatduck     Oct 2013
# script for QuickBMS http://quickbms.aluigi.org

get ID long
get UKN long
getdstring VER 0x40

for i = 0 < 112
   getdstring RES_NAME 0x40
   get OFS_RES long
   get USIZE long
   get CSIZE long
   get UKN long
   get NULL longlong
  
   if OFS_RES == 0
      cleanexit
   endif

   if USIZE == CSIZE
   	log RES_NAME OFS_RES USIZE
   else if CSIZE == 0
   	log RES_NAME OFS_RES USIZE
   else
	clog RES_NAME OFS_RES CSIZE USIZE
   endif
next i

Re: 圣王 online .pak file THX!!!

Posted: Thu Oct 17, 2013 8:18 am
by yianti
Thanks to Ekey and fatduck! :D

Re: 圣王 online .pak file THX!!!

Posted: Thu Oct 17, 2013 2:33 pm
by 194klakla
@fatduck or @Ekay

Can help-me with this .pak ?? Please
viewtopic.php?f=10&t=10785


Thanks

Re: 圣王 online .pak file THX!!!

Posted: Thu Oct 17, 2013 6:26 pm
by Ekey
I remember this game. Encrypted pak's

Re: 圣王 online .pak file THX!!!

Posted: Sat Oct 19, 2013 8:50 am
by 194klakla
But you can help-me extract theses files? I Need to make an translation :/