Page 1 of 1

Graphics for CEs

Posted: Sat May 13, 2006 10:19 am
by Sascha
Hi there!
I'd like to give graphics by myself to my CEs
but I don't know how to do! :?:

Please help me.
Sascha

RE: Graphics for CEs

Posted: Sat May 13, 2006 7:24 pm
by Daniel H.
To make graphics, you need to create a folder named graphics in the level directory. Inside it, you create a file called graphicsinfo.conf. You have the graphics in PCX format. Then you edit graphicsinfo.conf to connect R&D elements to parts of PCX files.

You can see some information about graphicsinfo.conf at the Rocks 'n' Diamonds Unofficial Wiki.

It also may help to look at the graphicsinfo.conf of some graphics sets like BD2K3.

If you type:

Code: Select all

rocksndiamonds.exe --execute "print graphicsinfo.conf"
then the default graphicsinfo.conf file for classic graphics will be written to the stdout.txt.

Re: RE: Graphics for CEs

Posted: Mon May 15, 2006 1:00 pm
by Sascha
Daniel H. wrote:To make graphics, you need to create a folder named graphics in the level directory. Inside it, you create a file called graphicsinfo.conf. You have the graphics in PCX format. Then you edit graphicsinfo.conf to connect R&D elements to parts of PCX files.

You can see some information about graphicsinfo.conf at the Rocks 'n' Diamonds Unofficial Wiki.

It also may help to look at the graphicsinfo.conf of some graphics sets like BD2K3.

If you type:

Code: Select all

rocksndiamonds.exe --execute "print graphicsinfo.conf"
then the default graphicsinfo.conf file for classic graphics will be written to the stdout.txt.
Thanks for your help.

Re: Thanks for your help.

Posted: Mon May 15, 2006 8:40 pm
by Daniel H.
You're welcome! :)