Home   Help Search Login Register  

Author Topic: Picture and Wave2lip  (Read 407 times)

0 Members and 1 Guest are viewing this topic.

Offline Lykurgos

  • Members
  • *
  • Member of Decapitator
    • My ftp site (contains few mission etc...)
Picture and Wave2lip
« on: 14 Feb 2003, 20:23:43 »
1. I have a logo saved to the mission directory. The question is; how to get that logo appear during the mission?

2. Well, this is quite embarrassing, but do you know where can I download the wave2lip? (Not the official site, cause it doesnÂ't work anymore with me.

Cheers! ;D
You are right of course, to go alone would be crazy. You will be my driver.

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Picture and Wave2lip
« Reply #1 on: 14 Feb 2003, 21:37:40 »
1. see bottom of rep.

2. yup - at least TheAvonLady's site (can't recall its name.... )

3. cheers  ;D

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

bottom of rep. ( ::) ) :

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

Ya need a few lines in the "description.ext" file (yanno, where identity & sound/music is defined)

 :) here's a fine example (this mission was orig. made by SFG, as far as I remember... no, Bloodmixer it was!! )

onLoadMission="Tainted Eagle"

// pictures have the same size restrictions then textures
// max size is 256x256

FROM BELOW  :o

class RscPicture
{
   type=0;
   idc=-1;
   style=48;
   colorBackground[]={0,0,0,0};
   colorText[]={1,1,1,1};
   font="tahomaB24";
   size=0;
};

class RscTitles
{
   class myTitle
   {
      idd=-1;
      // whether the user could move the control or not
      movingEnable=0;

      // the duration of this resource in seconds
      duration=4;
      // the name displayed in the effects-section of waypoint dialog
      name="TaintEagle";
      // the list of components of this resourceclass
      // controls[]={"Background","BIS1","BIS2","WWW"};
      controls[]={"taintlogo1","taintlogo2",};

      class taintlogo1: RscPicture
      {
         text="taintlogo1.paa";
         x=0.200000;
         y=0.230000;
         w=0.300000;
         h=0.400000;
      };
      class taintlogo2: RscPicture
      {
         text="taintlogo2.paa";
         x=0.500000;
         y=0.230000;
         w=0.300000;
         h=0.400000;
      };
   };
   titles[]={"myTitle"};
};
« Last Edit: 14 Feb 2003, 21:41:09 by Tomb »

dertn

  • Guest
Re:Picture and Wave2lip
« Reply #2 on: 14 Feb 2003, 21:46:35 »
I don't know so much about the technicalities, but I know where you can get it: At Avon Lady's site... http://www.theavonlady.org/theofpfaq/index.htm