Jump to content
Sign in to follow this  
Kydoimos

No speaker given for - RPT / config issue

Recommended Posts

Hi there,

 

Does anyone know what might be causing this to spam in the RPT? Can only guess it's something to do with custom faces / identities. Any thoughts?

Share this post


Link to post
Share on other sites

In my experience this is caused by CfgIdentities using a non-existing speaker - had the same issue with the Infected Skins addon.

Either the used speaker was removed by BI with an update - or the mod author did it on purpose to disable voices (eventhough there are proper ways to achieve it).

Share this post


Link to post
Share on other sites

@Haleks - thanks for the suggestion, mate :)

 

My cfgIdentities are pretty standard:

 

 

        class Coleridge
        {
         name = "$STR_Name_Coleridge";
         face = "Coleridge_Default";
         glasses = "None";
         pitch = 1;
         speaker = "Male01ENG";
         dlc = "Resist_Mod";
      };

 

Still getting lots of speaker errors though! 'Male01Eng' seems to be valid as far as I can tell - really weird...

Share this post


Link to post
Share on other sites

Yup that's weird...

Just a wild guess, but maybe units from other DLCs need to be added to identityTypes[] in CfgVoice?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×