Home   Help Search Login Register  

Author Topic: sounds in flashpoint removing titletext  (Read 560 times)

0 Members and 1 Guest are viewing this topic.

bored_onion

  • Guest
sounds in flashpoint removing titletext
« on: 18 Aug 2004, 16:47:49 »
im putting sounds into one of my missions and everything is going well but it seems that whenever i put in the on activation section of a trigger  
Code: [Select]
unit say "sound"
it stops title text appearing on the screen which means that i can't give my sounds subtitles

is this a common problem and is there a way around it?

thx

Dubieman

  • Guest
Re:sounds in flashpoint removing titletext
« Reply #1 on: 18 Aug 2004, 18:59:09 »
I had this problem too.

Either makea stringtable, which was a pain in the ass for me.

OR

Replace all the titletext commands ( the commands only) with this

cuttext ["OMG we have no more toliet paper!","plain down",1]

Worked for me, you can keep the rest of the text, just change "title" to "cut"... :)

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:sounds in flashpoint removing titletext
« Reply #2 on: 18 Aug 2004, 20:56:08 »
Make the stringtable.csv file, its not hard.   It's an excel spreadsheet on my comp but I think you can make it a text file.   Other spreadsheet programmes will probably work too.

The text you want to appear when the sound is played goes in the stringtable.    It then appears automatically.

In description.ext

class CfgSounds
{
        sounds[] =    {};

                class civvy12
   {
      name = "";
      sound[] = {"civvy12.ogg", db+60, 1.0};
      titles[] =
      {
         0, $STRM_civvy12
      };
   };
};


In stringtable.csv:-

(column1)                (column two)

STRM_civvy12   Your text here!
Plenty of reviewed ArmA missions for you to play

Dubieman

  • Guest
Re:sounds in flashpoint removing titletext
« Reply #3 on: 18 Aug 2004, 22:52:17 »
Lol Mac, you make it sound so easy. You shoulda guided me through it... ;D :D

Either works. I had my titletexts already so it wasn't hard to change the lettering around when my stringtable didn't work. :P

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:sounds in flashpoint removing titletext
« Reply #4 on: 18 Aug 2004, 23:16:25 »
Lol everything in mission editing is easy once you know how to do it, except overview pics which are very, very hard.
Plenty of reviewed ArmA missions for you to play

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:sounds in flashpoint removing titletext
« Reply #5 on: 18 Aug 2004, 23:42:35 »
rofl

ye overview pics is impoosible ? how do ppl get good 1s ? can u tell me da secret ? ;D

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

bored_onion

  • Guest
Re:sounds in flashpoint removing titletext
« Reply #6 on: 20 Aug 2004, 11:41:03 »
great thanks for the help (both long and short ways :P)

btw, use a generator for overview pics it saves time even though its not very versatile

thanks again