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
Request Subtitles!
Henriksen Offline
Senior Member

Posts: 308
Threads: 71
Joined: Dec 2010
Reputation: 2
#1
Subtitles!

Hi, I was wondering how I make subtitles.
12-14-2011, 10:19 PM
Find
Dyloo Offline
Junior Member

Posts: 30
Threads: 3
Joined: Sep 2011
Reputation: 5
#2
RE: Subtitles!

If you want a subtitles to be shown with a voice effect, use this:

void AddEffectVoice(string& asVoiceFile, string& asEffectFile, string& asTextCat, string& asTextEntry,
bool abUsePosition, string& asPosEntity, float afMinDistance, float afMaxDistance);


Otherwise, you can just display a message on the screen:

void SetMessage(string& asTextCategory, string& asTextEntry, float afTime);

Anyway, I recommend you checking this site:
http://wiki.frictionalgames.com/hpl2/amn...en_effects

"Sincerely,
Mr Paul"
12-14-2011, 11:40 PM
Find




Users browsing this thread: 1 Guest(s)