Want to start...

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
hando2k5
Posts: 3
Joined: Sat Jun 04, 2005 11:01 pm

Want to start...

Post by hando2k5 »

Hello @ all!
This is my first Post, so sorry, if i post in the wrong section!
I want to create a ELF-File, that should run from a CDR. I want to pack 3 Image-Files in the ELF-File.
If the ELF starts, it should show the first Image for 5 Seconds. Then it should display the second Image and read all Sections from a INI-File. If all Sections a read, then it should display the third Image and show all Sections of the Ini-File.
I hope somebody can help me and give me some Sample-Code.

Thanks for your Help!
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

Get the toolchain and ps2sdk up and running on your machine, then start coding, there is plenty of example code gode when it comes to gfx, as a sidenote you could use for example gsKit for displaying images etc. read up on www.ps2dev.org -> tools to get the toolchain and ps2sdk running.
Kung VU
hando2k5
Posts: 3
Joined: Sat Jun 04, 2005 11:01 pm

Post by hando2k5 »

Sorry, i have forget to say, that the ps2sdk is running...
hando2k5
Posts: 3
Joined: Sat Jun 04, 2005 11:01 pm

Post by hando2k5 »

Can really nobody give me a little example? The Image-Format doesn't matter...
MrHTFord
Posts: 35
Joined: Tue Feb 10, 2004 2:04 am
Location: England

Post by MrHTFord »

I'm sure if you offer enough money someone will offer to create this bespoke piece of software for you.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Obtain and install gsKit.

Look inside the gsKit examples directory for... examples.

Here's a quick look at one that puts pictures on the screen:

http://cvs.ps2dev.org/cgi-bin/viewcvs.c ... /textures/
Post Reply