Fate/stay night:File export: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Rung (talk | contribs)
mNo edit summary
CRASS: updated version
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
There is some programms to export files from xp3 archives:
These programs can be used to extract files from *.xp3 archives:
* Susie + spi_xp3_002 plugin
* CRASS (for complete extraction and conversion into standard formats)
* xp3tool (extracting and repacking)
* Susie (along with spi_xp3_002 plug-in)
* xp3tool (for extracting and repacking)
* ExtractData
* ExtractData
=CRASS=
CRASS is able to completely extract and decode all necessary resources, <i>including nasty TLG graphics</i>.
To extract and completely decode resources:
*Launch CrageGUI_eng.exe (CrageGUI.exe in 0.4.13.x versions)
*Set source file to your_archive.xp3
*Click "Show Adv." button
*Set "Special Param" field to: "game=FSN" (Set "Param" field in 0.4.13.x versions)
*Click "Execute"
Crass website : [http://galcrass.blog124.fc2.com/ Newest v0.4.14.0]


=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_xp3.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.

Latest revision as of 23:15, 6 July 2011

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

  • CRASS (for complete extraction and conversion into standard formats)
  • Susie (along with spi_xp3_002 plug-in)
  • xp3tool (for extracting and repacking)
  • ExtractData

CRASS[edit]

CRASS is able to completely extract and decode all necessary resources, including nasty TLG graphics.

To extract and completely decode resources:

  • Launch CrageGUI_eng.exe (CrageGUI.exe in 0.4.13.x versions)
  • Set source file to your_archive.xp3
  • Click "Show Adv." button
  • Set "Special Param" field to: "game=FSN" (Set "Param" field in 0.4.13.x versions)
  • Click "Execute"

Crass website : Newest v0.4.14.0

Susie[edit]

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_xp3.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[edit]

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.