I have made a logo and put it in my mission folder.
I made the picture 1024 x 512. I put this in the description file:
class Balschoiw
{
idd=-1;
movingEnable=0;
duration=6;
fadein=3;
name="Balschoiw";
controls[]={"Balschoiw00"};
class Balschoiw00
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0 };
colorText[]={1,2,1,1};
font="AudreysHandI48";
size=1;
text="logo.jpg";
x=0.5;
y=0.5;
w=0.25;
h=0.25;
};
};
class CiATitle
{
idd=-1;
movingEnable=0;
duration=6;
fadein=2;
name="CiATitle";
controls[]={"CiATitle00"};
class CiATitle00
{
type=0;
idc=-1;
style=2;
colorBackground[]={0,0,0,0.0 };
colorText[]={1,1,1,0.6};
font="SteelfishB128";
size=2;
text="logo3.jpg";
x=0.04;
y=0.27;
w=0.9;
h=0.5;
};
};
};
But it doesn't show up in the resource box in the editor.
What am i doing wrong? Please help anyone!!!
("logo3" is my picture)