
IMPORTANT NOTE:
-------------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
What is preloader and what the hell does it do:
-------------------------------------------------------------------------------------
What is Priiloader ?
Priiloader is a modded version of Preloader. just like preloader, Priiloader places it on boot sequence before the system menu.
by this priiloader has the ability to:
* patch memory just like StartPatch or Preloader. hacks.ini should be on the sd root and can be found on wiibrew
* save wii from banner & other kind of bricks that aren't system menu title/ios or boot1/2 related
if autoboot is enabled, hold reset while starting the wii to boot priiloader.
Hacks:
-------------------------------------------------------------------------------------
To install additional System Menu patches, simply copy the "hacks.ini" file
included with preloader into the root of your SD card.
Then,boot into preloader's settings, and chose to enable or disable the patches
in the Hack Settings menu.
Once applied, your patches are placed in NAND, so feel free to erase the file
on your SD card.
The format for adding additional hacks, or patches, to your hacks.ini file is simple
and should explain itself.
Uninstall:
-------------------------------------------------------------------------------------
run the installer again but this time press the - button
Changelog:
-------------------------------------------------------------------------------------
Priiloader Changelog
-------------------------------------
0.3:
* Change and fixed IOS Stub detection. All known IOS' are detected like they should. thank you Attila
* Changed Autoboot setting so it would start system menu when having just updated/installed Priiloader
* Fixed Hacks.ini bug when it was made in linux (or any ini that doesn't have windows' \r\n newlines and uses \n instead)
* Fixed Bootstate handling. we should now handle all known bootstates correctly("invalid" bootstate 255 included). all unknown bootstates load priiloader instead
* Fixed Bug with USB drives that could crash System menu
* Fixed the Wii Blue Light on wiimail issue (when standby, forgot to merge the light init code from phpgeek)
* Fixed Background issues when changing colour and not saving settings
* Fixed various video related bugs ( out of screen text, text on top of the other, ... )
* Fixed some ES_Identify Bugs (in a hacky way) when not using system menu IOS for system menu
* Reload Hacks completly when LoadHacks() is called and hacks were already loaded once
* Added the checksum function from priiloader to the installer. if the checksum fails it asks the user what to do. it checks when:
* Copying (installation of priiloader) the System menu app
* Restoring (uninstall of priiloader) the System menu app
* after Writing the Priiloader app (the checking installation part)
* Added basic HBC Stub Loading. if priiloader (or a dol loaded by priiloader) crashes you can press reset to load HBC
* Added possibility to boot System Menu if no wiimote is detected. after 15 seconds priiloader booted press reset to boot system menu
* Added a check when loading/installing binaries to see if the SD/USB is still present or not