hi I'm trying to translate Life is strange: True colors
I followed step by step as you posted
but my cmd saying
(
Traceback (most recent call last):
File "E:\LifeIsStrange3 cope\Siren\Content\Paks\UnrealPak.py", line 158, in <module>
Unpack(sys.argv[3], True if ("-crypto" in sys.argv) else False, sys.argv[2])
File "E:\LifeIsStrange3 cope\Siren\Content\Paks\UnrealPak.py", line 54, in Unpack
proc = subprocess.run(command_to_execute, capture_output=True)
File "C:\Python310\lib\subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Python310\lib\subprocess.py", line 966, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python310\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2]
)
can anynoe tell me what is wrong with this?
I was trying to unpack
I followed step by step as you posted
but my cmd saying
(
Traceback (most recent call last):
File "E:\LifeIsStrange3 cope\Siren\Content\Paks\UnrealPak.py", line 158, in <module>
Unpack(sys.argv[3], True if ("-crypto" in sys.argv) else False, sys.argv[2])
File "E:\LifeIsStrange3 cope\Siren\Content\Paks\UnrealPak.py", line 54, in Unpack
proc = subprocess.run(command_to_execute, capture_output=True)
File "C:\Python310\lib\subprocess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Python310\lib\subprocess.py", line 966, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python310\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2]
)
can anynoe tell me what is wrong with this?
I was trying to unpack