Code:
class Header
{
gameType = Coop;
minPlayers = 1;
maxPlayers = 8;
};
OnLoadMission = "FOG of WAR: Dolores Assault";
OnloadMissionTime = False;
class RscStdText
{
type=0;
idc=-1;
style=2;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="TahomaB";
size=1;
};
class RscTitles
{
titles[]={fog1,fog2,fog3,fog4,fog5,fog6,fog7,test1};
class fog1
{
idd=-1;
movingEnable=0;
duration=10;
fadein=2;
fadeout=2;
name="fog1";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog1.JPG";
x=0.25;
y=0.2;
w=0.5;
h=0.5;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog2
{
idd=-1;
movingEnable=0;
duration=5;
fadein=0;
fadeout=0;
name="fog2";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog2.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog3
{
idd=-1;
movingEnable=0;
duration=5;
fadein=0;
fadeout=0;
name="fog3";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog3.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog4
{
idd=-1;
movingEnable=0;
duration=5;
fadein=0;
fadeout=0;
name="fog4";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog4.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog5
{
idd=-1;
movingEnable=0;
duration=5;
fadein=0;
fadeout=0;
name="fog5";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog5.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog6
{
idd=-1;
movingEnable=0;
duration=5;
fadein=0;
fadeout=0;
name="fog6";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog6.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class fog7
{
idd=-1;
movingEnable=0;
duration=1;
fadein=0;
fadeout=5;
name="fog7";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\fog7.JPG";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
class test1
{
idd=-1;
movingEnable=0;
duration=10;
fadein=0;
fadeout=0;
name="test1";
sizeEx=1;
controls[]={"Pic","Text",};
class Pic : RscStdText
{
style=48;
text="image\test1.PAA";
x=0.0;
y=0.0;
w=1.0;
h=1.0;
sizeEx=0.05;
};
class Text : RscStdText
{
text="";
colorText[]={1,1,1,1};
font="TahomaB";
size=0.8;
x=0.095;
y=0.3;
w=0.8;
h=0.05;
sizeEx=0.03;
};
};
};
class intro1
{
name = "intro1";
sound[] = {\music\intro1.ogg, 1.0,1.0};
titles[] =
{
};
};
};