; This config file is optional, if you want to just use the defaults you do not ; require this file ; FatDevice : If set it will skip wad manager source select and always load ; this device ; default is disabled, set =sd, usb, smb, gcsda, or gcsdb to skip the select ; menu ;FatDevice=sd ; StartupPath : If set when loading wad manager it will load this path instead ; of device:/ ; default is disabled, set ="default path" ;StartupPath=/wad ; AutoLoadIOS : Auto Load this IOS at start of app(This will make you lose ; AHBPROT) ; default =0(disabled), set =The IOS you want to load(ex 236 if you want to ; load IOS 236 at start) To disable either comment out the line with a ';' ; or set =0 AutoLoadIOS=0 ; AutoLoadOnInstall : If the AutoLoadIOS is not installed when it is should ; Wii Mod reload AutoLoadIOS? ; default =0(disabled), set =1 to reload the AutoLoadIOS when it is installed ; To disable either comment out the line with a ';' or set =0 AutoLoadOnInstall=0 ; DisableSetAHBPROT : The new SetAHBPROT patch has a downside, it causes usb ; drives to not load. So this option allows you to disable the patch to ; reenable usb functionality. ; default =0, set =1 to disable SetAHBPROT patch and fix usb DisableSetAHBPROT=0 ; DisableControllerButtonHold : Disables reacting to buttons being held down. So you ; have to press the wiimote dpad for every movement through the menu. ; default =0, set =1 to disable button hold DisableControllerButtonHold=0 ; DeleteDefaultInsteadRemove : Change delete ios method when higher version is ; found during install. When installing an IOS over a clean IOS with a higher ; version the default action now is to try to change the version and then ; install over it with the new IOS. This option switches the default behavior ; back to just deleting the ios. ; default =0, set =1 to override default ; To disable either comment out the line with a ';' or set =0 DeleteDefaultInsteadRemove=0 ; outputios : Save IOS details to csv after each checking of all IOSs ; default =1, set =0 to disable saving to csv outputios=1 ; loadoldcsv : load IOS details saved from previous run( useful for AHBPROT ; mode ) ; default =1, set =0 to disable loading from csv loadoldcsv=1 ; printiosdetails : Print IOS details in IOS menu ; default =1, set =0 to disable showing IOS details printiosdetails=1 ; filterwads : In wadmanager filter files to only wads ; default =1, set =0 to disable filter other file types filterwads=1 ; onlyCheckIOSOnDemand: By default throughout Wii Mod (after wad installs, ; mass installs, and such) Check IOS will run to get the patch info on your ; installed IOSs. This option disables this so it only runs when run manually ; from the main menu. ; default =0, set =1 to disable auto check IOS and only run on demand onlyCheckIOSOnDemand=0 ; smb settings : set username password ip address and sharename here ; Here is an example config if you had a share at \\192.168.1.100\wad ; with username "user" and password "password". ;SMB_USER=user ;SMB_PWD=password ;SMB_SHARE=wad ;SMB_IP=192.168.1.100 ; skipios : Sometimes loading an ios will error or leave the app(nandemu) ; which is a problem for check ios, so this option allows you to blacklist IOS ; numbers so that they aren't loaded during check ios. You can also have more ; than one set so for example ;skipios=253 ;skipios=254 ; these two would skip checking sorg's nandemu and bootmii. Note: the app ; already skips these two IOSs so you shouldn't enable these examples. ; skiphash : This option is similar to skipios but instead of blacklisting a ; number like 254, this option blacklists a particular hash. You can get hashes ; of IOSs by disabling the checking IOS and enabling dump hash on the check IOS ; menu. You can also have more than one set. ; so for example ;skiphash=58c5d8b1,ccaa035b,14d3e159,3209c037,a915552a ;skiphash=e7db8c44,b68964e1,6debfc12,78d6b148,117a4cf8 ; these two would skip checking sorg's nandemu and bootmii. Note: the app ; already skips these two IOSs so you shouldn't enable these examples.