Page 1 of 1

[INTRO] AbeTro

Posted: January 13th, 2012, 10:03 pm
by Avanaboy

AbeTro

Players: -
Memory Card: -
Genre: Intro
Controller: -
Time to Complete: 4 weeks
Languages: Eng
SDK: PSY-Q

Hello guys,
I'm glad to post my really first psx intro. This is the final work of about 1 month of coding ! (starting from the basics)

I released the FULL SOURCE CODE, so if u want you can have a look and start to learn psx coding!
If you download it, please leave feedback!

PS: I'll add this work on my website when I've got some free time...
PPS: The source code is heavily commented, so dont worry ;)


Image


AbeTro PS Executable Download & Source Code: http://www.avanaboy-console.com/psx/releases/abetro.rar


Re: AbeTro

Posted: January 24th, 2012, 7:33 am
by motu
Hi,

Thanks for your work. I've just downloaded it and I'll read it carefully. Always I've been interested to program the PSX but I never saw a good tuto for start.

Thanks!

Re: AbeTro

Posted: March 10th, 2012, 7:40 am
by Yuri^Cybdyn
thanks to AbeTro i saw source, then dissasembled ps-exe and chek out how to setup NTSC defs for correcly work of ps gpu for my NTSC dvd-portable .... )))

Re: AbeTro

Posted: March 12th, 2012, 12:42 am
by Avanaboy
Nice cybdyn ! That is a really good news :D

Re: AbeTro

Posted: March 12th, 2012, 7:04 am
by Uriccardo
Tnx!Good code. ;)

Re: AbeTro

Posted: March 12th, 2012, 9:13 am
by Avanaboy
Uriccardo wrote:Tnx!Good code. ;)
You are welcome :)

Re: AbeTro

Posted: March 28th, 2012, 5:36 am
by bizarro2011
you know how to use winbin2scr?
tim and TMD so it creates:

static u_long ball16x16[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
-------x--------
how I create it?
static u_long ball16x16[] = {
0x42110000
----------x-------

Re: AbeTro

Posted: April 4th, 2012, 1:54 am
by Avanaboy
I've used bin2h to make the .h of images ;)

Re: AbeTro

Posted: May 10th, 2012, 10:20 am
by bizarro2011
worked, thanks