Can you post config.txt and title.txt. I can not find them in first post. Thanks.Servdogg said:moviecouple said:I've been keeping track of the old Ultimate thread and started looking at this one too. Great to see that people are taking to to try new things and refine and challenge new ideas. This is how ventures and companies are made.
Now. something that I would have loved to have seen in the older Ultimate Loader ad hopefully will see in the new one. It is something stupid and small, but would help in the long run.
I have a NTSC system and setup. It would be nice to see on the loader if a game shows up as an NTSC or PAL game. So many times I can't remember a PAL game and try to load it and then remembered that it had to be patched. I know you can lock it in place after initial loading, but it would be nice to see maybe next to the GameID (RVZP52) PAL somewhere.
Just a suggestion.
Can't you just rename the titles so they come up as PAL, NTSC or whatever in the title.txt. And also if you can see the game IDs you can just look at the fourth digit in the game ID to figure out the region.
THE PLACE WHERE THE PROGRAM GETS THE IMAGE RESIZES IT BEFORE IT REACHES YOUR WIIIIIIIIII!!!!!!!!!!!!!!!!!!!!!!!kamakaze said:giantpune said:it is set up to get 160x224 boxart. no resize needed
I take it you are referring to the autodownload from theotherzone.com. It seems the box arts in that site is 160X(>224). Are you saying that the boot file will resize those png files automatically or will pull in files already formatted to 160X224?
Aehm...you know that the P in RVZP52 stands for the Region? P=PAL, E=NTSC, I think...it would be possible to code something, that it looks in the ID, and then display things...the ID contains the Region, the Publisher and the Shortname of the game...so it would be possible that it shows the Region and the publisher, all from the ID..until then, just watch at the freaking ID, and you're fine...bula said:Can you post config.txt and title.txt. I can not find them in first post. Thanks.Servdogg said:moviecouple said:I've been keeping track of the old Ultimate thread and started looking at this one too. Great to see that people are taking to to try new things and refine and challenge new ideas. This is how ventures and companies are made.
Now. something that I would have loved to have seen in the older Ultimate Loader ad hopefully will see in the new one. It is something stupid and small, but would help in the long run.
I have a NTSC system and setup. It would be nice to see on the loader if a game shows up as an NTSC or PAL game. So many times I can't remember a PAL game and try to load it and then remembered that it had to be patched. I know you can lock it in place after initial loading, but it would be nice to see maybe next to the GameID (RVZP52) PAL somewhere.
Just a suggestion.
Can't you just rename the titles so they come up as PAL, NTSC or whatever in the title.txt. And also if you can see the game IDs you can just look at the fourth digit in the game ID to figure out the region.
BlindDude said:THE PLACE WHERE THE PROGRAM GETS THE IMAGE RESIZES IT BEFORE IT REACHES YOUR WIIIIIIIIII!!!!!!!!!!!!!!!!!!!!!!!
correct.
It is in set in the loader to only get 160x224 images. look at the url...
CODEchar imgPath[30];
char URLFile[50];
sprintf(URLFile,"http://www.theotherzone.com/wii/resize/%s/160/224/%s.png",region,filename);
sprintf(imgPath,"/images/%s.png",filenameshort);

waxlabo said:this project seems to be moving strong. i really want to try this out... i am having trouble with a few things. what is in the config.txt? and where can i find titles.txt? is there an icon.png for homebrew channel?
waxlabo said:this project seems to be moving strong. i really want to try this out... i am having trouble with a few things. what is in the config.txt? and where can i find titles.txt? is there an icon.png for homebrew channel?

Then tell me, how do I know where to put the cover images?wiistarter said:waxlabo said:this project seems to be moving strong. i really want to try this out... i am having trouble with a few things. what is in the config.txt? and where can i find titles.txt? is there an icon.png for homebrew channel?
Why do you need these files?? I am using this loader and never needed these files... I needed them for the Ultimate Loader but not this
Pippin666 said:Then tell me, how do I know where to put the cover images?wiistarter said:waxlabo said:this project seems to be moving strong. i really want to try this out... i am having trouble with a few things. what is in the config.txt? and where can i find titles.txt? is there an icon.png for homebrew channel?
Why do you need these files?? I am using this loader and never needed these files... I needed them for the Ultimate Loader but not this
wiistarter said:waxlabo said:this project seems to be moving strong. i really want to try this out... i am having trouble with a few things. what is in the config.txt? and where can i find titles.txt? is there an icon.png for homebrew channel?
Why do you need these files?? I am using this loader and never needed these files... I needed them for the Ultimate Loader but not this
DocZagreus said:is there any solution about the black screen problem?
I have read that other users have it but I don't find a solution...