rpatool icon indicating copy to clipboard operation
rpatool copied to clipboard

What do I do?

Open AirmanRNC opened this issue 3 years ago • 3 comments

image

AirmanRNC avatar Nov 06 '22 20:11 AirmanRNC

Is rpatool script inside game directory? Do you have python installed? If both are yes, then you should call script as python rpatool -x archive.rpa else we need more details.

The easiest way how not to mess up when you are not sure what you are doing is using absolute paths for everything:

python "C:\<PATH TO RPATOOLS>\rpatool" -x "C:\<PATH TO ARCHIVE>\archive.rpa"

UniverseDevel avatar Nov 06 '22 20:11 UniverseDevel

image

AirmanRNC avatar Nov 07 '22 02:11 AirmanRNC

Use absolute paths then. It is apparent that rpatool script is not inside the same directory as you placed yourself (game directory). You need to call the script from same location that you plced it it. Please provide full path in text form to where your rpatool script is located and full path to this archive to give you correct command. Otherwise you have to find solution for yourself.

UniverseDevel avatar Nov 07 '22 08:11 UniverseDevel

https://www.wikihow.com/Use-Windows-Command-Prompt-to-Run-a-Python-File

UniverseDevel avatar Nov 24 '22 02:11 UniverseDevel