Hacking Nintendont

JnL_SSBM

Experienced
Member
Joined
Mar 29, 2014
Messages
469
Trophies
0
Location
Donna, TX
XP
213
Country
United States
It means that you'll need an ipl.bin file in the sd/usb if you want the fonts to be displayed (and to prevent some games from crashing) i don't know if the game will be compatible now, but whenever it is, you'll need that file in the root. (for that game and others)
That could fix missing text on Star Fox Assault too!
 

JnL_SSBM

Experienced
Member
Joined
Mar 29, 2014
Messages
469
Trophies
0
Location
Donna, TX
XP
213
Country
United States
I have cache.txt; exactly, where do i put that txt, into the folder of the game or game folder, and cache.txt filenames i should type the gameIDs?

any example?
 

Maxternal

Peanut Gallery Spokesman
Member
Joined
Nov 15, 2011
Messages
5,210
Trophies
0
Age
40
Location
Deep in GBAtemp addiction
Website
gbadev.googlecode.com
XP
1,709
Country
I decided to change my approach to fix UStealth compatability a little. The current code that checks the signature is in libFAT
SO
I just decided to grab THAT source code and make the little change (partition.c, line 183)
http://www.mediafire.com/download/9d1ffxo16kc1gmq/libfatmod.zip
Let's see if this does the trick

*downloads clean, updated code and gives it a try*
stay tuned
 

faku1810

Well-Known Member
Member
Joined
Mar 10, 2014
Messages
893
Trophies
0
Age
32
XP
328
Country
Argentina
I have cache.txt; exactly, where do i put that txt, into the folder of the game or game folder, and cache.txt filenames i should type the gameIDs?

any example?

The cache.txt goes in the same folder as the game.iso, and from what I understand after reading crediar's post, my guess is that the cache.txt should contain the filenames of the files in the iso that you want to cache. I might (and hope so) be wrong about this, but that's the most logical way to understand it. Until this is further clarified I don't think I can try out the cache with Twilight Princess.
 

bm123456

Well-Known Member
Member
Joined
Jun 7, 2011
Messages
576
Trophies
1
Age
46
Location
Houston
XP
1,312
Country
United States
The cache.txt goes in the same folder as the game.iso, and from what I understand after reading crediar's post, my guess is that the cache.txt should contain the filenames of the files in the iso that you want to cache. I might (and hope so) be wrong about this, but that's the most logical way to understand it. Until this is further clarified I don't think I can try out the cache with Twilight Princess.

I got the same thing when i read it . but the part about have a file limit makes me think it goes in the games folder only. not per game.
 

Maxternal

Peanut Gallery Spokesman
Member
Joined
Nov 15, 2011
Messages
5,210
Trophies
0
Age
40
Location
Deep in GBAtemp addiction
Website
gbadev.googlecode.com
XP
1,709
Country
I decided to change my approach to fix UStealth compatability a little. The current code that checks the signature is in libFAT
SO
I just decided to grab THAT source code and make the little change (partition.c, line 183)
http://www.mediafire.com/download/9d1ffxo16kc1gmq/libfatmod.zip
Let's see if this does the trick

*downloads clean, updated code and gives it a try*
stay tuned

YAY it worked
Here's the DOL
http://www.mediafire.com/download/p3i4pvi4pkmt72b/boot.dol

This is just r26 recompiled with the libFAT in devkitpro replaced with the above lib and no other changed ... but this should work with any later revs as well (or any other homebrew app that relies on the sig check in libFAT for that matter.)
 

faku1810

Well-Known Member
Member
Joined
Mar 10, 2014
Messages
893
Trophies
0
Age
32
XP
328
Country
Argentina
I got the same thing when i read it . but the part about have a file limit makes me think it goes in the games folder only. not per game.

Not really, if you think that, for example, to make the transition to other areas faster, you'd need to cache the files that are used in each area so they're loaded faster, then you'll need to cache a lot of files so the limit being 220 isn't exaggerated even for a single game, for example in Twilight Princess, the folder "object" (which I guess contains all the elements you see, like grass, mountains, trees, people..) has easily over that number of files. Besides, as only game at a time is loaded, there's no reason why you can't have a cache.txt por each one.

The problem is figuring out which files should be cached to make the game run better... I can already see this added to the compatibility list as an special note to help others.
 

grossaffe

Well-Known Member
Member
Joined
May 5, 2013
Messages
3,007
Trophies
0
XP
2,799
Country
United States
Yes.
Component is analogue
HDMI is digital.
Being digital prevents degradation of signal, but that does not mean the original picture is of higher quality. What's going on behind the scenes in the hardware is also an important determining factor in the quality of the picture you'll get.

The Gamecube had a digital A/V out port that the component cable plugged into; the cable had an embedded ASIC that converted the digital signal into an analog YPbPr signal. The Wii, on the other hand, did not have the same hardware resulting in a lesser quality component output. So how the Wii U hardware works to create the image and send it to the HDMI port would be critical in knowing if it actually gives you a better picture than the Gamecube's component cables. Or, of course, if we had somebody actually test with real gamecube component cables and Wii U over HDMI, we could just use the eye test.
 
  • Like
Reactions: BEEKAY

bm123456

Well-Known Member
Member
Joined
Jun 7, 2011
Messages
576
Trophies
1
Age
46
Location
Houston
XP
1,312
Country
United States
so we need to figure out how the caching file needs to be labeled and make 1 per game.... maybe once we have the correct way maybe we can look into a bat file for easy cache .txt per game folder for faster testing.
 
  • Like
Reactions: JnL_SSBM

crediar

Possiblenator
Member
Joined
Mar 5, 2006
Messages
342
Trophies
2
XP
2,554
Country
Antarctica
One cache.txt can have 220 file entries, you have one cache.txt per game.

Over time people will probably create lists but for now if you want to make one the best way would be to use FST mode and then display what files are being loaded.

I think dolphin can also show what files are loaded.
 

Normmatt

Former AKAIO Programmer
Member
Joined
Dec 14, 2004
Messages
2,161
Trophies
1
Age
33
Website
normmatt.com
XP
2,189
Country
New Zealand
One cache.txt can have 220 file entries, you have one cache.txt per game.

Over time people will probably create lists but for now if you want to make one the best way would be to use FST mode and then display what files are being loaded.

I think dolphin can also show what files are loaded.


Couldn't you just track which files are opened the most and cache those. Sure it will be slow until it works out it needs to cache certain files but it would work on all games that way.
 

grossaffe

Well-Known Member
Member
Joined
May 5, 2013
Messages
3,007
Trophies
0
XP
2,799
Country
United States
Quick and easy option, maybe just cache the biggest files as they'd take the longest to retrieve?

What is the reason for a 220 file limit?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-