Hacking [TUTORIAL] Compiling a vWii compatible version of SNEEK (restored from @JoostinOnline)

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
do you have the correct folder structure?

did you embed armboot into nswitch?

did you try the github link or the svn one?
 

chrisrlink

Has a PhD in dueling
Member
Joined
Aug 27, 2009
Messages
5,563
Trophies
2
Location
duel acadamia
XP
5,752
Country
United States
huh please explain 1) the same folder structure is the same from FS-TOOLBOX? 2)how do you embed during compile and 3 I used the github svn was dead according to svn tortise
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
folder structue:
has to be on the root of the sd card (not in a "nands" folder or similar)

armboot/nswitch:
as far as i remember you have to use raw2c to get .c and .h files which you can use for nswitch

but I wrote something about this whole neek/vwiii thingy some time ago, which I try to find as it contains additional info (I did also struggle first to get neek working on vwii)

edit:
this is the thread, maybe you can find additional info:
https://gbatemp.net/threads/build-sneek-for-vwii-linux-helper-script.580819/

edit2:
regarding nswitch:

-> apps/SNEEK/
  • boot.dol (build from nswitch with armboot from mini-tree-mod [raw2c armboot.bin provides armboot.c and armboot.h])
 
Last edited by mive,

chrisrlink

Has a PhD in dueling
Member
Joined
Aug 27, 2009
Messages
5,563
Trophies
2
Location
duel acadamia
XP
5,752
Country
United States
i got this error bout armboot.bin during compile

File "C:\projects\wii\sneek-master\mini-tree-mod\makebin.py", line 14
print "ERROR: header length is 0x%x, expected at least 0x10"%hdrlen
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
ensure you're using python2 not 3

(it seems I had also issues, from the script:
sed -i '/#!\/usr\/bin\/env python2/d' mini-tree-mod/makebin.py
# force python2, python3 is usally default nowadays (TODO: switch to python3)
sed -i 's@python@python2@' mini-tree-mod/Makefile
)
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
just some notes:

- if you want/need to change region of sneek emunand you can use SettingsEdit (windows) on pc
- You can install more wads, but then you have to use sort48+, which has a issue on vwii as it wont show/recognize wiiu menu channel as system channel (at least the version I tested behaved like this, not sure if there is one which fixes this)
- Dont forget that you can also use "regular" cios emunand which works for a lot of games, so maybe just install the one which wont work there in sneek emunand
 

matto21

Well-Known Member
Member
Joined
Dec 29, 2011
Messages
710
Trophies
1
Age
67
XP
3,220
Country
Italy
just some notes:

- if you want/need to change region of sneek emunand you can use SettingsEdit (windows) on pc
- You can install more wads, but then you have to use sort48+, which has a issue on vwii as it wont show/recognize wiiu menu channel as system channel (at least the version I tested behaved like this, not sure if there is one which fixes this)
- Dont forget that you can also use "regular" cios emunand which works for a lot of games, so maybe just install the one which wont work there in sneek emunand
in fact i use emunand on wiiflow lite
snnek + di e uneek + di I had done it when JoostinOnline had done the guide
 

thanius

Member
Newcomer
Joined
Sep 3, 2020
Messages
9
Trophies
0
Age
41
XP
76
Country
Sweden
Hi, I'm trying to get Sneek running on my vWii but even though I've managed to compile using this and the Linux guide, I can't get passed the black screen. What am I doing wrong? I'm not using DI since I'm only interested in running WiiWare games, I've got the vWii NAND dump in the root of the SDCARD and I've replaced the boot.dol from nswitch, but still nothing.
Any hints appreciated, alternatively a link to a precompiled kernel.bin for sneek only. Cheers
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
@SaulFabre , try as I might, I cannot get regular neek, uneek+di in this case, to work with ustealth. I tried using your libfat.a files, two of them, and no dice. there's no activity with the activity light, almost as if it can't find the nand. I don't have this problem without ustealth.
 

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,117
Country
United States
Code:
svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
It gives me an CMD error:
C:\projects\wii>svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
'svn' is not recognized as an internal or external command,
operable program or batch file.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
It gives me an CMD error:
C:\projects\wii>svn checkout svn://svn.code.sf.net/p/sneek/code/trunk sneek-read-only
'svn' is not recognized as an internal or external command,
operable program or batch file.
You need to have it add cmd path when installing tortoise svn.
 

redfire_mrt

Well-Known Member
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,117
Country
United States
Setting Up SNEEK
Extract SD.zip to (you guessed it) the root of your SD card. Copy kernel_sd.bin to SD:\SNEEK and rename it kernel.bin. Run the SNEEK app from the HBC and after a few seconds, you'll reboot into an emulated NAND. Congratulations!
© 2014 JoostinOnline - You may not copy this material without prior written consent.
My Wii U freezes when I entered in SNEEK. I did what the part tells me to do.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
My Wii U freezes when I entered in SNEEK. I did what the part tells me to do.
if you're using ustealth, that's why. I tried modifying it to use ustealth, but it didn't work. problem is that it's simply too old. neek2o does work with ustealth, but that's from like 2018 or so while normal neek is from 2015.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
    TwoSpikedHands @ TwoSpikedHands: @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the...