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_stringsThe previous script:
Code:
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