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
Realms of Ancient War ps3
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Realms of Ancient War ps3
You must upload the archive.
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Realms of Ancient War ps3
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
-
- Posts: 50
- Joined: Mon Nov 21, 2016 10:44 am
Re: Realms of Ancient War ps3
any ways to make game work with modified files. I tried extracting a file, edit them and reimport, and game crashed at startup.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Realms of Ancient War ps3
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.
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.