876
Troubleshooting / Re: Getting FF9 Fields Viewer working - FF9 image file extractor necessary?
« on: 2013-05-20 17:04:00 »
First, the executables are command-line programs. You need to execute them from a command window.
To open a command, go to your start menu -> execute -> enter "cmd" and validate.
Then you must go to the folder where your programs are (by navigating inside the command window) ; use the command "cd" for that. For instance, if the program is in your "C:\Users\YourName\Programs\" directory, write the following line (press tab to complete the folders' name) :
cd "C:\Users\YourName\Programs\"
And finally, you can execute the program by entering its name followed by its arguments :
FF9_img_extractor.exe <full path to ff9.img> <path to out dir>
"out dir" is where the files will be extracted.
Second, if it says "you miss dlls", just download those dlls (google it) and put them either in your program's directory or in the directory "C:\Windows\system32\".
To open a command, go to your start menu -> execute -> enter "cmd" and validate.
Then you must go to the folder where your programs are (by navigating inside the command window) ; use the command "cd" for that. For instance, if the program is in your "C:\Users\YourName\Programs\" directory, write the following line (press tab to complete the folders' name) :
cd "C:\Users\YourName\Programs\"
And finally, you can execute the program by entering its name followed by its arguments :
FF9_img_extractor.exe <full path to ff9.img> <path to out dir>
"out dir" is where the files will be extracted.
Second, if it says "you miss dlls", just download those dlls (google it) and put them either in your program's directory or in the directory "C:\Windows\system32\".