Home   Help Search Login Register  

Author Topic: Inserting Paa into inro  (Read 1091 times)

0 Members and 1 Guest are viewing this topic.

sneaky6

  • Guest
Inserting Paa into inro
« on: 12 Jun 2003, 02:17:16 »
Ive been busy working in a campaign.  Now to finish things off I want to make it look professional by adding what I believe is a paa image.  Example.. BAS demo missions,, they have a letter box with Ballistic on in the intro.  Well all i want to do is put my image into the intro to kick of campaign,..  my name tag, logo..  does ths make sense..  can any1 help me with this please.. just a line to put in descrption.ext of something :'( :( :-[

asmodeus

  • Guest
Re:Inserting Paa into inro
« Reply #1 on: 12 Jun 2003, 02:25:21 »
It's a resource I think..  (there are tuts in the ed depot for them)

Another thing you can do is to un-pbo the BAS demo missions and look at how they did it.   ;)

Asmo

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Inserting Paa into inro
« Reply #2 on: 12 Jun 2003, 03:02:02 »
...please.. just a line to put in descrption.ext of something :'( :( :-[




LOL  ;D  that "line" :o is actually some 23.000 letters & numbers  :-X ;D

Grab the tutorial from the depot  :-* I know it's there.
BAS used the same tute for their LB-mission  :)


Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Inserting Paa into inro
« Reply #3 on: 12 Jun 2003, 03:07:37 »
*ah, wtf *  ::)

 :) here's an example from another fine ole mission:

===================

class RscStdText
  {
   type=0
   idc=-1
   style=2
   colorBackground[]={0,0,0,0};
   colorText[]={1,1,1,1};
   font="TahomaB36";
   size=1;
  };

