Fate/stay night:File export: Difference between revisions
Jump to navigation
Jump to search
Onizuka-gto (talk | contribs) m Reverted edits by 203.59.26.59 (Talk); changed back to last version by Const2k |
|||
Line 9: | Line 9: | ||
*Launch Susie and open "Setting" menu: | *Launch Susie and open "Setting" menu: | ||
[[Image:Setting_susie.jpg]] | [[Image:Setting_susie.jpg]] | ||
# Go to Plug-in page and click left to | # Go to Plug-in page and click left to ax_sp3.spi button until letter "A" appears. | ||
<!-- needs rephrasing to be somewhat comprehendable --> | <!-- 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. | # Exit Susie and relaunch it via Microsoft Applocale, then open xp3 archive and drag needed file(-s) to any folder. |
Revision as of 00:19, 23 June 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:
- Go to Plug-in page and click left to ax_sp3.spi button until letter "A" appears.
- 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.