Hacking Crap, easy to use channel creator

bnm81002

Well-Known Member
Member
Joined
May 22, 2008
Messages
806
Trophies
0
Location
New York
XP
166
Country
United States
bnm81002 said:
I found a bug, with the "Wad Naming" selection, the 1st and last selections work but the middle selection only shows the Discld but not the GameName at all?



anyone else having this problem
unsure.gif
 

Fat D

Well-Known Member
Member
Joined
Nov 18, 2006
Messages
1,136
Trophies
0
XP
454
Country
Germany
Good job on adding a cfgUSB forwarder with partition selection support including FAT partitions. Now we just need the ability to extract banners and GameIDs from wbfs containers to create channels directly from a FAT drive.
 

oggzee

Well-Known Member
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
Fat D said:
Good job on adding a cfgUSB forwarder with partition selection support including FAT partitions. Now we just need the ability to extract banners and GameIDs from wbfs containers to create channels directly from a FAT drive.
If it helps, this can be used to extract a banner from a .wbfs file:
wbfs_file gameid.wbfs extract_file gameid opening.bnr

(although the filename is case sensitive and some games use OPENING.BNR, but that is a trivial fix inside wbfs_file)
 

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
oggzee said:
Fat D said:
Good job on adding a cfgUSB forwarder with partition selection support including FAT partitions. Now we just need the ability to extract banners and GameIDs from wbfs containers to create channels directly from a FAT drive.
If it helps, this can be used to extract a banner from a .wbfs file:
wbfs_file gameid.wbfs extract_file gameid opening.bnr

(although the filename is case sensitive and some games use OPENING.BNR, but that is a trivial fix inside wbfs_file)

Hmm, what partition does this gets the banner from, always game partition? I may add support for this.

ps: also can you add an option so that full path for the extracted file can be specified.. user may not want opening.bnr created in the same folder as wbfs file... Currently I'll move the file...
 

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
New version,
download from here : http://www.tepetaklak.com/wii

Code:
-=-=-=-=-=-=-=-=-=-=-=-=-= Crap v2.4b =-=-=-=-=-=-=-=-=-=-=-=-=-=
20/11/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Second wad naming option (Game name-Disc Id.wad) fixed.

* List of games from Wbfs drive sorted by game name (May bork if
there are more than 1 game with the same name)

* Added ability to extract banners using wbfs_file.exe, copy 
wbfs_file.exe under 3rdParty folder and use ISO/WBFS File selection
to open a wbfs file.
 

Fat D

Well-Known Member
Member
Joined
Nov 18, 2006
Messages
1,136
Trophies
0
XP
454
Country
Germany
oggzee said:
Fat D said:
Good job on adding a cfgUSB forwarder with partition selection support including FAT partitions. Now we just need the ability to extract banners and GameIDs from wbfs containers to create channels directly from a FAT drive.
If it helps, this can be used to extract a banner from a .wbfs file:
wbfs_file gameid.wbfs extract_file gameid opening.bnr

(although the filename is case sensitive and some games use OPENING.BNR, but that is a trivial fix inside wbfs_file)



WiiCrazy said:
New version,
download from here : http://www.tepetaklak.com/wii

Code:
-=-=-=-=-=-=-=-=-=-=-=-=-= Crap v2.4b =-=-=-=-=-=-=-=-=-=-=-=-=-=
20/11/2009 WiiCrazy (I.R.on)
-----------------------------------------------------------------
* Second wad naming option (Game name-Disc Id.wad) fixed.

* List of games from Wbfs drive sorted by game name (May bork if
there are more than 1 game with the same name)

* Added ability to extract banners using wbfs_file.exe, copy 
wbfs_file.exe under 3rdParty folder and use ISO/WBFS File selection
to open a wbfs file.
Thank you guys, but somehow the extraction process using wbfs_file does not work for me. Are special files necessary for that? More specifically, extracting manually with wbfs_file works, but crap errors. It is a different error from the one I get when wbfs_file is not added, though.
Also, I have recently encountered trouble with the "test/install" function not working.
The banner extraction problem can be easily circumvented by a banner extraction batch script, which is currently in my Wii.:
bannerizer.bat:CODE@ECHO OFF
FOR %%I IN (*.WBFS) DO bannerize %%I
bannerize.bat:CODE
@ECHO OFF
WBFS_FILE %1 extract_file %~n1 opening.bnr
REN opening.bnr %~n1.bnr
and wbfs_file.exe, all in USBFAT:/wbfs/
Then run bannerizer.bat and it will extract the banners of all games.
 

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
Fat D said:
Thank you guys, but somehow the extraction process using wbfs_file does not work for me. Are special files necessary for that? More specifically, extracting manually with wbfs_file works, but crap errors. It is a different error from the one I get when wbfs_file is not added, though.
Also, I have recently encountered trouble with the "test/install" function not working.

Well I only tested with wii sports... maybe folder problems, could it be that your wbfs files stays in a path in which there are spaces... It seems I didn't handle this case..

About test/install feature not working, could you describe what kind of trouble?

ps: Space issue I tested, indeed it's problematic...
 

Fat D

Well-Known Member
Member
Joined
Nov 18, 2006
Messages
1,136
Trophies
0
XP
454
Country
Germany
Whitespace should not have been an issue, crap was in h:\burn\wii\crap and WBFS containers in k:\wbfs. Despite that, the fix works.
Pressing "Test/Install" yields a windows error, in the Win UI language. A rough translation:
Path must not be NULL. (or zero, idk)
Parameter name: path
 

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
Fat D said:
Whitespace should not have been an issue, crap was in h:\burn\wii\crap and WBFS containers in k:\wbfs. Despite that, the fix works.
Pressing "Test/Install" yields a windows error, in the Win UI language. A rough translation:
Path must not be NULL. (or zero, idk)
Parameter name: path

