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.

New dragon eight axp

Featured Replies

  • Author
  • Localization

Drawing, posted Thu Jun 06, 2019 7:28 pm (48548)


Hi guys , found this game

site: http://tl.changyou.com/

content stored in .axp

I tried those two script:

first this one : https://aluigi.altervista.org/bms/new_dragon_eight.bms

it extract 100% but got only thousand of nonamed .dat files

second one , but it doesn't work.
Code:
#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



could someone update the first bms script?

link to sample files: http://www.mediafire.com/file/4f5mdmdk4o1g9z0/EngineMediaGrammar.axp/file
  • Author
  • Localization

Drawing, posted Tue Jun 11, 2019 3:27 pm (48681)


could someone take a look please ? :(
  • Author
  • Localization

aluigi, posted Wed Jun 12, 2019 1:53 pm (48709)


Can you provide a screenshot of the game's folder showing the available files?
  • Author
  • Localization

Drawing, posted Thu Jun 13, 2019 11:27 am (48751)


here you are :D
  • Author
  • Localization

aluigi, posted Thu Jun 13, 2019 5:22 pm (48754)


Can you provide a screenshot of the Bin and Data folders too?
Basically where is located the file you uploaded in the first post.
  • Author
  • Localization

Drawing, posted Sat Jun 15, 2019 11:16 am (48799)


Here you are :D
  • Author
  • Localization

aluigi, posted Sat Jun 15, 2019 2:55 pm (48801)


Try uploading Config.axp
  • Author
  • Localization

aluigi, posted Sat Jun 15, 2019 6:56 pm (48821)


Eh no, this AXPK format is just a waste of time.
No table with information, just a sequence of 12 bytes field without any usage.
  • Author
  • Localization

Drawing, posted Wed Jun 19, 2019 3:05 pm (48909)


could I provide you other files
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.