Jump to content
Sign in to follow this  
demonhunter212

Quick Question

Recommended Posts

Okay, I know this sounds like a stupid question but is there any possible way to make my Team Mates Radio Voice any Different. I'm wondering because i was doing a mission in the Editor and my whole team had that Redneck voice (Not insulting Rednecks).

Is there any possible way to change that?

Share this post


Link to post
Share on other sites

Yes, with CfgIdentities and setIdentity command:

this setIdentity "Tas";

;description.ext in mission directory:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgIdentities

{

class Tas

{

name = "Tasmanian Devil";

face = "Face50";

glasses="None";

speaker = "Dan";

pitch = 1.05;

};

};

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  

×