Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
subtitles help
Danny Boy Offline
Posting Freak

Posts: 2,718
Threads: 85
Joined: Mar 2011
Reputation: 81
#1
subtitles help

how do i make the subtitles thingy? like wend i try to open a locked door and says something like "its locked... i must find a key"?
03-23-2011, 07:52 PM
Website Find
Viperdream Offline
Member

Posts: 124
Threads: 16
Joined: Jan 2011
Reputation: 0
#2
RE: subtitles help

SetMessage("Messages", "Entry1", 5.0f); //1st is the Category, 2nd is the subcategory you want and the 3th one is how long the message will be displayed

You'll have to create this in the .lang file
<CATEGORY Name="Messages">
<Entry Name="Entry1">I am awesomesauce!</Entry>
</CATEGORY>

03-23-2011, 08:25 PM
Find
Danny Boy Offline
Posting Freak

Posts: 2,718
Threads: 85
Joined: Mar 2011
Reputation: 81
#3
RE: subtitles help

thank you ^-^
03-23-2011, 08:27 PM
Website Find
stonecutter Offline
Member

Posts: 140
Threads: 17
Joined: Feb 2011
Reputation: 4
#4
RE: subtitles help

but the message will appear in the middle of the screen ?

We Shall Arise - Death / Grind from Bavaria
Musicvideo : http://goo.gl/HzxvLK
Facebook : http://goo.gl/9YfYCV
Free Album : http://goo.gl/sEBW2X
03-23-2011, 08:41 PM
Find
Nye Offline
Senior Member

Posts: 250
Threads: 8
Joined: Jan 2011
Reputation: 2
#5
RE: subtitles help

(03-23-2011, 08:41 PM)stonecutter Wrote: but the message will appear in the middle of the screen ?

You can use [br] in the language file to set a line break (new line)

So, you can always put ...>[br][br][br]Now it's lower down!</entry>

03-23-2011, 08:52 PM
Find




Users browsing this thread: 1 Guest(s)