Editing Pikmin 3 instructions

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
==Converting/Extracting==
 
==Converting/Extracting==
{{todo|Add info on bflim, bflan, and bflyt files}}
+
{{todo|Add info on bflim files}}
{{todo|Complete rewrite on outdated info (MSBT and GTX?)}}
 
 
===SZS, SARC===
 
===SZS, SARC===
 +
Download [https://www.python.org/downloads/ Python].<br/>
 +
Download NWPlayer123's [https://dl.dropboxusercontent.com/u/56043942/Programs/WiiUHackingTools/SARCExtract-0.4.py SARCExtract]. (Save as .py file) <br/>
 +
Create a .bat file with the code:
 +
<pre>
 +
"path to Python.exe" "path to SARCExtract.py" %1 </pre>
 +
Example:
 +
<pre>
 +
"C:\Python27\python.exe" "C:\Users\[User]\Documents\SARCExtract-0.4.py" %1</pre>
 +
Drag a .szs file or .sarc file into the .bat file to extract.
  
For SZS and (most) SARC files, the regular version of [https://gbatemp.net/threads/uwizard-all-in-one-wii-u-pc-program.386508/ Uwizard] works just fine.
+
===BFRES===
 
+
Download LordNed's [https://github.com/LordNed/BFRES-Extractor/releases BFRES-Extractor].<br/>
Some SARC files require padding to work correctly ''(Layout files, models, ect.)'', to pack SARC files with padding a [https://github.com/smb123w64gb/Uwizard/releases modified version of Uwizard] is required. The padding value ''Pikmin 3'' uses is 2000.
+
Create a .bat file with the code:
 +
<pre>
 +
<path to BFRESExtractor.exe> %1
 +
</pre>
 +
Example:
 +
<pre>
 +
"C:\Users\[User]\Documents\BFRESExtractor.exe" %1</pre>
 +
Drag a .BFRES file into the .bat file to extract.
  
 
===GTX===
 
===GTX===
To convert .gtx to .dds, Download NWPlayer123's [https://github.com/NWPlayer123/WiiUTools/blob/master/TexHaxU/TexConv2.exe TexConv2].
+
Download NWPlayer123's [https://github.com/NWPlayer123/WiiUTools/blob/master/TexHaxU/TexConv2.exe TexConv2].
Place all GTX files you wish to convert in the "Convert" folder, and run the "convertGTX.bat" batch file.
+
Create a .bat file with the code:
All converted files will be located in the "OutDDS" folder after running the batch.
 
 
 
To easily convert files one by one, create a .bat file with the code:
 
 
<pre>
 
<pre>
 
<path to texconv2.exe> -i %1 -f GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM  -o %1_
 
<path to texconv2.exe> -i %1 -f GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM  -o %1_
Line 44: Line 56:
 
then press "Decode Wii U sound streams to wav". <br/>
 
then press "Decode Wii U sound streams to wav". <br/>
 
This will convert all bfwav files into wav files.<br/>
 
This will convert all bfwav files into wav files.<br/>
 +
  
 
==Viewing==
 
==Viewing==
 
+
{{todo|Add info on viewing BFRES models}}
===BFRES===
 
.bfres model files can be viewed using [https://github.com/KillzXGaming/Switch-Toolbox/releases Switch Toolbox], which also allows viewing of animations and textures.
 
  
 
===DDS===
 
===DDS===
Line 78: Line 89:
 
*sharcfb
 
*sharcfb
 
*bofx
 
*bofx
*bflyt
 

Please note that all contributions to Pikmin Technical Knowledge Base are considered to be released under the Creative Commons Attribution-ShareAlike (see Pikmin Technical Knowledge Base:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: