From WikiTemp, the GBAtemp wiki
Line 1: Line 1:
 
==Overview==
 
==Overview==
WiigionFree was written by DBFT/DGSystems as a cross platform, open source patcher for the region encoding on Wii ISO files
+
WiigionFree was written by DBFT/DGSystems as a cross platform, open source patcher for the region encoding on Wii ISO files. It is released under the GNU General Public License.<br />
  
 
==History==
 
==History==
Version 0.1 was released on 26/02/07 and included the ability to patch to NTSC_U and PAL, it had a very basic GUI.
+
Version 0.1 was released on 26/02/07 and included the ability to patch to NTSC_U and PAL, it had a very basic GUI.<br />
Version 0.2 was released on 27/02/07, it only included a bugfix in the ISO selection feature of WiigionFree
+
Version 0.2 was released on 27/02/07, it only included a bugfix in the ISO selection feature of WiigionFree<br />
Version 0.5 was released on 28/02/07 and had a completely new interface, which allowed for patching to a seperate file (as to retain the data in the original).
+
Version 0.5 was released on 28/02/07 and had a completely new interface, which allowed for patching to a seperate file (as to retain the data in the original).<br />
Version 1.0 is to be released on 01/03/07 and will be the final version of WiigionFree (barring bugs or major discoveries)
+
Version 1.0 is to be released on 01/03/07 and will be the final version of WiigionFree (barring bugs or major discoveries)<br />
 
+
<br />
 
==Compatibility==
 
==Compatibility==
See [[Wii_Region_Free_Patcher_Compatibility_List|Region Free Compatibility List]]
+
See [[Wii_Region_Free_Patcher_Compatibility_List|Region Free Compatibility List]]<br />
 
+
<br />
 
==Requirements==
 
==Requirements==
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computer should already have this.
+
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computer should already have this.<br />
 
+
<br />
 
==Usage==
 
==Usage==
''GUI''
+
''GUI''<br />
1. Double click the application icon, or right click open with Java Runtime Enviroment
+
1. Double click the application icon, or right click open with Java Runtime Enviroment<br />
2. Click ... next to "Input File"
+
2. Click ... next to "Input File"<br />
3. Select the ISO to patch
+
3. Select the ISO to patch<br />
If you wish to patch to the file directly, skip to step 6
+
If you wish to patch to the file directly, skip to step 6<br />
4. Click ... next to "Output File"
+
4. Click ... next to "Output File"<br />
5. Select a location to output the file to, and give it a name
+
5. Select a location to output the file to, and give it a name<br />
6. Click Patch!
+
6. Click Patch!<br />
 +
<br />
 +
''Command Line''<br />
 +
1. CD to the directory of wiigionfree.jar<br />
 +
2. Type java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]<br />
 +
INPUTFILE = The ISO file to patch<br />
 +
TARGETREGION = J/U/P (NTSC_J,NTSC_U,PAL)<br />
 +
OUTPUTFILE = Where to output the patched file (optional)
  
''Command Line''
+
==Download==
1. CD to the directory of wiigionfree.jar
+
The latest version of WiigionFree can be downloaded from:<br />
2. Type java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]
+
* [http://www.mymatesaid.com/wiigionfree.php Java Web Start(Recommended!)]
INPUTFILE = The ISO file to patch
+
* [http://www.mymatesaid.com/wiigionfree.jar JAR File]
TARGETREGION = J/U/P (NTSC_J,NTSC_U,PAL)
+
* [http://www.mymatesaid.com/wiigionfreesource.zip Source Code (GPL)]
OUTPUTFILE = Where to output the patched file (optional)
+
 
 +
==See Also==
 +
* [[Wii_Region_Free_Patcher_Compatibility_List|Region Free Compatibility List]]
 +
* [[DGSystems]]

Revision as of 14:54, 1 March 2007

Overview

WiigionFree was written by DBFT/DGSystems as a cross platform, open source patcher for the region encoding on Wii ISO files. It is released under the GNU General Public License.

History

Version 0.1 was released on 26/02/07 and included the ability to patch to NTSC_U and PAL, it had a very basic GUI.
Version 0.2 was released on 27/02/07, it only included a bugfix in the ISO selection feature of WiigionFree
Version 0.5 was released on 28/02/07 and had a completely new interface, which allowed for patching to a seperate file (as to retain the data in the original).
Version 1.0 is to be released on 01/03/07 and will be the final version of WiigionFree (barring bugs or major discoveries)

Compatibility

See Region Free Compatibility List

Requirements

WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computer should already have this.

Usage

GUI
1. Double click the application icon, or right click open with Java Runtime Enviroment
2. Click ... next to "Input File"
3. Select the ISO to patch
If you wish to patch to the file directly, skip to step 6
4. Click ... next to "Output File"
5. Select a location to output the file to, and give it a name
6. Click Patch!

Command Line
1. CD to the directory of wiigionfree.jar
2. Type java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]
INPUTFILE = The ISO file to patch
TARGETREGION = J/U/P (NTSC_J,NTSC_U,PAL)
OUTPUTFILE = Where to output the patched file (optional)

Download

The latest version of WiigionFree can be downloaded from:

See Also