Hacking POC Launcher

  • Thread starter Thread starter WiiCrazy
  • Start date Start date
  • Views Views 33,678
  • Replies Replies 233
I don't know weather it was asked before, but sourcecode wasn't released, or? It would be very nice if you could send me the code WiiCrazy... I have a few problems with coding, so I need the "masters" help
wink.gif
Hope you understand lol

if it isn't "releaseable" for any reason - tell me. i'm not angry with you ^^
 
WHat is the best resolution for POC cause I make health screens using GIMP and I make them 600x456 for people using POC. I post them on Wadder...

//EDIT: Nevermind, seems like it really is 600x456. THe reason I was asking this is that I was still reading that people had offset imgaes when using 600x456...
 
MickeyBlue said:
Can I afford to offer you a video I made and can be included in a future video demonstration?

http://www.megaupload.com/?d=4G6SFF8H

Of course, why not... if it isn't a I'm a pirate type of video then it's ok
smile.gif

I can't access the link now so I can't comment further...

QUOTE(st0rax @ Feb 5 2009, 07:01 PM) I don't know weather it was asked before, but sourcecode wasn't released, or? It would be very nice if you could send me the code WiiCrazy... I have a few problems with coding, so I need the "masters" help
wink.gif
Hope you understand lol

if it isn't "releaseable" for any reason - tell me. i'm not angry with you ^^

Yeah it's asked
smile.gif


Source code is simple actually, as I previously said any homebrew coder out there can make it in a few hours... I'm not planning to release it until I put some more code into it of my own... There is already plenty of stuff with sources ready to be torn apart and glued back
tongue.gif
 
ok ive been messing with different sizes and if im correct WiiCrazy is using 576i this explains why 640x480 works for him.
other users using EDTV or 480i 640 x 456 is the best size.

WiiCrazy not sure if you've seen this but it may fix your side bars
QUOTE said:
Add the widescreen support in your homebrew. The widescreen support is used to remove the black vertical bars on television 16/9 or HDTV. You just have to put this code while initializing the video mode.

#include < ogc/conf.h>

/* Widescreen patch by CashMan's Productions (http://www.CashMan-Productions.fr.nf) */
if (CONF_GetAspectRatio() == CONF_ASPECT_16_9)
{
rmode->viWidth = 678;
rmode->viXOrigin = (VI_MAX_WIDTH_NTSC - 678)/2;
}

Example of use with GRRLIB 3.0

* Add in GRRLIB.h

#include < ogc/conf.h>

* Add in GRRLIB.c, in the GRRLIB_InitVideo function

void GRRLIB_InitVideo () {

[...]

rmode = VIDEO_GetPreferredMode(NULL);

/* Widescreen patch by CashMan's Productions (http://www.CashMan-Productions.fr.nf) */
if (CONF_GetAspectRatio() == CONF_ASPECT_16_9)
{
rmode->viWidth = 678;
rmode->viXOrigin = (VI_MAX_WIDTH_NTSC - 678)/2;
}

xfb[0] = (u32 *)MEM_K0_TO_K1(SYS_AllocateFramebuffer(rmode));

xfb[1] = (u32 *)MEM_K0_TO_K1(SYS_AllocateFramebuffer(rmode));

[...]

}
http://cashman.hostarea.org/tips-coders.php?lang=en
 
this doesn't work for me,

The only step that doesn't work is the part where i have to configure it to autoboot?

I have crazyintro.dol in the root of my sd card, then i went to preloader and set the autoboot to systemmenu and return to preloader.

It doesn't work, I even installed the file and it still doesn't work...

Am i doing something wrong?
 
pic is jpeg? did you named it boot? just boot and the same with mp3? are they in root of sd card or usb? yes you could put the two boot files in usb.
 
Should be ok. Otherwise, try another resolution.

The mp3 should not be longer than 1min.

Did you try several mp3s?

Did you set "autoboot=file"?
 

Site & Scene News

Popular threads in this forum