Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Priiloader Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 13: Line 13:
|type=System Tools
|type=System Tools
|version=0.10.0-beta2
|version=0.10.0-beta2
|license=GPL
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/wiihomebrews/priiloaderwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/priiloaderwii.7z
|website=https://github.com/DacoTaco/priiloader
|website=https://github.com/DacoTaco/priiloader
|source=https://github.com/DacoTaco/priiloader
|source=https://github.com/DacoTaco/priiloader
}}
}}
https://wiibrew.org/wiki/Priiloader
Priiloader is a heavily modified version of [[Preloader Wii|Preloader 0.30]] by DacoTaco and BadUncle. It is an application that is loaded prior to the Wii System Menu, which allows it to fix certain kinds of bricks that leave the System Menu in a broken state (like a banner brick), or to add various patches like update blockers or Wiimmfi patches to the System Menu.
 
'''Quick note: Priiloader will NOT save your Wii if you fucked up the System Menu IOS (on 4.3 this is IOS80. See here to check [http://wiibrew.org/wiki/IOS_history which IOS] that is for you.'''
 
==What has been changed since Preloader 0.30 base source?==
* added Bootmii IOS booting option to menu and autoboot (handy for restoring and/or sneek)
* Support for all HBC title IDs
* removed need for ES_DIVerify
* killed the DVD spin bug (crediar forgot to close the dvd drive in ios)
* re-added online updating
* added our own installer (phpgeek's)
* Re-added the old black theme
* Added a check on boot so some apps can reboot/launch system menu and force priiloader to show up or start system menu
* Added start of Wiiware/VC titles
* HBC stub loading
* Hacks can either be added with their offset, or with a hash value to allow for version-agnostic patches
* Added option to require a password at boot
* Fixed lot and lots of bugs
* much much more
 
==What do I need to install Priiloader?==
That's the best part! All you need is a way of booting homebrew (Homebrew Channel recommended). If you have The Homebrew Channel 1.0.7 or above, you don't need any patched IOS at all! If you don't, then a patched IOS36 is required (although it is recommended to just update the HBC)
 
Priiloader itself needs no hacked IOS at all (hell, we recommend using unpatched IOS).


==Screenshots==
==Media==
==Media==
<youtube></youtube>
<youtube>Ymo2mABfbS4</youtube>
 
==Changelogs==
''' v0.10 : Version Kappa '''
 
New Features
* Add ability to load Wii and gamecube discs
** this ignores region of the discs
** this also does not apply any hacks
* Add setting to prioritize USB access over SD
* Priiloader can now drown your plants
* Added Support for System Menu 1.0
* Show Priiloader after installation
** Priiloader will launch when booting System Menu
* Added new hacks
** Block disc autoboot
** Remove Deflicker
* Refactor device access
** Priiloader no longer waits for the usb drive to respond when mounting
 
Fixes &amp; Improvements
* Fix launching channels from another region
** this only applies to channels launched by priiloader
* Refactor the region free hacks on SM &lt; 4.3
* Fix Online updates after my host broke it (again)
* Correctly check for the gamecube shutdown flag
* Fix clearing bss section with .elf files
* Fix typo in installer
* Fix launching SM on IOS &lt; 28
* Fix dvd active check
* Refactor meta.xml parsing
* Refactor versioning in priiloader
 
''' v0.9.1 : Flex Tape time! '''
 
Fixes &amp; Improvements
* fixed possible caching issue when clearing a dol's BSS
* fixed crash when 18 hacks would be shown in the hacks menu
* fixed crash when 18 dol/elfs would be shown in the binaries menu
* fixed crash when 18 titles would be shown in the launch title menu
* fixed loading dol/elf arguments from nand if there are none
* fixed some memory leaks
* show error when user tries to enter menu using front buttons but is denied access
 
''' v0.9 : Itsa Prii, can't get rid of mii '''
 
Fixes &amp; Improvements
* Reworked dol &amp; SysMenu loading code.
** We can load -any- dol or elf now
** this removes the entrypoint restriction
* Fixed setting dol arguments
* Reworked the hacks parser &amp; loading code
* Hacks menu is now scrollable
* Changed Priiloader's Nand bootcode
* Installer source is open source again
* Added decent vWii detection code to the installer
* Fixed a few online beta update version display bugs
* restart checking controllers if launching HBC failed
* libogc upgrade to 2.1.0
** Improved keyboard compatibility
** Improved 420p video output
* fixed loading binary arguments
* Reduce Priiloader size by loading the certs of NAND
 
New Features
* Added the first wii-mini hacks
* Added option to use front buttons to navigate
* Added offset support in the hacks
* Added support for comments in the hacks
* Added USB Keyboard support
** Meant for wii-mini
** Works on all Wii's
** Mapping is as follows :
*** A = Enter
*** B = Esc
*** X = X
*** Y = Y
*** Start = Spacebar
*** Arrow keys : directions
** Hold escape to stop autoboot and enter the menu
 
'''priiloader 0.8.2 is release and can be downloaded from http://www.dacotaco.com/dlpriiloader.php?ver=0_8_2'''
 
v0.8.2 : Why wont you let me die!
 
* Added support for open HBC
* refuse installation on WiiU(vWii)<br />
using a dirty check from Joostin
* added option to shutdown to a certain app<br />
(WHY WOULD YOU WANT THIS)
* fixed arguments stuff when booting dol/elf files
* Added magic word to force autoboot ( 'Abra' )
 
== External links ==
* Wiibrew - https://wiibrew.org/wiki/Priiloader
* Github - https://github.com/DacoTaco/priiloader

Revision as of 11:43, 5 October 2022

Priiloader
File:Priiloaderwii.jpg
General
AuthorDacoTaco
TypeSystem Tools
Version0.10.0-beta2
LicenseGPL-2.0
Last Updated2022/09/06
Links
Download
Website
Source

Priiloader is a heavily modified version of Preloader 0.30 by DacoTaco and BadUncle. It is an application that is loaded prior to the Wii System Menu, which allows it to fix certain kinds of bricks that leave the System Menu in a broken state (like a banner brick), or to add various patches like update blockers or Wiimmfi patches to the System Menu.

Quick note: Priiloader will NOT save your Wii if you fucked up the System Menu IOS (on 4.3 this is IOS80. See here to check which IOS that is for you.

What has been changed since Preloader 0.30 base source?

  • added Bootmii IOS booting option to menu and autoboot (handy for restoring and/or sneek)
  • Support for all HBC title IDs
  • removed need for ES_DIVerify
  • killed the DVD spin bug (crediar forgot to close the dvd drive in ios)
  • re-added online updating
  • added our own installer (phpgeek's)
  • Re-added the old black theme
  • Added a check on boot so some apps can reboot/launch system menu and force priiloader to show up or start system menu
  • Added start of Wiiware/VC titles
  • HBC stub loading
  • Hacks can either be added with their offset, or with a hash value to allow for version-agnostic patches
  • Added option to require a password at boot
  • Fixed lot and lots of bugs
  • much much more

What do I need to install Priiloader?

That's the best part! All you need is a way of booting homebrew (Homebrew Channel recommended). If you have The Homebrew Channel 1.0.7 or above, you don't need any patched IOS at all! If you don't, then a patched IOS36 is required (although it is recommended to just update the HBC)

Priiloader itself needs no hacked IOS at all (hell, we recommend using unpatched IOS).

Media

Changelogs

v0.10 : Version Kappa

New Features

  • Add ability to load Wii and gamecube discs
    • this ignores region of the discs
    • this also does not apply any hacks
  • Add setting to prioritize USB access over SD
  • Priiloader can now drown your plants
  • Added Support for System Menu 1.0
  • Show Priiloader after installation
    • Priiloader will launch when booting System Menu
  • Added new hacks
    • Block disc autoboot
    • Remove Deflicker
  • Refactor device access
    • Priiloader no longer waits for the usb drive to respond when mounting

Fixes & Improvements

  • Fix launching channels from another region
    • this only applies to channels launched by priiloader
  • Refactor the region free hacks on SM < 4.3
  • Fix Online updates after my host broke it (again)
  • Correctly check for the gamecube shutdown flag
  • Fix clearing bss section with .elf files
  • Fix typo in installer
  • Fix launching SM on IOS < 28
  • Fix dvd active check
  • Refactor meta.xml parsing
  • Refactor versioning in priiloader

v0.9.1 : Flex Tape time!

Fixes & Improvements

  • fixed possible caching issue when clearing a dol's BSS
  • fixed crash when 18 hacks would be shown in the hacks menu
  • fixed crash when 18 dol/elfs would be shown in the binaries menu
  • fixed crash when 18 titles would be shown in the launch title menu
  • fixed loading dol/elf arguments from nand if there are none
  • fixed some memory leaks
  • show error when user tries to enter menu using front buttons but is denied access

v0.9 : Itsa Prii, can't get rid of mii

Fixes & Improvements

  • Reworked dol & SysMenu loading code.
    • We can load -any- dol or elf now
    • this removes the entrypoint restriction
  • Fixed setting dol arguments
  • Reworked the hacks parser & loading code
  • Hacks menu is now scrollable
  • Changed Priiloader's Nand bootcode
  • Installer source is open source again
  • Added decent vWii detection code to the installer
  • Fixed a few online beta update version display bugs
  • restart checking controllers if launching HBC failed
  • libogc upgrade to 2.1.0
    • Improved keyboard compatibility
    • Improved 420p video output
  • fixed loading binary arguments
  • Reduce Priiloader size by loading the certs of NAND

New Features

  • Added the first wii-mini hacks
  • Added option to use front buttons to navigate
  • Added offset support in the hacks
  • Added support for comments in the hacks
  • Added USB Keyboard support
    • Meant for wii-mini
    • Works on all Wii's
    • Mapping is as follows :
      • A = Enter
      • B = Esc
      • X = X
      • Y = Y
      • Start = Spacebar
      • Arrow keys : directions
    • Hold escape to stop autoboot and enter the menu

priiloader 0.8.2 is release and can be downloaded from http://www.dacotaco.com/dlpriiloader.php?ver=0_8_2

v0.8.2 : Why wont you let me die!

  • Added support for open HBC
  • refuse installation on WiiU(vWii)

using a dirty check from Joostin

  • added option to shutdown to a certain app

(WHY WOULD YOU WANT THIS)

  • fixed arguments stuff when booting dol/elf files
  • Added magic word to force autoboot ( 'Abra' )

External links

Advertising: