Important information: this site is currently scheduled to go offline indefinitely by end of the year.

圣王 online .pak file THX!!!

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
yianti
beginner
Posts: 36
Joined: Tue Apr 01, 2008 10:03 am
Has thanked: 1 time
Been thanked: 1 time

圣王 online .pak file THX!!!

Post 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!!!
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

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

Post by Ekey »

Where samples?
yianti
beginner
Posts: 36
Joined: Tue Apr 01, 2008 10:03 am
Has thanked: 1 time
Been thanked: 1 time

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

Post by yianti »

Ekey wrote:Where samples?
samples:http://pan.baidu.com/s/1nA1Wf
fatduck
mega-veteran
mega-veteran
Posts: 315
Joined: Wed Aug 02, 2006 10:07 pm
Has thanked: 10 times
Been thanked: 94 times

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

Post 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
No more Fatduck, no more FatImporter, Byebye everyone!
yianti
beginner
Posts: 36
Joined: Tue Apr 01, 2008 10:03 am
Has thanked: 1 time
Been thanked: 1 time

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

Post 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>
You do not have the required permissions to view the files attached to this post.
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

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

Post 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
yianti
beginner
Posts: 36
Joined: Tue Apr 01, 2008 10:03 am
Has thanked: 1 time
Been thanked: 1 time

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

Post by yianti »

Thanks to Ekey and fatduck! :D
194klakla
n00b
Posts: 10
Joined: Sun Apr 28, 2013 6:18 am

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

Post by 194klakla »

@fatduck or @Ekay

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


Thanks
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

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

Post by Ekey »

I remember this game. Encrypted pak's
194klakla
n00b
Posts: 10
Joined: Sun Apr 28, 2013 6:18 am

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

Post by 194klakla »

But you can help-me extract theses files? I Need to make an translation :/
Post Reply