Search the Community
Showing results for tags 'KbTell'.
Found 9 results
-
npc chat BIS_fnc_kbTell how to create multiple NPC chat dialog sessions.
whitetigercam posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
hello, so I'm making an experimental mission in ARMA 3 and I have a single chat session between two characters at the beginning of the mission and I'm trying to make multiple chat sessions later on, I've figured out how to make one chat session with a trigger work but don't know how to script multip... -
conversations BIS_fnc_kbTell - how to get arguments from sentence config in bikb?
tom.machu posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hi, is it possible to get arguments from sentence config .bkib file and use them in BIS_fnc_kbTell as you can do so with kbTell? class Sentences { class Sentence1 { text = "$STR_HelloThere"; speech[] = { "\Sound\hello.ogg" }; class Arguments {}; actor = "obi1"; };... -
How to use a dummy speaker for BIS_fnc_kbTell?
vladsz posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello, I'm trying to get a conversation to work between the player and a dummy speaker. If instead of a dummy speaker (game logic) I use a real AI unit everything works fine, but if I call ["MissionBriefing", "OperationMalden", nil, true, nil, true] spawn BIS_fnc_kbTell; the conversation w...-
- kbtell
- conversation
-
(and 2 more)
Tagged with:
-
So I'm trying to test out the kbtell command to use dialogue in missions, but I've hit a wall. Everything appears to be working, I'm not getting any errors, but the first subtitles play, the sound doesn't, and nothing else happens. bikb file script file Is th...
-
I have searched and searched and cannot find an answer to my problem. I've used kbTell pretty regularly in my mission making and never had an issue. This morning I added an OGG file to my Sound folder in a mission, made sure the LIP file was present, defined it in my texts.bikb file, and...
-
Video of problem: https://youtu.be/sdLyEm3NNRM Feedback tracker: https://feedback.bistudio.com/T125385 Hello! I've been using kbTell for some time now with solid success, however I recently noticed a bug. I'm actually not certain if this bug has always been present, or if I a...
-
- dedicated server
- kbtell
-
(and 3 more)
Tagged with:
-
kbTell MP Problems (Only one actor will speak at a time)
rga_noris posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Video of problem: https://youtu.be/sdLyEm3NNRM Hello! I've been using kbTell for some time now with solid success, however I recently noticed a bug. I'm actually not certain if this bug has always been present, or if I am just now noticing it. The reason for this post is to make sure it...-
- possible bug
- kbtell
-
(and 3 more)
Tagged with:
-
KbTell / generic conversations / dedicated server
Newsparta posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
So i have been working with getting conversations and briefings working on a dedicated server and initially had decent success. I can get a conversation to play on all connected clients however there are a few problems i am having. When I get the mission file on a dedicated server and trigger the co...- 2 replies
-
- Multiplayer
- KbTell
-
(and 1 more)
Tagged with:
-
Best Way To Implement Conversations/Dialogue?
atomickrypton posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello all, So I have just finished the voice script for a mission I have completed, and now looking for all of the ways I can implement the voices and subtitles. Previously, I have used some like this for subtitles, and then calling the voice file (we'd record the entire conversation in one...