Ok, you are getting that error because Test/Install feature can only be used after packing the wad. Yes I know I should have made it so that it stays disabled until a wad created, guess I'm too lazy...
 

Fat D

Well-Known Member
Member
Joined
Nov 18, 2006
Messages
1,136
Trophies
0
XP
454
Country
Germany
Oh, thank you. Now it works. Well, except for the fact that red steel chokes while loading, but that might very well be due to requiring the alt dol. - youp, that was it.
 

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
TeenTin said:
I can not create Mario Kart Wii Channel, while other games work fine.

Would you please check ? Thanks.

Hmm, Mario Kart had that weird disc id.. Try from wbfs for example or extract the banner and rename it to the correct disc Id and use that... was it RMC(E/P)01?
Possibly the iso you have is brickblocked in a strange way...
 

TeenTin

Well-Known Member
Member
Joined
Jun 20, 2007
Messages
1,256
Trophies
1
XP
875
Country
Hong Kong
WiiCrazy said:
TeenTin said:
I can not create Mario Kart Wii Channel, while other games work fine.

Would you please check ? Thanks.

Hmm, Mario Kart had that weird disc id.. Try from wbfs for example or extract the banner and rename it to the correct disc Id and use that... was it RMC(E/P)01?
Possibly the iso you have is brickblocked in a strange way...

No brickblocked. My ISO is untouched. However, I found that Loadstructor works just fine.
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,923
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,981
Country
Cyprus

WiiCrazy

Be water my friend!
OP
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
TeenTin said:
WiiCrazy said:
TeenTin said:
I can not create Mario Kart Wii Channel, while other games work fine.

Would you please check ? Thanks.

Hmm, Mario Kart had that weird disc id.. Try from wbfs for example or extract the banner and rename it to the correct disc Id and use that... was it RMC(E/P)01?
Possibly the iso you have is brickblocked in a strange way...


No brickblocked. My ISO is untouched. However, I found that Loadstructor works just fine.


I'll take a look when I detach my portable usb drive back to pc...

QUOTE(xflak40 @ Nov 21 2009, 12:47 AM) QUOTE(WiiCrazy @ Nov 20 2009, 08:26 PM)
Fixed the space in wbfs path problem in-place... meaning if you downloaded before seeing this message, please download again...
or download only executable : http://www.tepetaklak.com/data/Crap2.4bHotfix.rar

can you please upload the fixed application to the following site? (or wherever provided you tell me the link!)

http://code.google.com/p/crapwii/downloads/list


thanks a lot!

Well, I've already uploaded to google code, you can download the fixed version from there too..
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    @Xdqwerty I don't have a ROG ally
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i don't have one either
    +1
  • SylverReZ @ SylverReZ:
    @AcuteBulbasaurappears, A cute bulbasaur appears. :D
    +2
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, The Wii U gamepads are tied to the console's region, so its impossible to find a cheap gamepad that supports your model.
  • SylverReZ @ SylverReZ:
    Unless you modify your system, of course, and remove the region check.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, im now by episode 8 of lain
  • S @ salazarcosplay:
    @Xdqwerty can we discuss chrono trigger
  • S @ salazarcosplay:
    @Xdqwerty I like how the game had the middle ages 1000AD, the dark ages 600AD.It was great seeing the post robot apocalypse 2300 like Terminator and enter the matrix. some of mad max and fallout. 2300ad though it could had used more elements instead of just a generic ai uprising. It was a great idea for their judgement day to be 1999 Y2K.

    -great additions if they would have made an expansion or dlc in my opinion would be finding out humans trapped in a matrix -

    a follower having a cyborg character living tissue over metal endoskelleton like terminator, and the synths from fallout
  • S @ salazarcosplay:
    4After Zeal fell it would have been good to see more ancient eras. Perhaps Sumeria based in one area, then Egypt based in another area, Greek based in another area, then roman based in another area before the middle ages.---------

    ----between 1000ad and 1999 is a big gap they should have had the age of revolution like the american and French Revolution

    then the cowboyy era in one area of map and the Industrial revolution/age of enlightmentthen a ww1 and ww2 and a cold war era
  • S @ salazarcosplay:
    they could have added 75,000 bc like assassins creed. zeal was already establish in 12, 000 bc , soething before the kindom rose
  • S @ salazarcosplay:
    @Xdqwerty they could also add age of dscover, colonialism ect
    +1
  • S @ salazarcosplay:
    renaissance
  • S @ salazarcosplay:
    @Xdqwerty what did you think
  • S @ salazarcosplay:
    @Xdqwerty I think glenn (the frog) after becomming human had an affair with the queen
  • S @ salazarcosplay:
    so he is the great great great great grandfather of marle @Xdqwerty
  • S @ salazarcosplay:
    they made it like Lancelot from king arthur legends
  • BakerMan @ BakerMan:
    just found out i'm now taller than my dad
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, sorry i was busy
  • S @ salazarcosplay:
    @Xdqwerty thats completely fine
    +1
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay,
    the ds version added a secret boss reference to chrono cross
  • S @ salazarcosplay:
    @Xdqwerty did you finish watching naruto shippuden and Boruto
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, i havent even started lol
    Xdqwerty @ Xdqwerty: @salazarcosplay, i havent even started lol