
Example: https://mega.nz/#!UlImHZSb!bUr0NfSc1x6k ... 2obekHKvEE
Ekey wrote:http://svn.gib.me/public/volition/trunk/
http://forum.xentax.com/viewtopic.php?f ... 1&start=15
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
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)