Difference between revisions of "GWiiLoader"

 
(4 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
| title      = gWiiLoader
 
| title      = gWiiLoader
 
| desc        = Simple GUI for [[wiiload]]
 
| desc        = Simple GUI for [[wiiload]]
 +
| type        = pc utility
 
| author      = Mikezila
 
| author      = Mikezila
| download    = http://sites.google.com/site/matthewscode/projects/gwiiload.py?attredirects=0
+
| download    = https://web.archive.org/web/20170828162945/https://2b866497-a-62cb3a1a-s-sites.googlegroups.com/site/matthewscode/projects/gwiiload.py?attachauth=ANoY7cqdc8qrC2VlV8Is82vn21_Wv7cxwIqDJdF5arrpFz9XcVZgB266PL45gvRFjZmrE0u5xDxIy320UjW4RpRcKaiLzmGCQPIJl0EFR4-50V_VNdov8-A-mSMgfFZ-0fe8tqj1j1Qev5a1um6s6zOC6Jl8coocX11wx3hgDSeZ0yV3_hInx3D4LO7Eu3mhoFljzygUIRh8G0lYcpDBemtcCv6XRtRNUKTAO5LachrzwAEpngq4KEM%3D&attredirects=0
 
}}
 
}}
 +
{{No Download}}
  
== gWiiLoader ==
+
'''gWiiLoader''' is a simple frontend to [[wiiload]] made using Python.
 
 
gWiiLoader is a simple frontend to [[wiiload]] made using Python.
 
  
 
=== Requirements ===
 
=== Requirements ===
  
It requires Python 2.6 , GTK+, and PyGTK, which are all included on modern Linux distributions. It is very likely that it will work on MacOS X as well, though GTK+ and PyGTK would have to be installed manually. It has not been tested at all with MacOS, so you're on your own there.
+
It requires Python 2.6 , GTK+, and PyGTK, which are all included on modern Linux distributions. It is very likely that it will work on MacOS X as well, though GTK+ and PyGTK would have to be installed manually. It has not been tested at all with MacOS, so you're on your own there.
  
 
=== Usage ===
 
=== Usage ===
  
Either place [[wiiload]] in your path, /usr/local/bin/wiiload is recommended, or place it in the same directory as gWiiLoader. Then run gWiiLoader. Put your Wii's IP in the box, select your app, and hit Send. There's no feedback on success or failure, so if you select a bogus .dol or .elf, or wiiload gives some other kind of error, you'll only see it in the console. This is a quick n' dirty GUI, nothing more.
+
Either place [[wiiload]] in your path, /usr/local/bin/wiiload is recommended, or place it in the same directory as gWiiLoader. Then run gWiiLoader. Put your Wii's IP in the box, select your app, and hit Send. There's no feedback on success or failure, so if you select a bogus .dol or .elf, or wiiload gives some other kind of error, you'll only see it in the console. This is a quick n' dirty GUI, nothing more.

Latest revision as of 04:28, 21 February 2023

gWiiLoader is a simple frontend to wiiload made using Python.

gWiiLoader
General
Author(s)Mikezila
TypePC utility
Links
[[1]]
ARCHIVISTS NEEDED
This homebrew application currently contains an invalid download link. It was either not caught in the web archive or on a forum that required registration to download files; which the Wayback Machine cannot index.

PLEASE PROVIDE A NEW DOWNLOAD IF YOU HAVE THIS APPLICATION.

Requirements

It requires Python 2.6 , GTK+, and PyGTK, which are all included on modern Linux distributions. It is very likely that it will work on MacOS X as well, though GTK+ and PyGTK would have to be installed manually. It has not been tested at all with MacOS, so you're on your own there.

Usage

Either place wiiload in your path, /usr/local/bin/wiiload is recommended, or place it in the same directory as gWiiLoader. Then run gWiiLoader. Put your Wii's IP in the box, select your app, and hit Send. There's no feedback on success or failure, so if you select a bogus .dol or .elf, or wiiload gives some other kind of error, you'll only see it in the console. This is a quick n' dirty GUI, nothing more.