class RscTitles
  {
   titles[]={"Grafik","CreditsALL","CreditsALLFst","Credits1","Credits2","Credits3","Credits4","Credits5","Credits6"};
   class Grafik
     {
        idd=-1;
        movingEnable=0;
        duration=3;
        fadein=0.5;
        name="Grafik";
                      controls[]={"Graf","Back1","Back2"};

      class Graf: RscStdText
          {
             style=48;
         colorBackground[]={0,0,0,1};
             text="iron.jpg";
         x=0;
             y=0.17;
             w=1;
             h=0.66;
                       };
                       class Back1: RscStdText
          {
             style=0;
         colorBackground[]={0,0,0,1};
             text="";
             x=0;
             y=0;
             w=1;
             h=0.17;
                       };
                       class Back2: RscStdText
          {
             style=0;
         colorBackground[]={0,0,0,1};
             text="";
             x=0;
             y=0.83;
             w=1;
             h=0.17;
                       };
     };
   class CreditsALL
     {
        idd=-1;
        movingEnable=0;
        duration=10;
        fadein=0.5;
        name="CreditsALL";
                      controls[]={"Back","Graf","TextL","TextR","Copyright","Mail"};

      class Back: RscStdText
          {
             style=0;
         colorBackground[]={0,0,0,1};
             text="";
         x=0;
             y=0.51;
             w=1;
             h=0.53;
                       };
                       class Graf: RscStdText
          {
             style=48;
             text="iron.jpg";
             x=0;
             y=-0.15;
             w=1;
             h=0.66;
                       };
      class TextL: RscStdText
      {
         style=528;
         text=$STRM_CredALLTxtL;
         size=1.4;
         colorText[]={0.462,0.56,0.572,1};
         lineSpacing=1.3;
         x=0.1;
         y=0.4;
         w=0.5;
         h=0.4;
      };
      class TextR: RscStdText
      {
         style=528;
         text="TakeOffTim\nTakeOffTim\nTakeOffTim\nTakeOffTim, Dashkatt\nTakeOffTim, Dashkatt\nDopemanrules";
         size=1.4;
         colorText[]={0.462,0.56,0.572,1};
         lineSpacing=1.3;
         x=0.6;
         y=0.4;
         w=0.5;
         h=0.4;
      };
      class Copyright: RscStdText
      {
             style=528;
             text="© 2002 by TakeOffTim";
         size=1.4;
             colorText[]={1,1,1,1};
             lineSpacing=1.3;
             x=0.34;
             y=0.85;
             w=0.6;
             h=0.5;
      };
      class Mail: RscStdText
      {
             style=528;
             text="tim@cinema88.de";
         size=1.3;
             colorText[]={1,1,1,1};
             lineSpacing=1.3;
             x=0.4;
             y=0.92;
             w=0.6;
             h=0.5;
      };
   };
   class CreditsALLFst
     {
        idd=-1;
        movingEnable=0;
        duration=11;
        fadein=0;
        name="CreditsALLFst";
                      controls[]={"Back","Graf","TextL","TextR","Copyright","Mail"};

      class Back: RscStdText
          {
             style=0;
         colorBackground[]={0,0,0,1};
             text="";
         x=0;
             y=0.51;
             w=1;
             h=0.53;
                       };
                       class Graf: RscStdText
          {
             style=48;
             text="iron.jpg";
             x=0;
             y=-0.15;
             w=1;
             h=0.66;
                       };
      class TextL: RscStdText
      {
         style=528;
         text=$STRM_CredALLTxtL;
         size=1.4;
         colorText[]={0.462,0.56,0.572,1};
         lineSpacing=1.3;
         x=0.1;
         y=0.4;
         w=0.5;
         h=0.4;
      };
      class TextR: RscStdText
      {
         style=528;
         text="TakeOffTim\nTakeOffTim\nTakeOffTim\nTakeOffTim, Dashkatt\nTakeOffTim, Dashkatt\nDopemanrules";
         size=1.4;
         colorText[]={0.462,0.56,0.572,1};
         lineSpacing=1.3;
         x=0.6;
         y=0.4;
         w=0.5;
         h=0.4;
      };
      class Copyright: RscStdText
      {
             style=528;
             text="© 2002 by TakeOffTim";
         size=1.4;
             colorText[]={1,1,1,1};
             lineSpacing=1.3;
             x=0.34;
             y=0.85;
             w=0.6;
             h=0.5;
      };
      class Mail: RscStdText
      {
             style=528;
             text="tim@cinema88.de";
         size=1.3;
             colorText[]={1,1,1,1};
             lineSpacing=1.3;
             x=0.4;
             y=0.92;
             w=0.6;
             h=0.5;
      };
   };
   class Credits1
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits1";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred1;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.02;
         y=0.02;
         w=0.3;
         h=0.3;
      };
   };
   class Credits2
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits2";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred2;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.8;
         y=0.85;
         w=0.3;
         h=0.3;
      };
   };
   class Credits3
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits3";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred3;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.02;
         y=0.02;
         w=0.3;
         h=0.3;
      };
   };
   class Credits4
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits4";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred4;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.8;
         y=0.8;
         w=0.3;
         h=0.3;
      };
   };
   class Credits5
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits5";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred5;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.02;
         y=0.02;
         w=0.3;
         h=0.3;
      };
   };
   class Credits6
   {
      idd=-1;
      movingEnable=0;
      duration=3;
      fadein=1;
      name="Credits6";
      controls[]={"Cred"};

      class Cred: RscStdText
      {
         style=528;
         text=$STRM_Cred6;
         colorBackground[]={0,0,0,0};
         size=1.2;
         lineSpacing=1.3;
         x=0.8;
         y=0.85;
         w=0.3;
         h=0.3;
      };
   };
  };

===========================================

sneaky6

  • Guest
Re:Inserting Paa into inro
« Reply #4 on: 12 Jun 2003, 10:46:21 »
 8)whhaaaaaaaaaaaaaaaaat lol.. oh yes thats easy .. lol NOT.. thx man,, I give it a spin and test it out,, change a few things see what works and what doesnt,, its the only way i learn,, I cant stand readin tutorials,, Im just not got the patients for long reading..  Youve saved my eyes,. cheers..  much appreciated ;D ;D ;D