Could you test something for me?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Could you test something for me?

Post by gambiting »

Hi! I've implemented tv out in my game - shoot4fun,but I don't have my composite cable yet.If anyone has Slim with composite cable,please test my game and tell me if it runs on tv,photo of it would be nice :D Download it here:
http://rapidshare.com/files/63009578/shoot4fun_tv.zip
Unpack it to Shoot4Fun folder in PSP/GAME/
Game will auto-switch to tv mode when you plug in composite cable when in main menu,not anywhere else! Also,the game should hang if you remove it during play-I will fix it when I will get my own cable.Thanks :D
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

I forgot: if it's run on slim without tv cable,it will look really bad(screen will be doubled,I forgot to add cable check),on phat psp it runs normally.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

If you add code to make the mode component interlace (functionally equivalent to composite mode), I can test that for you as I have a slim hooked to an HDTV with the component cable right here beside me. :)
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

J.F. wrote:If you add code to make the mode component interlace (functionally equivalent to composite mode), I can test that for you as I have a slim hooked to an HDTV with the component cable right here beside me. :)
It's already done - my program will interlace video out no matter what cable you use.I just asked for testing it with composite cable as I'm geting one soon.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Err - the game posted does NOT work with the component cable. It also doesn't exit from the Home button.
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

J.F. wrote:Err - the game posted does NOT work with the component cable. It also doesn't exit from the Home button.
That's bad.I will have to figure it out by myself then.But thanks for trying :D
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Ok,I just recieved my cable,and it really does not work.I will have to fix this.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

gambiting wrote:Ok,I just recieved my cable,and it really does not work.I will have to fix this.
No problem. Once you have something, I'd be happy to try it again. :)
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

J.F. wrote:
gambiting wrote:Ok,I just recieved my cable,and it really does not work.I will have to fix this.
No problem. Once you have something, I'd be happy to try it again. :)
Almost fixed,there was small mistake in code,but now it switches to tv mode fine.But there is another problem - when switched to tv,the screen is flickering very much,and display is cloned 4 times(like 4 main menus on one screen).Can you take a look at it?New version is here:
http://rapidshare.com/files/63276616/shoot4fun_tv.rar

Thanks :D
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

gambiting wrote:
J.F. wrote:
gambiting wrote:Ok,I just recieved my cable,and it really does not work.I will have to fix this.
No problem. Once you have something, I'd be happy to try it again. :)
Almost fixed,there was small mistake in code,but now it switches to tv mode fine.But there is another problem - when switched to tv,the screen is flickering very much,and display is cloned 4 times(like 4 main menus on one screen).Can you take a look at it?New version is here:
http://rapidshare.com/files/63276616/shoot4fun_tv.rar

Thanks :D
Yeah, it finds the cable now, but the display is whacked. Remember, the every other line goes to base, and the others go to base + 262 * linewidth, where linewidth is 768 * bytePerPixel... unless you set the linewidth to 1024 like in the original example.
Post Reply