Home   Help Search Login Register  

Author Topic: Changin font size  (Read 660 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Changin font size
« on: 19 Jul 2003, 11:23:14 »
I searched the editor depot and couldnt find the answer so I thought I'd post here. In a cutscene i want the name of the mission to be displayed. I've seen this dont in other missions. How can you change the size of the letters when they come up and can you change the colour?

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:Changin font size
« Reply #1 on: 19 Jul 2003, 15:09:22 »
try this in your description.ext file:
class RscStdText
{
   type=0;
   idc=-1;
   style=2;
   colorBackground[]={0,0,0,0};
   colorText[]={1,1,1,1};
   font="TahomaB14";
   size=3;
};
It will take some monkeying to get it exactly what you want, but this is your start

max_killer_payne

  • Guest
Re:Changin font size
« Reply #2 on: 19 Jul 2003, 15:15:32 »
cheers. But I only want it to appear at one point, the rest of it i want to be normal size.

Gameer_77

  • Guest
Re:Changin font size
« Reply #3 on: 19 Jul 2003, 19:17:55 »
Have you tried searching on the forums?

Try looking for "dialog" and other things like "different font/size".

This has been discussed many times before.

Gameer
« Last Edit: 19 Jul 2003, 19:18:27 by Gameer »

max_killer_payne

  • Guest
Re:Changin font size
« Reply #4 on: 19 Jul 2003, 21:48:29 »
Searched it and couldnt find nething :(

Gameer_77

  • Guest
Re:Changin font size
« Reply #5 on: 19 Jul 2003, 23:42:18 »
Sorry...I'm sure i've replied to a question like this before.

Try this tute:

http://home.arcor.de/vektorboson/downloads/dialoge.zip

It's complicated, yes, and it won't tell you exactly what you need but it's basically what it is.

Keep looking.

Gameer

max_killer_payne

  • Guest
Re:Changin font size
« Reply #6 on: 20 Jul 2003, 10:57:29 »
chees gameer