Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Xen0tech

Having trouble with Identities

Recommended Posts

Can any editing gurus out there see what i'm doing wrong. I am trying to give my AI buddy an identity.

In named I put

Spectre

In description I put

Spectre

In initialization I put

this setIdentity "Spectre";

In the description.ext I put

class CfgIdentities

{

class Spectre

{

name="Spectre";

face="Mask 2";

glasses="None";

speaker="Male03EN";

pitch=1.0;

};

};

Share this post


Link to post
Share on other sites

class CfgIdentities

{

class HC1

{

name = "USMC High command";

face = "face04";

glasses = "Sunglasses";

speaker = "male1";

pitch = 1.00;

};

};

Theres an example of one of mine, all I can see different is spaces between them.

Share this post


Link to post
Share on other sites

Its the face I use in my profile. I think its not listed because its from ACE2

Share this post


Link to post
Share on other sites
Sign in to follow this  

×