Realms of Ancient War ps3

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Realms of Ancient War ps3

Post by RicoKwothe »

Someone could make a script for me please. Thanks.
Pc script not working in ps3 version.
Pc script: https://drive.google.com/open?id=0Bwt7wT8aE6PIRGF0WGF0VzBya28
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Realms of Ancient War ps3

Post by aluigi »

You must upload the archive.
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Realms of Ancient War ps3

Post by RicoKwothe »

https://drive.google.com/open?id=0Bwt7w ... TZYejdTRDg

This is the original ps3 file.
Thx Aluigi.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Realms of Ancient War ps3

Post by aluigi »

Code: Select all

# Realms of Ancient War
# script for QuickBMS http://quickbms.aluigi.org

endian big
get INFO_SIZE long
get FILES long
for i = 0 < FILES
    get DUMMY longlong
    get NAME string
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next i
RicoKwothe
Posts: 50
Joined: Mon Nov 21, 2016 10:44 am

Re: Realms of Ancient War ps3

Post by RicoKwothe »

any ways to make game work with modified files. I tried extracting a file, edit them and reimport, and game crashed at startup.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Realms of Ancient War ps3

Post by aluigi »

Have you checked if the game works with the extracted files in the game folder and the original archive deleted?
There is no compression so there are no big obstacles for the reimporting, probably that 64bit field is a hash/crc which may be checked by the game.