Closed bananaturtlesandwich closed 1 year ago
The pak is encrypted and you aren't providing a key (0x9ede04b9af8921db5000d0c885d5580b1f02cfe8ec425146510c59ad576d539a
)
am i supplying a key wrong then?
C:\Program Files (x86)\Steam\steamapps\common\Ghostrunner 2 Demo\Ghostrunner2\Content\Paks>repak unpack Ghostrunner2-WindowsNoEditor.pak -a 0x9ede04b9af8921db5000d0c885d5580b1f02cfe8ec425146510c59ad576d539a
error: unexpected argument '-a' found
tip: to pass '-a' as a value, use '-- -a'
Usage: repak unpack [OPTIONS] <INPUT> [OUTPUT]
For more information, try '--help'.
repak info doesn't need a key so this is a parsing error
repak info
lists the mount point from the index which is encrypted.
The --aes-key
flag is a top level flag (perhaps a poor choice since I manage to forget it all the time myself) and is used like so: repak --aes-key 0x9ede04b9af8921db5000d0c885d5580b1f02cfe8ec425146510c59ad576d539a unpack Ghostrunner2-WindowsNoEditor.pak
ah alright then time to think about how stove can't use aes keys properly then
nevermind it's working fine now somehow
when trying to run any command on the ghostrunner 2 demo pak this comes up
the game is 4.27 so should be V11