Making BMS NPCs Speak: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{morescreenshots}} ==Scenes== To make an NPC speak in {{bms|3}} is quite simple. First, make a new entity called logic_choreographed_scene. Then, in the keyvalue...")
 
No edit summary
Line 3: Line 3:
==Scenes==
==Scenes==
To make an NPC speak in {{bms|3}} is quite simple. First, make a new entity called [[logic_choreographed_scene]]. Then, in the keyvalues pick what voiceline you want, then pick the target NPC.
To make an NPC speak in {{bms|3}} is quite simple. First, make a new entity called [[logic_choreographed_scene]]. Then, in the keyvalues pick what voiceline you want, then pick the target NPC.
{{warning|Certain voice lines only work for certain characters, such as having a scientist speak guard voice lines. Voice lines also have to be generic, unless you name a NPC the required name for that voice line. Example: ''\c1a01\scientist''. Make sure if you are using generic you only see ''npc\security'', ''npc\male_scientist, etc., or something similar, no chapter names. }}
{{warning|Certain voice lines only work for certain characters, such as having a scientist speak guard voice lines, won't work. Voice lines also have to be generic, unless you name a NPC the required name for that voice line. Example: ''\c1a01\scientist''. Make sure if you are using generic you only see ''npc\security'', ''npc\male_scientist, etc., or something similar, no chapter names. }}

Revision as of 06:18, 27 February 2024

Stub

This article or section is a stub. You can help by expanding it.

Scenes

To make an NPC speak in Black Mesa is quite simple. First, make a new entity called logic_choreographed_scene. Then, in the keyvalues pick what voiceline you want, then pick the target NPC.

Warning.pngWarning:Certain voice lines only work for certain characters, such as having a scientist speak guard voice lines, won't work. Voice lines also have to be generic, unless you name a NPC the required name for that voice line. Example: \c1a01\scientist. Make sure if you are using generic you only see npc\security, npc\male_scientist, etc., or something similar, no chapter names.