Wii Autoboot Creator

Railgun

( ' _ ' )
OP
Member
Joined
Feb 20, 2006
Messages
326
Trophies
0
Location
GBAtemp City
XP
327
Country
Gambia, The
QUOTE said:
sshot3qu3.png


LandeSoft has released a Windows based GUI tool to patch your Nintendo Wii ISO images so they will automatically boot bypassing the menu system totally.

Download: here

SOURCE
 

Prophet

Resident Black Militant
Member
Joined
Nov 6, 2002
Messages
635
Trophies
0
Age
37
Website
Visit site
XP
340
Country
United States
For those who are obviously not understanding what this does;

From the translated release notes:

What does it do?
With this application, you can modify your backups, so that when inserting they will boot directly and you can avoid having to access the disk channel.

You can also reverse the process, and go back to the manual boot.

How does it work?
It is very easy! Select the backup you want to edit, then select the mode boot (Automatic or Manual), and click change.

What do I need to run it?
The .NET Framework 2.0 if you have not installed it yet. -- Courtesy of nintendo-scene.com

To make it perfectly clear, NO this will not boot games on a non modded system. All it does is make a game auto boot, bypassing the wii menu aka channel listings.

On a side note, I'm not sure what good this is. Maybe for semi-bricked wii's where the menus get buggy.
 

H8TR

Well-Known Member
Member
Joined
Oct 22, 2006
Messages
794
Trophies
0
Location
t-Dot
Website
Visit site
XP
162
Country
Canada
For those who are obviously not understanding what this does;

From the translated release notes:

What does it do?
With this application, you can modify your backups, so that when inserting they will boot directly and you can avoid having to access the disk channel.

You can also reverse the process, and go back to the manual boot.

How does it work?
It is very easy! Select the backup you want to edit, then select the mode boot (Automatic or Manual), and click change.

What do I need to run it?
The .NET Framework 2.0 if you have not installed it yet.
Does this bypass any updates that a game may ask for?
 

WB3000

Well-Known Member
Member
Joined
Apr 5, 2007
Messages
674
Trophies
1
Website
wb3000.co.nr
XP
471
Country
United States
Besides writing up the article for Nintendo-Scene.com, I've had a look at the source code. This only modifies a single character in the iso, changing it either to an '0' or a 'R'. This could be implemented easily in any programming language from what I have seen.

So no, it does not remove updates, perhaps it bypasses them simply because it boots directly. And it will not allow you to boot without a modchip, though that would be nice.
smile.gif
 

arctic_flame

GBAtemp ATMEGA8 Fan
Member
Joined
Nov 4, 2006
Messages
2,835
Trophies
0
Age
32
Location
England land
XP
168
Country
Besides writing up the article for Nintendo-Scene.com, I've had a look at the source code. This only modifies a single character in the iso, changing it either to an '0' or a 'R'. This could be implemented easily in any programming language from what I have seen.

So no, it does not remove updates, perhaps it bypasses them simply because it boots directly. And it will not allow you to boot without a modchip, though that would be nice.
smile.gif



CODE#include
#include
#include
#include
#include

int main(int argc, char **argv) {
const char *file;
const char *am;
FILE *fp;

printf("\n\nBootMe 1.0 by CorteX\n");
printf("Greetings fly out to crediar, bushing, segher, and everyone else contributing in some way
smile.gif
\n\n");
if (argc != 3) {
fprintf(stderr, "Usage: %s wiigame.iso [a]utoboot/[m]anual boot\n", argv[0]);
return EXIT_FAILURE;
}

file = argv[1];
if (!(fp = fopen(file, "r+b"))) {
fprintf(stderr, "%s: %s: %s\n", argv[0], file, strerror(errno));
return EXIT_FAILURE;
}
am = argv[2];
if( (argv[2][0] != 'a') && (argv[2][0] != 'm') )
{
printf("Illegal switch. Please use [a]utoboot/[m]anual boot\n");
return EXIT_FAILURE;
}

if( (argv[2][0] == 'a')) {
putc('0', fp);
}
if( (argv[2][0] == 'm')) {
putc('R', fp);
}
fclose(fp);
printf("Operation completed successfully.");
return EXIT_SUCCESS;
}

Is the source of the original version, by the way.
 

Maikel Steneker

M3 Fanboy
Member
Joined
May 16, 2007
Messages
3,394
Trophies
1
Age
32
Website
ndss.nl
XP
383
Country
Netherlands
Wish it worked on GC isos.
Yeah, that would be much better. I don't mind pressing the A-button three times to start a Wii-game (although it is a bit annoying sometimes) it's downright frustrating to search for the Wiimote everytime I want to start a Gamecube-game.

Well, it won't matter for me either way as I haven't even modded my Wii
happy.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    I think I did then it broke a few months later
  • Psionic Roshambo @ Psionic Roshambo:
    Used it as a web cam for a day for fun, sooo shitty it was hilarious
  • Psionic Roshambo @ Psionic Roshambo:
    I had two Ken one regular black one and a silver special edition one lol
  • K3Nv2 @ K3Nv2:
    Speaking of old stuff those green og Logitech Xbox controllers still being listed around $100
  • The Real Jdbye @ The Real Jdbye:
    eyetoy was fun yeah
  • The Real Jdbye @ The Real Jdbye:
    super basic, but the minigames were well designed
  • The Real Jdbye @ The Real Jdbye:
    i'm sure there's at least 1 emulator out there that works with it
  • Psionic Roshambo @ Psionic Roshambo:
    I had the PS3 one too and The Eye of Judgement game lol was ass
  • The Real Jdbye @ The Real Jdbye:
    i had eye toy play on ps2
  • K3Nv2 @ K3Nv2:
    Microsoft ruined it with kinect
  • Psionic Roshambo @ Psionic Roshambo:
    @The Real Jdbye, PCSX2 works with any web cam and emulates the EyeToy with it
  • K3Nv2 @ K3Nv2:
    I remember mic support for the n64 being janky
  • K3Nv2 @ K3Nv2:
    Emulation wise
  • Psionic Roshambo @ Psionic Roshambo:
    I had a kinnect.... It blew rotting goat balls
  • Psionic Roshambo @ Psionic Roshambo:
    Ken amazingly DraStic microphone support works better than real hardware lol
  • Psionic Roshambo @ Psionic Roshambo:
    On a phone of course
  • Psionic Roshambo @ Psionic Roshambo:
    Also touch is better.... Well at least better than the launch DS, the lite one improved that a ton
  • K3Nv2 @ K3Nv2:
    Touch
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I really need to dig out my USB Wii sensor bar and experiment with Wii emulation and synching Wii remotes with BT lol
  • Psionic Roshambo @ Psionic Roshambo:
    Sort of redundant since I have a Wii lol
  • Psionic Roshambo @ Psionic Roshambo:
    With HDMI lol
  • K3Nv2 @ K3Nv2:
    I also have a Wii
  • K3Nv2 @ K3Nv2:
    Tomorrow be may 4th
  • Psionic Roshambo @ Psionic Roshambo:
    Getting Wiid from Street Pharmacist Mario?
  • K3Nv2 @ K3Nv2:
    1tb SD card for whatever reason
    K3Nv2 @ K3Nv2: 1tb SD card for whatever reason