Help with script update [Red Faction G\A / Saint Row 4]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Graveyard
Posts: 54
Joined: Sun Nov 12, 2017 12:30 pm

Help with script update [Red Faction G\A / Saint Row 4]

Post by Graveyard »

Hello aluigi, could you update the Red Faction G\A .be_strings script to also be compatible with the be_strings files of Saint Row 4? The file extension is the same, but I believe it's a different version.

Here is an example of the file:

http://www.mediafire.com/file/e1w11d97g ... be_strings


The previous script:

Code: Select all

get NAME basename
string NAME + ".txt"
get DUMMY long  # 0xa84c7f73
get VER short
endian guess16 VER
get STRINGS long
for i = 0 < STRINGS
    get DUMMY long
    get SIZE short
    slog NAME -1 SIZE unicode
    padding 4
next i



Thanks for listening
Graveyard
Posts: 54
Joined: Sun Nov 12, 2017 12:30 pm

Re: Help with script update [Red Faction G\A / Saint Row 4]

Post by Graveyard »

would not have how to update the script to be compatible with file above?