SR1TOOLS re-Pack Problem

I am trying to translate the original SR1 game into Chinese
By using the SR1TOOLS I have successful in locate the text in the unpacked files (US_Strings.txt)

However the problem happend when i tried to repack the files into the **misc.vpp_xbox2** and the **misc2.cpp_xbox2**
When I using the pack.bat , the cmd just simply show these warning:

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\84363\Desktop\xbox\packfiles\misc.vpp_xbox2'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.IO.File.Create(String path, Int32 bufferSize)
at Gibbed.Volition.Pack.PackerBase`2.Build(TPackage package, IEnumerable`1 paths, String outputPath, Boolean ps3)
at Gibbed.Volition.Pack.VPP.Packer`2.Main(String[] args)
at Gibbed.RedFaction3.PackVPP.Program.Main(String[] args)

and there is nothing in the output folder

however ,the same warning still came out when i just simply unpack the two files (do nothing) and re-pack them

I had tried some methods like run the program at admin mode or re-download the whole programs
but none of them works.

Is there something important that I missed?
 
Back
Top