Hacking TriiForce beta testing

Sabin_Figaro

Well-Known Member
Member
Joined
Jul 16, 2009
Messages
226
Trophies
0
Website
Visit site
XP
27
Country
Colombia
Sabin_Figaro said:
Megaman 9 from USB Nand shows black bars on the sides. Wii is setup for 4:3, Contra did this too but had a built in correction, is this a problem with MM9 or triiforce?

a little help here? Anyone with a retail channel installed on nand can confirm?
 

erolz

Well-Known Member
Member
Joined
Jul 22, 2008
Messages
468
Trophies
0
XP
606
Country
Belgium
thanx! is this the right way?

1: Dump your NAND using Simple FS Dumper
2: Copy NAND to the root of your SD card.
3: Using Wad manager 1.5 and cIOS38 r14 to install wads to the NAND on the SD card.
4.Place TriiForce in the apps folder on the SD card
5: Use Triiforce to load games.
 

john1010_ma

Well-Known Member
Member
Joined
Dec 31, 2006
Messages
110
Trophies
0
Website
Visit site
XP
76
Country
Brazil
erolz said:
thanx! is this the right way?

1: Dump your NAND using Simple FS Dumper
2: Copy NAND to the root of your SD card.
3: Using Wad manager 1.5 and cIOS38 r14 to install wads to the NAND on the SD card.
4.Place TriiForce in the apps folder on the SD card
5: Use Triiforce to load games.

Basically Yes. Some people like myself have issues getting Wad Manager 1.5's nand emulation to load/install wads. In such cases, you may like to try Wad2Nand or even ShowMiiWads (I personally haven't tried that yet)

Wad2Nand: http://zx81.zx81.free.fr/serendipity/index...ad-To-Nand.html
Wad2Nand: Batch conversion: http://gbatemp.net/index.php?showtopic=174871
ShowMiiWads: http://gbatemp.net/index.php?showtopic=185061
 

Skizzo

Banned!
Banned
Joined
May 1, 2009
Messages
475
Trophies
0
XP
0
Country
United States
Can one of the actual developers of this app provide a list of the absolutely necessary files in the NAND dump required to use this? I've got it working OK, I just want to start with the cleanest NAND possible. I've used nicksasa's SFSD 0.2 app, but that still dumps a bunch of unnecessary stuff, at least with regards to TriiForce.

Can the entire contents of the ticket and title folders be deleted?

What about the shared1 folder? shared2 folder or anything in it?

Anything else that isn't absolutely necessary for TriiForce?
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
is there still the bug where you cannot exit a game because it blackscreens? if there is, i have a idea to fix that, but i don't have a nand dump to test. anyways, heres the idea:

just make a dol that set Disable_Emu() . then have that dol boot HBC or the system menu or something. then put that dol in a channel and install it as 00000001/00000002 on the emulated nand. now when you exit a game, it will try to boot the system menu, but instead will boot that channel, which will turn off the nand emulation and then boot whatever it is you wanted to boot.

if there is not still that bug, just ignore me.


here is a dol if somebody wants to test
http://www.mediafire.com/?zi1n1iitt0m
I wont put it in a wad because there will be some idiot to install that on a real wii and brick it. here is all that is in it.
int
main(int argc, char *argv[]) {

Disable_Emu();
IOS_ReloadIOS(249);

void *xfb = NULL;
GXRModeObj *rmode = NULL;

VIDEO_Init();
rmode = VIDEO_GetPreferredMode(NULL);
xfb = MEM_K0_TO_K1(SYS_AllocateFramebuffer(rmode));
VIDEO_Configure(rmode);
VIDEO_SetNextFramebuffer(xfb);
VIDEO_Flush();
VIDEO_WaitVSync();
if(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync();

WII_Initialize();
WII_LaunchTitle(TITLE_ID(0x00010001,0x4A4F4449));
return 0;
}
 

erolz

Well-Known Member
Member
Joined
Jul 22, 2008
Messages
468
Trophies
0
XP
606
Country
Belgium
nevermind...

Q: Where does the forwarder look?
A: It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol. If both do not exist, it launches the integrated .dol.
 

Dteyn

Well-Known Member
Member
Joined
Aug 3, 2008
Messages
335
Trophies
0
XP
115
Country
Canada
john1010_ma said:
erolz said:
thanx! is this the right way?

1: Dump your NAND using Simple FS Dumper
2: Copy NAND to the root of your SD card.
3: Using Wad manager 1.5 and cIOS38 r14 to install wads to the NAND on the SD card.
4.Place TriiForce in the apps folder on the SD card
5: Use Triiforce to load games.

Basically Yes. Some people like myself have issues getting Wad Manager 1.5's nand emulation to load/install wads. In such cases, you may like to try Wad2Nand or even ShowMiiWads (I personally haven't tried that yet)

