Changes

Jump to navigation Jump to search
2,651 bytes added ,  19:31, 3 February 2021
m
Switched to normal modifies NAND with BMAPL flag.
Line 5: Line 5:  
| author      = [[User:DacoTaco|DacoTaco]]
 
| author      = [[User:DacoTaco|DacoTaco]]
 
| contributor = F_GOD,BadUncle
 
| contributor = F_GOD,BadUncle
| version    = 0.6
+
| version    = 0.9
| source      = http://code.google.com/p/priiloader/source/checkout
+
| source      = https://github.com/DacoTaco/priiloader
| download    = http://www.dacotaco.com/dlpriiloader.php?ver=0_6
+
| download    = https://www.dacotaco.com/dlpriiloader.php?ver=0_9
| website    = http://code.google.com/p/priiloader/
+
| website    = https://github.com/DacoTaco/priiloader
 
| licence    = GPL
 
| licence    = GPL
 
| peripherals = {{Wiimote1}} {{GCNController}} {{FrontSD}} {{FrontSDHC}}
 
| peripherals = {{Wiimote1}} {{GCNController}} {{FrontSD}} {{FrontSDHC}}
 
}}
 
}}
{{Modifies NAND}}
+
{{Modifies NAND|bmapl=yes}}
 +
{{No vWii}}
    
<div style="text-transform: uppercase; text-align: center;"><div style="font-size: 200%; font-weight: bold;">Warning</div>
 
<div style="text-transform: uppercase; text-align: center;"><div style="font-size: 200%; font-weight: bold;">Warning</div>
Line 19: Line 20:  
This tool modifies the normal behavior of the Wii System and therefore can cause unexpected problems.
 
This tool modifies the normal behavior of the Wii System and therefore can cause unexpected problems.
   −
It is '''''highly''''' recommended to install Priiloader only on a Wii with unmodified IOS<span style="text-transform: lowercase;">s</span>!
+
It is '''''highly''''' recommended to install Priiloader only on a Wii with '''''only''''' unmodified IOS<span style="text-transform: lowercase;">s</span>!
   −
You agree that you install this tool at your own risk, and that the autjor can not be held
+
You agree that you install this tool at your own risk, and that the author can not be held
   −
responsible for any damages cuased by either using or installing this tool.</div>
+
responsible for any damages caused by either using or installing this tool.</div>
    
== What is Priiloader ? ==
 
== What is Priiloader ? ==
 
Priiloader is a modded version of [[Preloader]]. Just like preloader, Priiloader places itself in boot sequence before the system menu. By this priiloader has the ability to:<br>
 
Priiloader is a modded version of [[Preloader]]. Just like preloader, Priiloader places itself in boot sequence before the system menu. By this priiloader has the ability to:<br>
*Patch memory just like [[StartPatch]] or [[Preloader]]. [[Preloader/Priiloader/hacks|hacks_hash.ini]] should be on the sd root(only once, they get copied to NAND) and can be found [[Preloader/Priiloader/hacks|here]].
+
*Patch memory just like [[StartPatch]] or [[Preloader]]. [[Preloader/Priiloader/hacks|hacks_hash.ini]] should be on the sd in sd:/apps/priiloader (only once, they get copied to NAND) and can be found [[Preloader/Priiloader/hacks|here]].
 
*Save wii from banner & other kind of bricks that aren't ios/boot2/nand corruption related
 
*Save wii from banner & other kind of bricks that aren't ios/boot2/nand corruption related
 
*Start something else than system menu on power up (a dol file, bootmii, homebrew channel)
 
*Start something else than system menu on power up (a dol file, bootmii, homebrew channel)
   −
If you have any further questions, suggestions or anything then please contact us at the [http://code.google.com/p/priiloader/ google code] SVN page, #priiloader on [irc://irc.efnet.org/priiloader efnet.org] or dacotaco's forum on [http://forum.dacotaco.com http://forum.dacotaco.com]
+
If you have any further questions, suggestions or anything then please contact us at the [https://github.com/DacoTaco/priiloader Github] GIT page, #priiloader on [irc://irc.efnet.org/priiloader efnet.org] or through email.
    
== Known Issues ==
 
== Known Issues ==
*Priiloader Rev47/48 (0.3 or 0.3b) can hang the Wii while loading a DVD in the System Menu. Rare bug, mostly seen with hardware mods. reports are [https://code.google.com/p/priiloader/issues/detail?id=38 found here].
+
None.
*System Menu seems to be unable to update itself when Priiloader is installed from DVD or Online (not hacks related). either ES,DI or title problems (confirmation needed)
      
== To do ==
 
== To do ==
Line 49: Line 49:     
==Changelog==
 
==Changelog==
 +
===0.9 : Itsa Prii, can't get rid of mii(20 September 2020)===
 +
* 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
 +
 +
===0.8.2 : Why won't you let me die!(10 October 2017)===
 +
(https://www.youtube.com/watch?v=5xniR1GN69U&t=54s)
 +
* 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' )
 +
 +
===0.8.1 : DacoTaco's Wild Appearance(27 August 2015)===
 +
* Fixed 'Save Settings' in Hacks menu
 +
* Fixed small UI issues
 +
* Changed rev numbers to GIT hash numbers
 +
===0.8 : DacoTaco's Meh (29 July 2015)===
 +
* Fixed Gc controller when updating
 +
* Fixed some DVD drive accessing bugs
 +
* Fixed some changelog displaying issues
 +
* added support for the new HBC
 +
* check apps on USB if SD has none
 +
* changed magicword to 0x817FEFF0 (for techinical reasons. old magicwords still work; but it is recommended to switch)
 +
* fixed random small bugs
 +
* new libogc -> new wiimotes supported
 +
* fixed loading compressed dols
 +
* fixed title menu crash
 +
* fixed installer some more
 +
* Dropped language mods.
 +
* set black background as default
 +
* added argument + ahbprot support for dols
 +
* all dols use IOS 58,61 or 38(with ahbprot)
 +
* EasterEgg removed
 +
* Gecko output will now be dumped to fat:/prii.log
 +
 +
===0.7 : God's Goodbye(04 april 2011)===
 +
* fixed SM update bug
 +
* fixed title launching on some wii's(part 2, fully working now. patch was passed on to libogc)
 +
* fixed listing of binaries when there is no apps folder
 +
* refuse to load binaries that wont load anyway
 +
* do dvd shutdowns async to increase booting time of dol's & titles
 +
* ANOTHER attempt to fix the installer, this time it reloads ios so it kills all ahbprot issues from before. (see http://forum.dacotaco.com/viewtopic.php?f=5&t=71&p=325#p325 )
 +
* moved hacks_hash / hacks.ini access back to fat:/apps/priiloader just like preloader
 +
 
===0.6 : God is here (24 Dec 2010)===
 
===0.6 : God is here (24 Dec 2010)===
 
*Fixed Title Booting on some Wiis (issue 130)
 
*Fixed Title Booting on some Wiis (issue 130)
Line 58: Line 135:  
*made load/install binary load fat:/apps/ folder
 
*made load/install binary load fat:/apps/ folder
 
*Increased USB Support(thanks TT)
 
*Increased USB Support(thanks TT)
*Changed the Hacks method (see SVN or hacks page)
+
*Changed the Hacks method (see SVN or [[Preloader/Priiloader/hacks]])
 
*change memory management to use mem2 instead giving priiloader a big speedboost
 
*change memory management to use mem2 instead giving priiloader a big speedboost
  
5,579

edits

Navigation menu