Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Dragon Oath AXP

Featured Replies

  • Author
  • Localization

CriticalError, posted Wed Oct 01, 2014 2:05 am (625)


Hello guys, well after check a lot topics I got BMS Script for unpack files but really no work anymore, sure the files change or something because bms script no work anymore, so somebody can take a look into files? ok I hope somebody can take a look into files and give a small help, here I leave samples old bms script, thanks a lot guys.

Web: http://tl.changyou.com/
Download: http://tl.changyou.com/download/index.shtml

Format: AXP

too leave source code of AXP Unpacker I found, is chinese tool, but the problem is only can unpack one file per time, is not possible select all of them, so maybe somebody can build it for unpack all files from one time?

APXUnpacker Source:

http://puu.sh/bULiM/546044ba4f.7z

Samples:

http://puu.sh/bULqs/81a5a374a7.7z

BMS Script:

Quote:
#Dragon Oath AXP extractor
#quickbms script
#by Tsukihime

get idstring long
get unk1 long
get null long
get unk2 long
get offsetBlock long #this block gives the offsets and data sizes
get files long #includes the (list) block which holds all filenames and their data size
get unk3 long
get startOffset long #not important, but the data for first file starts here.
get unk4 long
goto offsetBlock
savepos offsetPtr

get folder basename

#get the (list) offset
math temp = files
math temp -= 1
math temp *= 12
math temp = offsetBlock

goto temp
get listOfs long

#go to the first filename
goto listOfs
goto 9 0 SEEK_CUR
savepos listPtr
findloc newline string "\n"
math newline = 1
goto newline
savepos listPtr
#list pointer is now set

for i = 0 < files

#======Get offset and size======

goto offsetBlock
get offset long
get size long
get unk long #always 0x0000008
savepos offsetBlock #remember where we are

#======Get Filename=============
#find the pipe character 0x7C
goto listPtr
findloc pipeOfs string "|"

#calculate string length
math stringlen = pipeOfs
math stringlen -= listPtr

#get the string name
getdstring name stringlen

#update position of list pointer
math listPtr = pipeOfs
math listPtr = 19
goto listPtr

#========save file===============
set outName = folder
string outName = "/"
string outName = name
log outName offset size
next i
  • Author
  • Localization

CriticalError, posted Wed Oct 01, 2014 4:08 pm (639)


yeah I forget try with packer, but the packer allow to unpack too, is all in one tool, many thanks Ekey.
  • Author
  • Localization

venki, posted Thu Sep 03, 2020 4:47 pm (58525)


CriticalError wrote:
yeah I forget try with packer, but the packer allow to unpack too, is all in one tool, many thanks Ekey.


How Can I get files back to .axp
I mean I want to pack the files back to .axp format
Can you help me ?
  • Author
  • Localization

Ekey, posted Thu Sep 03, 2020 5:37 pm (58526)


venki wrote:
How Can I get files back to .axp
I mean I want to pack the files back to .axp format
Can you help me ?

aluigi wrote:
Read section 3 of http://aluigi.org/papers/quickbms.txt for learning how to correctly use the reimport mode.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.