Wad2Nand: http://zx81.zx81.free.fr/serendipity/index...ad-To-Nand.html
Wad2Nand: Batch conversion: http://gbatemp.net/index.php?showtopic=174871
ShowMiiWads: http://gbatemp.net/index.php?showtopic=185061

Just wanted to add, ShowMiiWads works PERFECTLY in conjunction with TriiForce. So much easier and much faster than using WAD Manager or even Wad2Nand. Thanks Leathl for making ShowMiiWads, it's an excellent and very useful utility.
smile.gif
 

slingshot27

Well-Known Member
Member
Joined
Jan 3, 2009
Messages
129
Trophies
0
XP
29
Country
Netherlands
erolz said:
nevermind...

Q: Where does the forwarder look?
A: It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol. If both do not exist, it launches the integrated .dol.

Why does it not look at the USB, something like
It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol, then usb:/apps/TriiForce/boot.dol and then usb:/TriiFrorce/boot.dol. If all do not exist, it launches the integrated .dol.
 

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
slingshot27 said:
erolz said:
nevermind...

Q: Where does the forwarder look?
A: It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol. If both do not exist, it launches the integrated .dol.

Why does it not look at the USB, something like
It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol, then usb:/apps/TriiForce/boot.dol and then usb:/TriiFrorce/boot.dol. If all do not exist, it launches the integrated .dol.

Because usb can't be unmounted, and everything that uses usb storage is a little nasty.
 

slingshot27

Well-Known Member
Member
Joined
Jan 3, 2009
Messages
129
Trophies
0
XP
29
Country
Netherlands
WiiPower said:
slingshot27 said:
erolz said:
nevermind...

Q: Where does the forwarder look?
A: It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol. If both do not exist, it launches the integrated .dol.

Why does it not look at the USB, something like
It looks on sd:/apps/TriiForce/boot.dol first and then sd:/TriiFrorce/boot.dol, then usb:/apps/TriiForce/boot.dol and then usb:/TriiFrorce/boot.dol. If all do not exist, it launches the integrated .dol.

Because usb can't be unmounted, and everything that uses usb storage is a little nasty.

I play the WiiWare games fro USB and they are working great!
 

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
Just wanted to confirm another successful triiforce beta user made 3.2U dump (FS) and emulates it like a dream loading it from Usb Iso Forwarder with lots of gr8 compatibility for a beta very impressive heres a vid triiforce is loaded at the end of the vid after Mplayer and N64 .... http://www.youtube.com/watch?v=3eojPkfGeZo Most games i tried worked well (a few were shoddy in the VC titles) but for the most part its sweet!
 

WiiCrazy

Be water my friend!
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
Just lazy to lurk into the whole thread.. I have a problem with this... Compiled with the new devkitpro, wiimote just keeps losing sync. I need to do hard syncing before and after playing a game. Is this a known problem?
 

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
WiiCrazy said:
Just lazy to lurk into the whole thread.. I have a problem with this... Compiled with the new devkitpro, wiimote just keeps losing sync. I need to do hard syncing before and after playing a game. Is this a known problem?

Something like that was reported by someone before, but i'm not sure. I could never reproduce that. So if you get to know what is causing the problem, please tell. Oh and the work for the TriiForce update with paramter parsing has begun.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
    +1
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
  • NinStar @ NinStar:
    people are so dramatic that I can't even tell if they are being serious
  • Psionic Roshambo @ Psionic Roshambo:
    Why so serious!
  • Psionic Roshambo @ Psionic Roshambo:
    @BakerMan, yeah that's about the only reason I would vote for Trump over Biden.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    In my opinion on all other factors they are pretty much the same.
    +1
    Psionic Roshambo @ Psionic Roshambo: In my opinion on all other factors they are pretty much the same. +1