im using firware version 3.3 e and wad manager 1.3
Hello ! i canīt install cios, when i try i ger error ret = -1. I have remowed the 249.wad and my highest cios is 35. What am i doing wrong ?
im using firware version 3.3 e and wad manager 1.3
Install it via Internet, that's how it worked for some.
Do you have IOS36_v1042 in the root of your SD card?Originally Posted by lexxux [Only Registered Members May View Links| Click here to register]
Great tutorial here (thanks modderman):
[Only Registered Members May View Links| Click here to register]
is it possible to get wii ware and VC games on the HDD and play them from it? if so...how? thanks
wiiwares n VC are in wad files. USB-loader for ISOs, today.
So if i formated the drive already on the wii I can skip this step and just put iso on the drive?Originally Posted by a.t.h.k [Only Registered Members May View Links| Click here to register]
can you please explain further
thanks
yeah, skip that step....
go
either to put isos (in batch) on the drive by the UGI tool, with PC;
or add fm wii drive with usb-hdd hooked, running USB_Loader.
![]()
This works way better than the GUI, this is not my work but the guys work in the bat file, thanks goes to marinos35 at ntorrents.
Put all your ISO's in one folder and run this and it will do them all instead of you doing it one by one.
Also posted by Slickjack at ntorrent a slight modification to the bat fileAlso I have wrote a small bat that adds all the iso files that are in the same directory with the program. Just create a text file with notepad, put the following in and save it as auto.bat and set the type to "all files". This file must be in the same folder with the wbfs_win.exe and your isos
@ECHO OFF
ECHO **************************************************
ECHO ** This is for wbfs_win_delta
ECHO ** It auto-adds all the iso files in the folder
ECHO ** by marinos35
ECHO **************************************************
ECHO.
SET /P dltr=Give the letter of the WBFS disk:
wbfs_win.exe %dltr% info
for %%F in (*.iso) do wbfs_win.exe %dltr% add "%%F"
pause
cls
wbfs_win.exe %dltr% info
wbfs_win.exe %dltr% list
pause
exit
Hope you don't mind but for the people that know thier drive letter you can use this and change everything labeled
Z to your drive letter
@ECHO OFF
ECHO **************************************************
ECHO ** This is for wbfs_win_delta
ECHO ** It auto-adds all the iso files in the folder
ECHO ** by marinos35
ECHO **************************************************
ECHO.
wbfs_win.exe Z info
for %%F in (*.iso) do wbfs_win.exe Z add "%%F"
pause
cls
wbfs_win.exe Z info
wbfs_win.exe Z list
pause
exit
If you don't want all the info when it completes then just add this, remember to edit the Z to your drive letter
@ECHO OFF
ECHO **************************************************
ECHO ** This is for wbfs_win_delta
ECHO ** It auto-adds all the iso files in the folder
ECHO ** by marinos35
ECHO **************************************************
ECHO.
wbfs_win.exe Z info
for %%F in (*.iso) do wbfs_win.exe Z add "%%F"
exit
Last edited by Flipmode; 04-03-2009 at 01:16 PM.
thanks for the nice bat files
hope i can access ntorrent in my current life![]()