Hacking WiiScrubbed Game Sizes

Dack

Well-Known Member
Member
Joined
Aug 26, 2007
Messages
601
Trophies
0
Location
UK
XP
98
Country
Think they are on torrent sites.

I've been playing recently though.................

Just got:
Baloon Pop - 32 Meg,
Billy the Wizard broomstick racing - 76 Meg
Counterforce - 106 Meg

Those are all with the (at the moment) unreleased - v1.1b2.

I want to add one more thing in though before releasing, when it will probably go upto version 1.2
 

ScRubDuB

New Member
Newbie
Joined
Apr 17, 2008
Messages
4
Trophies
0
XP
25
Country
ganons said:
Bump found this
MiniCopter Adventure Flight USA 1.02gb
Namco Museum Remix PAL 2.63gb
Summer Sports Paradise Island USA 1.09gb

these were from 1.1 of the app
Hehe I recognise those and I know where you saw them I just PM'd flawsdraw with that before I came here. The actual size is a bit smaller cos those are packed in RAR with recovery record that adds a few extra MB.

Nice forum I like it
smile.gif


I'll be able to post all the pre release scrub sizes I can get my hands on
wink.gif


@DreaiKnight Yep those 3 are out there but you'll need an account and sign-up is full

I can post the file names if its allowed not too sure about the rules here yet

@Dack awesome work mate. Simple to use and very effective. Can you write an OS next
laugh.gif


Do you recommend I stick with 1.0a or is 1.1 Beta ok all those work fine and the .dif file is a great thing to have if a game happens not to work
 

Dack

Well-Known Member
Member
Joined
Aug 26, 2007
Messages
601
Trophies
0
Location
UK
XP
98
Country
ScRubDuB said:
@Dack awesome work mate. Simple to use and very effective. Can you write an OS next
laugh.gif


Do you recommend I stick with 1.0a or is 1.1 Beta ok all those work fine and the .dif file is a great thing to have if a game happens not to work

The 1.1 Beta works fine - the only thing that doesn't work 100% is the Trucha option and a few display bits (like the partitions shows as unknown type for the VC games on smash brothers - though they are processed correctly).

It also allows you to lose the header information too (much like 1.0 did) which knocks off another 1k of compressd data per empty sector compard to the 1.0a.
 

Dack

Well-Known Member
Member
Joined
Aug 26, 2007
Messages
601
Trophies
0
Location
UK
XP
98
Country
For anyone interested

QUOTE said:
Wiiscrubber 1.2

Think you'll like this version
smile.gif


Whats new?
1. Smaller compressed sizes possible as a bug fix was marking data
that wasn't actually used.
2. Allows for replacement of files on the ISO -i.e Right click LOAD menu works
3. Allows for replacement of files larger than the original
4. Auto Trucha signs if a file is replaced

Bug fixes:
1. Another 32/64 bit error meant that I was marking data used that
wasn't. This saves about an extra 100-200 Meg from an image.
2. Few display errors corrected

Thanks to Waninkoko for releasing the source of the WiiFrii code as it allowed
me to implement the Trucha bits.

Just a few more tweaks to do. Should be out before Home for the PS3
smile.gif
 

stev418

Well-Known Member
Member
Joined
Sep 25, 2007
Messages
492
Trophies
1
Website
Visit site
XP
200
Country
wow, nice progress dack, I especially like these new additions

2. Allows for replacement of files on the ISO -i.e Right click LOAD menu works
3. Allows for replacement of files larger than the original

Just a thought, would these new options be usable on a Gamecube ISO ???
 

SenorClean

Well-Known Member
Member
Joined
Mar 21, 2008
Messages
522
Trophies
0
XP
90
Country
dojana said:
So can i play scrubbed games with version 3.3j??

Yes, generally.

So long as it has just been scrubbed - no other content changed.

Even if it has been modified and trucha signed though, you can still launch through Gecko OS.
 

sillyflyman

New Member
Newbie
Joined
Jul 19, 2010
Messages
1
Trophies
0
XP
1
Country
United States
TLoZ:TP (NTSC-U) is 1.07 gb. sorry for it not being in megabytes, i was using a different program
yaywii.gif

EDIT: already there, sorry, first post XD
 

dlukz

New Member
Newbie
Joined
May 1, 2009
Messages
4
Trophies
0
XP
30
Country
United States
I am putting together a list of Sizes of Scrubbed wbfs files for people to add data too. I have someone that had(at the time all of the NTSC-U games, 949 games) and someone else with 550 games. I have added a list of 410 of my own games(multiple regions). If anyone wants to add information to this list i would be grateful(and the other people that need this info too).

The only information needed is the ID6(gameid) for each game, the size in megabytes(exact, no rounding up or down), and the program used to scrub the games. I will add your name if you'd like, or I can make it anonymous. Anyone wanting to add info to this project, let me know via Private Message on here.

Here is an example of the data, there will be a search function which will allow you to search by ID6 or Game Name
+--------+------------------------------------------------------------------+------+--------------+--------------------+
| id6 | name | size | submitted_by | scrubbed_by |
+--------+------------------------------------------------------------------+------+--------------+--------------------+
| RYZE6U | World Party Games | 636 | Anonymous_B | Wii Backup Manager |
| RYZE6U | World Party Games | 636 | Anonymous_K | Wii Backup Manager |
| RPKE52 | World Series of Poker: Tournament of Champions 2007 Edition | 1706 | Anonymous_K | Wii Backup Manager |
| RPKE52 | World Series of Poker: Tournament of Champions 2007 Edition | 1708 | DlukZ | WIT |
| SILP78 | Worms Battle Islands | 53 | DlukZ | | WIT |
| RWME78 | Worms: A Space Oddity | 651 | DlukZ | | WIT |
| RWME78 | Worms: A Space Oddity | 482 | Anonymous_K | Wii Backup Manager |
 

