Hacking SNEEK+DI quick guide

NReale3370

Well-Known Member
Member
Joined
Aug 13, 2009
Messages
187
Trophies
1
XP
91
Country
United States
anyone tried Wii Party NTSC? I'm consistently getting a disc read error on certain minigames using the latest UNEEK-DI where I don't on configurable loader
 

PizzaPino

Well-Known Member
Member
Joined
Oct 4, 2008
Messages
308
Trophies
0
XP
203
Country
Spain
i've got a problem.
uneek+di used to work for me. but since i once chose metroid prime trilogy(it used to work) to play it, it half-freezes whenever uneek+di tries to load a game, whatever i choose. this happened right after i used a virgin nand.

sneek+di still works for me though. and uneek without di works too.
 

conanac

Be an Angel
Member
Joined
Sep 13, 2009
Messages
267
Trophies
0
XP
317
Country
United States
If you use TortoiseSVN, you could easily specify the revision number that you want, see the picture as
an example for checking-out revision 63 into directory C:\projects\wii\sneekoldrelease.

And r124 just released with the following change log:

CODEDI:
-updated FATLib to fix an error which happens when a folder and a file
have the same name until the dot.(Wii Party, maybe other games too)
ES:
-removed code which can cause a crash
 

scooby74029

wanttabe dev
Member
Joined
May 7, 2010
Messages
1,299
Trophies
1
Age
47
Location
oklahoma, USA
Website
www.wiithemer.org
XP
945
Country
United States
thanks for the reply conanac

I use subversion. It is a commandline svn. i use this to get the latest rev of sneek:

svn checkout http://sneek.googlecode.com/svn/trunk/ sneek

i was hoping that you may know how i write it to get a lower revision. I have tried many things and just cant get it to download anything but the latest rev.

thanks again.
 

thevulkan

Member
Newcomer
Joined
Oct 12, 2009
Messages
5
Trophies
0
XP
23
Country
Does anyone know how you can rename the games, once they're extracted for Sneek? So once you press "1" to bring up the menu you don't get retarded names?
 

Hooya

Well-Known Member
Member
Joined
Aug 25, 2006
Messages
1,878
Trophies
0
Age
41
Location
Central Illinois
Website
Visit site
XP
287
Country
United States
I think those are the internally generated names. Sneek won't access WiiTDB for nice titles, so you're stuck with the actual data on the disk. You'd have to hack the disk image, and even if you can do that it's not worth it.
 

Lily

One Scary Lady
Former Staff
Joined
Jun 18, 2004
Messages
5,727
Trophies
0
Age
43
Location
British Columbia
XP
777
Country
Canada
I've seen a video for a modified USB Loader GX that acts as a frontend for SNEEK's USB loading. Does anyone know if that's still being maintained, or where to get it? Is anyone still making some sort of prettier frontend?

I'm finding it difficult for other people to use my Wii -- they don't respond well to SNEEK's game list.
 

moosehunter

Well-Known Member
Member
Joined
Nov 26, 2008
Messages
219
Trophies
0
XP
342
Country
United States
Hooya said:
I think those are the internally generated names. Sneek won't access WiiTDB for nice titles, so you're stuck with the actual data on the disk. You'd have to hack the disk image, and even if you can do that it's not worth it.

Um... The name is stored as plain text in boot.bin
 

keine

Well-Known Member
Member
Joined
Aug 29, 2010
Messages
423
Trophies
1
Website
Visit site
XP
1,156
Country
United States
lilsypha said:
I've seen a video for a modified USB Loader GX that acts as a frontend for SNEEK's USB loading. Does anyone know if that's still being maintained, or where to get it? Is anyone still making some sort of prettier frontend?

I'm finding it difficult for other people to use my Wii -- they don't respond well to SNEEK's game list.
I can answer this question.....

short of reading this thread starting here: http://gbatemp.net/t217092-unoffical-usblo...p;#entry2710847

and figuring out how to edit source code, compile, and email pune (look towards the end of the thread)......you are out of luck currently. the compiled files aren't allowed due to the contents containing ninty code. the project has been given the name "puneek"
Here's hoping a party will release an easier solution as the work done is brilliant, credit to both giantpune and crediar and others i'm ignorant off.
if you do figure it out, would you write a nice guide? please? i fought w/ this same question for quite some time, till I accepted the above.

edit:: a google search would help too, making it easier than I once thought.
 

thevulkan

Member
Newcomer
Joined
Oct 12, 2009
Messages
5
Trophies
0
XP
23
Country
moosehunter said:
Hooya said:
I think those are the internally generated names. Sneek won't access WiiTDB for nice titles, so you're stuck with the actual data on the disk. You'd have to hack the disk image, and even if you can do that it's not worth it.

Um... The name is stored as plain text in boot.bin
Any attempt I made to change it met with disaster. Any programs you know of that will safely edit this file?
 

NReale3370

Well-Known Member
Member
Joined
Aug 13, 2009
Messages
187
Trophies
1
XP
91
Country
United States
thevulkan said:
moosehunter said:
Hooya said:
I think those are the internally generated names. Sneek won't access WiiTDB for nice titles, so you're stuck with the actual data on the disk. You'd have to hack the disk image, and even if you can do that it's not worth it.

Um... The name is stored as plain text in boot.bin
Any attempt I made to change it met with disaster. Any programs you know of that will safely edit this file?

I use Notepad++'s hex editor plugin to edit diconfig.bin and that does the trick nicely for me, though any time I make a change in my games list I have to redo it
 

lll

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
132
Trophies
0
Website
Visit site
XP
57
Country
thevulkan said:
moosehunter said:
Hooya said:
I think those are the internally generated names. Sneek won't access WiiTDB for nice titles, so you're stuck with the actual data on the disk. You'd have to hack the disk image, and even if you can do that it's not worth it.

Um... The name is stored as plain text in boot.bin
Any attempt I made to change it met with disaster. Any programs you know of that will safely edit this file?

It's a fixed length field by the look of it, if you use a text editor you'll change the length and screw things up. Use a hex editor or something like that that will let you overwrite it without changing the length.
 

hulk691

Active Member
Newcomer
Joined
Sep 12, 2009
Messages
32
Trophies
0
XP
47
Country
Senegal
SNEEK updated to r127.

-Enabled screen shot feature, press B+2 on first wiimote and it will create a RAW capture of the frame buffer (See tool on google code for converting to .bmp)

Anyone tried this yet ?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys