WiigionFree: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
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=wiigionfree002.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/wiigionfree.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.  
 
==User guide==
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computers should already have this.


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


'''Command Line'''
Command Line:
# CD to the directory of wiigionfree.jar
* CD to the directory of wiigionfree.jar
# Type java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]
* Type <code>java -jar wiigionfree [INPUTFILE] [TARGETREGION] [OUTPUTFILE]</code>
INPUTFILE = The ISO file to patch<br>
** <code>INPUTFILE</code> = The ISO file to patch<br>
TARGETREGION = J/U/P (NTSC_J,NTSC_U,PAL)<br>
** <code>TARGETREGION</code> = J/U/P (NTSC_J,NTSC_U,PAL)<br>
OUTPUTFILE = Where to output the patched file (optional)
** <code>OUTPUTFILE</code> = Where to output the patched file (optional)


==Requirements==
See [https://wiki.gbatemp.net/wiki/Wii_Region_Free_Patcher_Compatibility_List compatibility list].
WiigionFree requires the user to have Java Runtime Enviroment 1.2 or newer, all modern computers should already have this.


==Compatibility==
==Screenshots==
See [https://wiki.gbatemp.net/wiki/Wii_Region_Free_Patcher_Compatibility_List Region Free Compatibility List]
https://dlhb.gamebrew.org/wiihomebrews/wiigionfree02.png


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

Latest revision as of 14:59, 10 April 2023

WiigionFree
Wiigionfree002.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 compatibility list.

Screenshots

wiigionfree02.png

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: