I am trying to open the game_pak file of the archerage game (archeage's private server).
I used the dms file archeage.bms but it throws me the error:
Code: Select all
offset filesize filename
--------------------------------------
- signature of 4 bytes at offset 0x0000000000000000 doesn't match the one
expected by the script:
this one: "ʏ"
bd a0 ca 8f ....
expected: "WIBO"
57 49 42 4f WIBO
- 0 files reimported in 0 seconds
coverage file 0 0% 512 39044838400 . offset 000000091740f400
coverage file -1 0% 4 512 . offset 0000000000000004
I opened the game_pak (archerage) file with a hexadecimal editor and I see the following.
I opened the original archeage game_pak file with a hexadecimal editor and see the following.
I have modified the file archeage.bms without achieving results.
From what I see the file that I want to unpack (archerage) is not encrypted so it should be easier, but still I do not get good results.
Can you help me create the bms script to unpack the game_pak file?
Thank you.