Hacking Updated! Crap V0.2b

  • Thread starter Thread starter WiiCrazy
  • Start date Start date
  • Views Views 17,135
  • Replies Replies 66

WiiCrazy

Be water my friend!
Member
Joined
May 8, 2008
Messages
2,397
Reaction score
27
Trophies
1
Location
Istanbul
Website
www.tepetaklak.com
XP
425
Country
A minor update to Crap... SD/SDHC supporting Waninkoko's 1.5 loader added. You can select it in the user interface...

1. YAL with region override support
2. USB Loader 1.1 (joda's patch)
3. USB Loader 1.1s, Sorg's clean release supporting language & video forcing
4. USB Loader 1.5, supporting ocarina as well as launching from sd/sdhc card.

crap11.jpg


download : http://www.tepetaklak.com/data/crapV1.1.rar

modified yal sources : http://www.tepetaklak.com/data/yal-src.rar

modified usb 1.1s by sorg sources : http://www.tepetaklak.com/data/UsbLoader1.1s_CrapSupport.rar

Code:
-=-=-=-=-=-=-=-=-=-=-=-= Crap v1.1 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

18/04/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Added SD / USB selection. Finally crappified a loader that has
ocarina support as well as launching from sd/sdhc card. Loaders
increased to 4.

Code:
-=-=-=-=-=-=-=-=-=-=-=-= Crap v1.0 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

11/04/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Added support for language patching & video mode forcing & 
ocarina support (for future)

* Modified sorg's usb loader 1.1 mod so that it supports Crap's
config stuff... 

* Removed the beta tag from versioning with the adding of simple 
banner header check. Still have something to cover your ass in 
case of bricks. And remember stuff you download from Internet 
is much riskier than the stuff you create yourself... Unless you
are über noob or you have a really bad luck...

* Crappier...

Code:
-=-=-=-=-=-=-=-=-=-=-=-= Crap v0.3b -=-=-=-=-=-=-=-=-=-=-=-=-=-=

10/04/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Added testing on homebrew channel function, after packing click
test& enter the ip and send to test the dol before installing the
channel

Code:
-=-=-=-=-=-=-=-=-=-=-=-= Crap v0.2b -=-=-=-=-=-=-=-=-=-=-=-=-=-=

09/04/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Added configuration, now you can use any dol you want, check out
the crap.cfg configuration file.
 
Thanks again WiiCrazy....

Quick Question....

CAN I use other USB LOADERs? ( other customized wanin's, sorg's, Wiicrazy's, fishear's, etc )
OR only use YAL and Wanin's USB loader?
 
You can use other loaders, you just need to add it to the config and put the dol in the program folder..

say if you have a xyz.dol which has it's disc id placeholder as DISCID, config will become...

Code:
loaders = ( 
ÂÂÂÂ{ 
ÂÂÂÂtitleÂÂ= "Yet Another Loader";
ÂÂÂÂfilename = "loader.dol";ÂÂÂÂ
ÂÂÂÂauthor = "Kwiirk";
ÂÂÂÂmodder = "WiiCrazy";
ÂÂÂÂdiscIdPlaceHolder = "LOADER";ÂÂÂÂ
ÂÂÂÂconfigPlaceHolder = "CFGYAL";
ÂÂÂÂregionOverrideÂÂ= 1;
ÂÂÂÂverboseLogSupportÂÂ= 1;ÂÂÂÂ
ÂÂÂÂforcedVideoModeSelection = 0; /* Not used at the moment */
ÂÂÂÂocarinaConfiguration = 0; /* Not used at the moment */
ÂÂÂÂ},
ÂÂÂÂ{ 
ÂÂÂÂtitleÂÂ= "Usb Loader 1.1";
ÂÂÂÂfilename = "booter.dol";
ÂÂÂÂauthor = "Waninkoko";
ÂÂÂÂmodder = "Joda";
ÂÂÂÂdiscIdPlaceHolder = "BOOTER";
ÂÂÂÂconfigPlaceHolder = "";
ÂÂÂÂregionOverrideÂÂ= 0;
ÂÂÂÂverboseLogSupportÂÂ= 0;ÂÂÂÂÂÂÂÂ
ÂÂÂÂforcedVideoModeSelection = 0;ÂÂ/* Not used at the moment */
ÂÂÂÂocarinaConfiguration = 0;ÂÂ/* Not used at the moment */
ÂÂÂÂ},
ÂÂÂÂ{ 
ÂÂÂÂtitleÂÂ= "Xyz loader";
ÂÂÂÂfilename = "xyz.dol";
ÂÂÂÂauthor = "Someone";
ÂÂÂÂmodder = "Someone else";
ÂÂÂÂdiscIdPlaceHolder = "DISCID";
ÂÂÂÂconfigPlaceHolder = "";
ÂÂÂÂregionOverrideÂÂ= 0;
ÂÂÂÂverboseLogSupportÂÂ= 0;ÂÂÂÂÂÂÂÂ
ÂÂÂÂforcedVideoModeSelection = 0;ÂÂ/* Not used at the moment */
ÂÂÂÂocarinaConfiguration = 0;ÂÂ/* Not used at the moment */
ÂÂÂÂ}
);

you can add as many loaders as you want... the next feature I'll implement is (hopefully) a test before pack feature incorporating wiiload...

by the way, of course you can only use ones that are especially designed to be used for channels.
 
Works like a charm in VMWare. Now to try and get it working under wine ... =)
/me fetches a new mug of java ...
 
TeenTin said:
How about supporting Ocarina ?

Or, at least, accept custom dol input ?

Is there a steady loader out there with ocarina support? (I already crappified one actually... let's see how it goes)

You can use any dol you want, you just need to modify the configuration file. The only necessary thing is the Disc id placeholder, the rest you can set to their default values... (like the second loader entry in the config)

ps : already crappified loader broken since it doesn't seem to work with cios rev 10... for ocarina support I'm working on waninkoko's loader...
 
Is is possible to modify v1.4 so that this program can create channels for games on an SD card? Would it be just as simple as changing the dol to automatically select SD loading?
 
Of course possible, but it would be limited use... If I find time I may modify the 0.4 by waninkoko...
probably I should update Crap too to make it optional in the gui...

I fear waninkoko will strike with 0.5 followed by 0.6... that makes porting pointless at this time
smile.gif
 
I don't feel like you would need to keep editing it in the future. Once you create a single dol that can be used to create SD game channels, then there isn't much reason to update it. v1.1 is still used for all of the USB game channels. I wish I could help you edit the dol, but i don't know any code. If it is easier to make a configuration that will change any v1.4 thrown at it (force USB or force SD), than that would be a good option as well.
 
Thank you very much for your hard work Wiicrazy. Now I can finally make force pal channels of my few ntsc games. Just another great app from you.


Greetz ,


Gwaith
 

Site & Scene News

Popular threads in this forum