OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Captain Winters on 01 Oct 2002, 23:44:56

Title: Cool Font Durning Resistance Cutscenes
Post by: Captain Winters on 01 Oct 2002, 23:44:56
When Viktor Talks In OFP:RESISTANCE they have that cool smaller font! how do i do that?
Title: Re:Cool Font Durning Resistance Cutscenes
Post by: Gameer_77 on 02 Oct 2002, 00:42:47
Code: [Select]
   class DX09v23
   {
      name = "DX09v23";
      sound[] = {"DX09v23.ogg", db+50, 1.0};
      titlesfont = "tahomaB24";
      titlessize = 0.025;
      titles[] =
      {
         0, $STRD_DX09v23
      };
   };

See the titlesfont and titlesize bit?  :)

It's got to be in the description.ext, but you can also use dialog scripting to do this even better!  :o

 8)PEACE