Wiimm

Developer
Member
Joined
Aug 11, 2009
Messages
2,292
Trophies
1
Location
Germany
Website
wiimmfi.de
XP
1,519
Country
Germany
With a little wit 1-line-script you can find out the scrubbed size of all your games:

Code:
wit dump -r . --psel data |
ÂÂÂÂawk '/Scrubbed size:/ {s=$7} /ID & file type:/ {i=$5} /Disc name:/ || /DB title:/ {$1=""; $2=""; n=$0} /ID Region:/ {printf("%5d MiBÂÂ%.6s%s\n",s,i,n)}'
Put all in one line! This should run with cygwin bash too.

Example output:
Code:
ÂÂ 337 MiBÂÂRUUP01ÂÂAnimal Crossing: Let's go to the city
ÂÂ2644 MiBÂÂRMCP01ÂÂMario Kart Wii
ÂÂ 354 MiBÂÂSMNP01ÂÂNew Super Mario Bros. Wii
ÂÂ6902 MiBÂÂRSBP01ÂÂSuper Smash Bros. Brawl
ÂÂ1098 MiBÂÂRZDP01ÂÂThe Legend of Zelda: Twilight Princess
ÂÂ3168 MiBÂÂRLRP4FÂÂTomb Raider: Anniversary
ÂÂÂÂ24 MiBÂÂRTYP01ÂÂWii Chess
ÂÂ 134 MiBÂÂR64P01ÂÂWii Music
ÂÂÂÂ97 MiBÂÂRHAP01ÂÂWii Play
ÂÂ 632 MiBÂÂRSPP01ÂÂWii Sport

or use
Code:
wit isosize -r .
ISOSIZE will support the partition selector --psel with the next release.
 

dlukz

New Member
Newbie
Joined
May 1, 2009
Messages
4
Trophies
0
XP
30
Country
United States
Wiimms I love WIT I have some of my own scripts I wrote to move, scrub, verify all my games. Thx for making the tool.

This script copies/scrubs all *iso files in $1 and puts them into $CURDIR, then it finds all wbfs files in $CURDIR and makes a folder id6_game_name, and verifies after moving. Saves the Verify output to id6-$TODAYDATETIME.verify. This is messy and i'm sure there are some things messed up. Also this is on Wit 1.00, 1.22 had some issues(scrub is no longer a command and i couldn't get it to work correctly)



dlukz@hellabyte:/media/2.0tb/WiiIso/wbfs$ cat WiiScrub.sh
#!/bin/bash
TODAYDATETIME=`date '+%Y%m%d%H%M'`
NOVERIFY="False"
CURDIR="/media/2.0tb/WiiIso/wbfs"
if [ "$2" = "--noverify" ]; then
NOVERIFY="True"
fi
if [ "$2" = "--verify" ]; then
NOVERIFY="False"
fi

WORKINGDIR=$1
ISOCOUNT=`find $WORKINGDIR/ -iname *iso |wc -l`


while [ "$VERIFYSCRUB" != "y" -a "$VERIFYSCRUB" != "Y" -a "$VERIFYSCRUB" != "N" -a "$VERIFYSCRUB" != "n" ]; do
read -p "Continue with Scrubbing $ISOCOUNT Files? (Y/N) " -n 1 VERIFYSCRUB
echo
done
if [ "$VERIFYSCRUB" = "y" -o "$VERIFYSCRUB" = "Y" ]; then

wit SCRUB --psel NO-UPDATE -zPvBr $1

for i in `wit LS| grep -v '\-\-\-' | grep -v "ID6"|grep -v "Total:"|grep -v ^$|sed "s/ /_/g"| sed "s/__/_/g"| sed "s/\!//g"| sed "s/://g"| sed "s/'//g"| sed "s/?//g"|sed 's/\&/and/g' `;
do mkdir "$CURDIR/$i";
mv $CURDIR/`echo "$i.wbfs"|cut -b1-6`.wbf* /media/2.0tb/WiiIso/wbfs/$i;
if [ $NOVERIFY = "True" ];
then echo "Verify Skipped";
else wit V -v -P $CURDIR/$i/`echo "$i.wbfs"|cut -b1-6`.wbfs | tee /media/2.0tb/WiiIso/wbfs/$i/`echo "$i.wbfs"|cut -b1-6`-$TODAYDATETIME.verify ;
fi ;
done

else
echo 'NOTICE :: User Aborted'
exit
fi
 

dlukz

New Member
Newbie
Joined
May 1, 2009
Messages
4
Trophies
0
XP
30
Country
United States
Here's the script in action.

dlukz@hellabyte:/media/2.0tb/WiiIso/wbfs$ ./WiiScrub.sh /home/dlukz/Wii/
Continue with Scrubbing 1 Files? (Y/N) y

wit: Wiimms ISO Tool v1.00a r1214 x86_64 - Dirk Clemens - 2010-06-12

* wit SCRUB 1/1 ISO:/home/dlukz/Wii/Jillian_Michaels_Fitness_Ultimatum_2011_USA/2011ultimatum.iso -> WBFS:SJIEG9.wbfs
2647 MiB copied in 2:00, 22.1 MiB/sec

wit: Wiimms ISO Tool v1.00a r1214 x86_64 - Dirk Clemens - 2010-06-12

+OK .0 DATA SJIEG9 /media/2.0tb/WiiIso/wbfs/SJIEG9_Jillian_Michaels_Fitness_Ultimatum_2011/SJIEG9.wbfs/#0
dlukz@hellabyte:/media/2.0tb/WiiIso/wbfs$
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Mondooooo @ Mondooooo: i had to sleep with one eye open