
http://rapidshare.com/files/224256595/boot_r113.dolcheech794 said:Can anyone provide a new link to the r113, r112 or even r110? megaupload link does not seem to be working for me.

For 113QUOTE said:The cover location can be changed in theme.txt now
config option: covers_coords = x, y
Pippin666 said:
Pippin666 said:
biggzsizzle said:Pippin666 said:
Can someone compile this with a wad so I can have a channel to install as well?

To get the source, learn how to use SVN?Im bored said:Pippin666 said:
Im trying to learn some skinning and compiling but where the heck do i get the source i know the 1st post said get source here but when i go there all i see is read only nothing to download. do i need to sign up with Google code to be able to download the source
Thanks in advance
ÂÂÂÂÂÂÂÂif(Settings.video > 3)
ÂÂÂÂÂÂÂÂÂÂÂÂSettings.video = 0;
ÂÂÂÂÂÂÂÂif(Settings.video > 4)
ÂÂÂÂÂÂÂÂÂÂÂÂSettings.video = 0;
u32 videoselected = 4; //changed from 0
ÂÂÂÂswitch(Settings.video)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase discdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 0;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase pal50:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase pal60:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 2;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase ntsc:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 3;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase systemdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 4;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 4; //changed from 0
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂ}
giantpune said:Okey dokey Kiddos. Here's a little video of one of the things being worked on. It's not much, but I thought I'd put it up to appease the masses. In case you can't tell, this is the widescreen mode being debuggified. That's why it has my "debugger" behind it and everything doesn't line up. It's still a work in progress. Don't even bother asking when it will be up, because we don't know. this is what they call a teaser. So if you don't like being teased, don't watch. And asking about it really won't make it come any faster, so again, don't ask.
And Youtube cut of the left side of the video. it looks right on my tv.
http://www.youtube.com/watch?v=cU_O0mZvRJg
To the guy that asked about vector. No, this is not vector based at the moment. It is all pngs, which can be created in a vector program, but right now they are all raster based. Vector programs cannot handle shadows and transparencies well. So it's just a trade off. I'm not even sure if libwiigui can draw in vectors. And either way, there is a limit of 604x480. So if you do the math, it works out to 17.48 pixels/inch on my 42" tv. That's the best the wii can make, unless you stick an nVidia card in it or something. And 17.42 is assuming that the graphics are done to perfection. The imaging software usually adds pixelation itself before the wii ever gets ahold of it.

Here. We have 2 different ways to accomplish this. I don't know which one we'll go with.BlindDude said:My Idea is... Maybe some code can be written that reads the 4th letter and then where the game ID is, it would instead display "PAL" NTSC-U" NTSC-J" or "EUR" USA " JAP"
And maybe even have the loader check what region system you have and if the game code doesnt match,, pop up a warning saying something like "This game may need FORCE NSTC or VID PATCH"

ÂÂÂÂÂÂÂÂif(Settings.video > 3)
ÂÂÂÂÂÂÂÂÂÂÂÂSettings.video = 0;
ÂÂÂÂÂÂÂÂif(Settings.video > 4)
ÂÂÂÂÂÂÂÂÂÂÂÂSettings.video = 0;
u32 videoselected = 4; //changed from 0
ÂÂÂÂswitch(Settings.video)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase discdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 0;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase pal50:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 1;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase pal60:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 2;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase ntsc:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 3;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak; //was missing
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcase systemdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 4;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂdefault:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂvideoselected = 0;
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbreak;
ÂÂÂÂ}