Zagolski
-
Content Count
6 -
Joined
-
Last visited
-
Medals
Posts posted by Zagolski
-
-
No, even SP conversations contained in the addons \ dubbing.pbo
-
I just need to know which path to sound files to prescribe .bikb file. My conversations are in the sound folder in a folder with the mission, but if I have to .bikb prescribe:
class Sentences
{
class m01
{
text = "$STR_m01";
speech [] = {"\sound\m01.ogg"};
class Arguments {};
};
};
then no sound ... Although the text is.
-
I also do not get ... How to do?? Here I have written more specifically: http://forums.bistudio.com/showthread.php?t=87066
-
-
Hi!
I have a bad English ... The question is: how do I make my speech and use it through command kbTell?
Z tried many things, but the sound does not appear. Help! Thanks in advance!
class Sentences
{
class move_01
{
text = "$STR_move_01";
speech[] = {"\sound\move_01.ogg"};
class Arguments {};
};
class move_02
{
text = "$STR_move_02";
speech[] = {"\sound\move_02.ogg"};
class Arguments {};
};
class move_03
{
text = "$STR_move_03";
speech[] = {"\sound\move_03.ogg"};
class Arguments {};
};
};
text - es, speech - no...
Conversation System
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
In what folder sweets their custom sounds and how they prescribe to .bikb? I do not, there is no sound ...