Hacking SoftChip Backup Loader

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
It's still tapping not holding, i think we should add some note to the loader.


Blue-K said:
Well, I just tested it, and the 002-Fix works, Gamma with the 002-Fix fails...now only Cheat-Codes and Vid-Patch are missing...

Oh, btw...If I set it to Autoboot in the Config, how can I go to the Config-Menü? Which button should I press? Thanks in Advance!

Gamma with 002 fix should work, maybe you got a non working version.
 

Blue-K

No right of appeal.
Member
Joined
Jun 21, 2008
Messages
2,572
Trophies
0
Location
Helvetica
XP
209
Country
Swaziland
Yes, they are...post above...and I made a nice one with sound too
wink.gif


Located here (Name is Backup Channel-3445)

Oh, and Xeijin was right, hold 1...I swear I did that before I asked..nevermind...
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
lourens said:
Is it possible to Autoboot and Silent SoftChip without the configuration file on the SD card?

Just make this the default configuration and compile. It's in Configuration.cpp, you only need to change bool Configuration::Parse.
 

pika9323

Well-Known Member
Member
Joined
Nov 23, 2008
Messages
409
Trophies
0
XP
112
Country
Gambia, The
WiiPower said:
lourens said:
Is it possible to Autoboot and Silent SoftChip without the configuration file on the SD card?

Just make this the default configuration and compile. It's in Confuguration.cpp, you only need to change bool Configuration::Parse.

Sry but whats silent in german? I always think: Stille oder schweigen? This doesnt make sense.
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
pika9323 said:
Sry but whats silent in german? I always think: Stille oder schweigen? This doesnt make sense.

I would translate with "still" or "wortkarg", in SoftChip this means just: no output.
 

thawkins1

Well-Known Member
Member
Joined
Sep 26, 2008
Messages
272
Trophies
0
Age
37
Location
USA
Website
Visit site
XP
150
Country
United States
lourens said:
Ist Autoboot möglich und leises SoftChip ohne die Konfigurationsakte auf der Sd-Karte?

WiiPowerEinfach bilden Sie dieses die Rückstellungskonfiguration und kompilieren Sie. It' s in Confuguration.cpp, müssen Sie nur bool Konfiguration ändern:: Analysieren Sie.

there translated for you pika9323
smile.gif
 

dengar

Active Member
Newcomer
Joined
Jul 13, 2007
Messages
29
Trophies
0
XP
92
Country
United States
Sorry for the n00b question, but what do I do with the softchipr74.dol file? I tried to install just the wad but it said something about using IOS36. I have Homebrew and Gamma installed already but I just followed the noobie directions to get it to work
wacko.gif
 

lourens

Well-Known Member
Newcomer
Joined
Aug 30, 2007
Messages
70
Trophies
0
Location
Gouda
XP
46
Country
Belgium
.wad is for the Wii menu. The .dol for the HBC. When you start Softchip you must select IOS249 otherwise it won't start.

Good luck
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
dengar said:
Sorry for the n00b question, but what do I do with the softchipr74.dol file? I tried to install just the wad but it said something about using IOS36. I have Homebrew and Gamma installed already but I just followed the noobie directions to get it to work
wacko.gif

Visit the homepage of the HBC and read there how to run .dols.
 

lourens

Well-Known Member
Newcomer
Joined
Aug 30, 2007
Messages
70
Trophies
0
Location
Gouda
XP
46
Country
Belgium
Allrighty, trying to make a autoboot, silent and error 002 fix enabled SoftChip.

So I just need to change

/ trunk/ loader/ source/ Configuration/ Configuration.cpp
CODE Data.IOS = Default_IOS;
Data.Language = -1;
Data.SysVMode = true;
Data.AutoBoot = false;
Data.Silent = false;
Data.Logging = false;
Data.Remove_002 = false;
return true;
in
CODE Data.IOS = Default_IOS;
Data.Language = -1;
Data.SysVMode = true;
Data.AutoBoot = true;
Data.Silent = true;
Data.Logging = false;
Data.Remove_002 = true;
return true;

and then compile it?
What is the return true for?
Will it autoload IOS36 unless I change Default_IOS in 249?
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
lourens said:
Allrighty, trying to make a autoboot, silent and error 002 fix enabled SoftChip.

So I just need to change

/ trunk/ loader/ source/ Configuration/ Configuration.cpp
CODE Data.IOS = Default_IOS;
Data.Language = -1;
Data.SysVMode = true;
Data.AutoBoot = false;
Data.Silent = false;
Data.Logging = false;
Data.Remove_002 = false;
return true;
in
CODE Data.IOS = Default_IOS;
Data.Language = -1;
Data.SysVMode = true;
Data.AutoBoot = true;
Data.Silent = true;
Data.Logging = false;
Data.Remove_002 = true;
return true;

and then compile it?
What is the return true for?
Will it autoload IOS36 unless I change Default_IOS in 249?

Just change the options you want and don't touch the rest. I forgot, of couse you should change the default IOS too.
 

lourens

Well-Known Member
Newcomer
Joined
Aug 30, 2007
Messages
70
Trophies
0
Location
Gouda
XP
46
Country
Belgium
I get a error while compiling SoftChip:

> "make"
main.cpp
powerpc-gekko-g++.exe: CreateProcess: No such file or directory
make[1]: *** [main.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:00
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
lourens said:
I get a error while compiling SoftChip:

> "make"
main.cpp
powerpc-gekko-g++.exe: CreateProcess: No such file or directory
make[1]: *** [main.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:00

Did you compile any wii application before? If yes, did you update devkitpro with the updater? If no, where exactly did you install the devkit and where is the project? Spaces aren't allowed for these two paths.
 

lourens

Well-Known Member
Newcomer
Joined
Aug 30, 2007
Messages
70
Trophies
0
Location
Gouda
XP
46
Country
Belgium
Hmmm, my folders were

C:/devkitpro
C:/wiiproject/softchip

Anyway I rebooted on that crappy laptop and now it won't start (BIOS issues). Trying everything on a PC now. Still a question. Should I replace Default IOS it with 'IOS249' or '249'?

PS. I have never compiled SoftChip before (shame on me I know) nor used devkitPro but I am eager to learn)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: @Mondooooo, They have a page to report that sort of thang.