WiigionFree: Difference between revisions

From GameBrew
m (HydeWing moved page Wiigionfree Wii to WiigionFree)
No edit summary
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|image=wiigionfreewii.jpg
|image_alt=WiigionFree
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=WiigionFree
|title=WiigionFree
|image=wiigionfreewii.jpg
|image=wiigionfree2.png
|description=WiigionFree is a Java application to change the region of Wii ISO files.
|description=A Java application to change the region of Wii ISO files.
|author=DGSystems
|author=DGSystems
|lastupdated=2007/03/01
|lastupdated=2007/03/01
|type=PC Utilities
|type=PC Utilities
|version=1.0
|version=1.0
|license=GPL-1.0
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/wiihomebrews/wiigionfreewii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/wiigionfreewii.7z
|website=https://wiki.gbatemp.net/wiki/WiigionFree
|website=https://wiki.gbatemp.net/wiki/WiigionFree
|source=
|source=
}}
}}
'''WiigionFree''' is a Java-based tool that allows users to change the region of Wii ISO files. It is open-source and operates under the GNU GPL license.
WiigionFree is an open source Java-based tool that allows users to change the region of Wii ISO files.  


==Usage==
==User guide==
'''GUI'''
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computers should already have this.
# Double click the application icon, or right click open with Java Runtime Enviroment
# Click ... next to "Input File"
# Select the ISO to patch (If you wish to patch to the file directly, skip to step 6)
# Click ... next to "Output File"
# Select a location to output the file to, and give it a name
# Click Patch!


'''Command Line'''
GUI:
# CD to the directory of wiigionfree.jar
* Double click the application icon, or right click open with Java Runtime Enviroment.
# Type java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]
* Click ... next to "Input File".
INPUTFILE = The ISO file to patch<br>
* Select the ISO to patch (If you wish to patch to the file directly, skip to step 6).
TARGETREGION = J/U/P (NTSC_J,NTSC_U,PAL)<br>
* Click ... next to "Output File".
OUTPUTFILE = Where to output the patched file (optional)
* Select a location to output the file to, and give it a name.
* Click Patch.


==Requirements==
Command Line:
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computers should already have this.
* CD to the directory of wiigionfree.jar
* Type <code>java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]</code>
** <code>INPUTFILE</code> = The ISO file to patch<br>
** <code>TARGETREGION</code> = J/U/P (NTSC_J,NTSC_U,PAL)<br>
** <code>OUTPUTFILE</code> = Where to output the patched file (optional)


==Compatibility==
See [https://wiki.gbatemp.net/wiki/Wii_Region_Free_Patcher_Compatibility_List game compatibility list].
See [https://wiki.gbatemp.net/wiki/Wii_Region_Free_Patcher_Compatibility_List Region Free Compatibility List]


==Changelog==
==Changelog==
* Version 1.0 was released on 01/03/07 and will be the final version of WiigionFree (barring bugs or major discoveries)
'''Version 1.0 2007/03/01'''
* Version 0.5 was released on 28/02/07 and had a completely new interface, which allowed for patching to a separate file (as to retain the data in the original).
*Final version of WiigionFree (barring bugs or major discoveries).
* Version 0.2 was released on 27/02/07, it only included a bugfix in the ISO selection feature of WiigionFree
 
* 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.5 2007/02/28'''
*Had a completely new interface, which allowed for patching to a separate file (as to retain the data in the original).
 
'''Version 0.2 2007/02/27'''
*It only included a bugfix in the ISO selection feature of WiigionFree.
 
'''Version 0.1 2007/02/26'''
*Included the ability to patch to NTSC_U and PAL, it had a very basic GUI.


==Acknowledge  ==
==Credits==
*DGSystems - Programmer
*DGSystems - Programmer.
*Dirtie - PAL Code
*Dirtie - PAL Code.
*Achilles - NTSC_U Code
*Achilles - NTSC_U Code.
*niklasnyfiken - NTSC_J code
*niklasnyfiken - NTSC_J code.


==External Links==
==External Links==
* Gbatemp - https://wiki.gbatemp.net/wiki/WiigionFree
* GBAtemp - https://gbatemp.net/threads/wiigionfree-0-5.45504/
* GBAtemp - https://gbatemp.net/threads/wiigionfree-0-1.45416/
* GBAtemp - https://wiki.gbatemp.net/wiki/WiigionFree

Revision as of 05:09, 26 March 2023

WiigionFree
File:Wiigionfree2.png
General
AuthorDGSystems
TypePC Utilities
Version1.0
LicenseGPL-2.0
Last Updated2007/03/01
Links
Download
Website

WiigionFree is an open source Java-based tool that allows users to change the region of Wii ISO files.

User guide

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

GUI:

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

Command Line:

  • CD to the directory of wiigionfree.jar
  • 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)

See game compatibility list.

Changelog

Version 1.0 2007/03/01

  • Final version of WiigionFree (barring bugs or major discoveries).

Version 0.5 2007/02/28

  • Had a completely new interface, which allowed for patching to a separate file (as to retain the data in the original).

Version 0.2 2007/02/27

  • It only included a bugfix in the ISO selection feature of WiigionFree.

Version 0.1 2007/02/26

  • Included the ability to patch to NTSC_U and PAL, it had a very basic GUI.

Credits

  • DGSystems - Programmer.
  • Dirtie - PAL Code.
  • Achilles - NTSC_U Code.
  • niklasnyfiken - NTSC_J code.

External Links

Advertising: