Closed Thread
Page 12 of 31
FirstFirst ... 2 10 11 12 13 14 22 ... LastLast
Results 111 to 120 of 309

Thread: Waninkoko releases the USB LOADER 1.1...now at version 1.5

  1. #111
    Junior Member
    Join Date
    Mar 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Downloads
    6
    Uploads
    0

    Cant install cios rev 9

    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 ?
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  2. #112
    Junior Member
    Join Date
    Mar 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Downloads
    6
    Uploads
    0

    firware version

    im using firware version 3.3 e and wad manager 1.3
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  3. #113
    Junior Member
    Join Date
    Jan 2009
    Posts
    31
    Thanks
    1
    Thanked 11 Times in 4 Posts
    Downloads
    3
    Uploads
    0
    Install it via Internet, that's how it worked for some.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  4. #114
    Junior Member
    Join Date
    Jan 2009
    Posts
    26
    Thanks
    13
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by lexxux [Only Registered Members May View Links| Click here to register]
    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 ?
    Do you have IOS36_v1042 in the root of your SD card?

    Great tutorial here (thanks modderman):

    [Only Registered Members May View Links| Click here to register]
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  5. #115
    Junior Member
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    7
    Uploads
    0
    is it possible to get wii ware and VC games on the HDD and play them from it? if so...how? thanks
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  6. #116
    Member
    Join Date
    Jan 2009
    Posts
    1,570
    Thanks
    104
    Thanked 218 Times in 206 Posts
    Downloads
    20
    Uploads
    0
    wiiwares n VC are in wad files. USB-loader for ISOs, today.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  7. #117
    Junior Member
    Join Date
    Mar 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by a.t.h.k [Only Registered Members May View Links| Click here to register]
    OH only use wbfs_win.exe X init if you have not I REPEAT HAVE NOT! formatted the drive on the wii, BE CAREFUL DO NOT DO THIS IF YOU HAVE ITEMS ON THE HDD you do not have to do this everytime just the once!

    I am not be reponsible for anything you lose or break... its all straight forward so you'll be fine!
    So if i formated the drive already on the wii I can skip this step and just put iso on the drive?
    can you please explain further
    thanks
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  8. #118
    Member
    Join Date
    Jan 2009
    Posts
    1,570
    Thanks
    104
    Thanked 218 Times in 206 Posts
    Downloads
    20
    Uploads
    0
    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.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  9. #119
    Junior Member
    Join Date
    Nov 2008
    Posts
    131
    Thanks
    6
    Thanked 25 Times in 24 Posts
    Downloads
    6
    Uploads
    0
    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 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
    Also posted by Slickjack at ntorrent a slight modification to the bat file

    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.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  10. The Following User Says Thank You to Flipmode For This Useful Post:


  11. #120
    Junior Member Safrout's Avatar
    Join Date
    Mar 2009
    Location
    Cairo, Egypt
    Posts
    79
    Thanks
    35
    Thanked 8 Times in 6 Posts
    Downloads
    2
    Uploads
    0
    thanks for the nice bat files

    hope i can access ntorrent in my current life
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Closed Thread
Page 12 of 31
FirstFirst ... 2 10 11 12 13 14 22 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts