Red Faction Armageddon .str2_pc

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Red Faction Armageddon .str2_pc

Post by makc_ar »

Ekey wrote:http://svn.gib.me/public/volition/trunk/
http://forum.xentax.com/viewtopic.php?f ... 1&start=15

How usage Gibbed.Volition.Pack.DLL?

Code: Select all

Необработанное исключение: System.FormatException: unexpected package version (expected 3)
   в Gibbed.Volition.FileFormats.PackageFileV3.Deserialize(Stream input)
   в Gibbed.Volition.Pack.STR2.Unpacker`1.Main(String[] args)
   в Gibbed.RedFaction3.UnpackSTR2.Program.Main(String[] args)


Code: Select all

Usage: Gibbed.Volition.Pack.DLL [OPTIONS]+ input_str2 [output_dir]
Unpack specified Volition streams package file.

Options:
  -o, --overwrite            overwrite files if they already exist
  -v, --verbose              enable verbose logging
  -h, --help                 show this message and exit
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Red Faction Armageddon .str2_pc

Post by Ekey »

DLL ? How about Gibbed.RedFaction3.PackSTR2 and Gibbed.RedFaction3.UnpackSTR2 ?
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Red Faction Armageddon .str2_pc

Post by makc_ar »

Image

.exe not working


Code: Select all

for /R %%a in (*.str2_pc) do (
if not exist "%%~na\*.*" md %%~na
echo Unpacked: %%a
echo ------------------
 .\Tools\bin_rf3\Gibbed.RedFaction3.UnpackSTR2.exe "%%a" %%~na\
echo.
)

Code: Select all

Необработанное исключение: System.FormatException: unexpected package version (e
xpected 3)
   в Gibbed.Volition.FileFormats.PackageFileV3.Deserialize(Stream input)
   в Gibbed.Volition.Pack.STR2.Unpacker`1.Main(String[] args)
   в Gibbed.RedFaction3.UnpackSTR2.Program.Main(String[] args)
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Red Faction Armageddon .str2_pc

Post by Ekey »

Use Gibbed.SaintsRow3.UnpackSTR2 , partially works