Fate/stay night:File export: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
No edit summary
Const2k (talk | contribs)
made it sound somewhat "Englishy"
Line 1: Line 1:
 
These programs can be used to extract files from *.xp3 archives:
There is some programms to export files from xp3 archives:
* Susie (along with spi_xp3_002 plug-in)
* Susie + spi_xp3_002 plugin
* xp3tool (for extracting and repacking)
* xp3tool (extracting and repacking)
* ExtractData
* ExtractData


=Susie=
=Susie=
You should install plugin supporting xp3 archives.
Susie has no built-in support for extracting files from xp3-archives; one has to install third-party plug-in to enable support of xp3 archives. To do this:
*Unpack ax_xp3.spi to programm folder.
*Unpack ax_xp3.spi to the folder Susie is installed in.
*Launch Susie and open settings menu.
*Launch Susie and open "Setting" menu:
[[Image:Setting_susie.jpg]]
[[Image:Setting_susie.jpg]]
# Choose Plag-In page and click left to ax_sp3.spi button, untill letter "A" appears.
# Go to Plug-in page and click left to ax_sp3.spi button until letter "A" appears.
# After launch programm with Applocale, open your xp3 archive and drag/drop necessery files at any folder.
<!-- needs rephrasing to be somewhat comprehendable -->
# Exit Susie and relaunch it via Microsoft Applocale, then open xp3 archive and drag needed file(-s) to any folder.


=xp3tool (console)=
=xp3tool=
* Create text file 123.bat in the programm folder
Please note that xp3tool is a command-line (console) utility, and you'll have to type commands for it to work. Or, alternatively, you can create batch file with these commands and run it like any other program (i.e. by clicking its shortcut).
* Insert to it this code: ''xp3-extract.exe archive.xp3 directory fate_full''
To prepare batch file:
** archive.xp3 is your arhive which you want to unpack
* Create text file (Notepad will do) containing single line:
** directory is path to folder for unpacked files
xp3-extract.exe archive.xp3 directory fate_full
* Now launch 123.bat using Applocale.
(substitute "archive.xp3" with name of archive you're going to unpack, and "directory" with full path of folder where you want unpacked files to be placed)
* Save this file with .bat extension (double-check you have "*.* (all files)" selected, or you'll end up having "*.bat.txt" file!) and move it to the folder where xp3tool and xp3-archive(-s) are.
* Launch batch file you've just created using Microsoft Applocale.

Revision as of 16:36, 4 May 2008

These programs can be used to extract files from *.xp3 archives:

  • Susie (along with spi_xp3_002 plug-in)
  • xp3tool (for extracting and repacking)
  • ExtractData

Susie

Susie has no built-in support for extracting files from xp3-archives; one has to install third-party plug-in to enable support of xp3 archives. To do this:

  • Unpack ax_xp3.spi to the folder Susie is installed in.
  • Launch Susie and open "Setting" menu:

  1. Go to Plug-in page and click left to ax_sp3.spi button until letter "A" appears.
  2. Exit Susie and relaunch it via Microsoft Applocale, then open xp3 archive and drag needed file(-s) to any folder.

xp3tool

Please note that xp3tool is a command-line (console) utility, and you'll have to type commands for it to work. Or, alternatively, you can create batch file with these commands and run it like any other program (i.e. by clicking its shortcut). To prepare batch file:

  • Create text file (Notepad will do) containing single line:
xp3-extract.exe archive.xp3 directory fate_full

(substitute "archive.xp3" with name of archive you're going to unpack, and "directory" with full path of folder where you want unpacked files to be placed)

  • Save this file with .bat extension (double-check you have "*.* (all files)" selected, or you'll end up having "*.bat.txt" file!) and move it to the folder where xp3tool and xp3-archive(-s) are.
  • Launch batch file you've just created using Microsoft Applocale.