wongkeanwah 0 Posted September 19, 2004 Does anybody know how to chang the names ingame? Example:6:Derek James Share this post Link to post Share on other sites
theavonlady 2 Posted September 19, 2004 Put something like this in the description.ext file for a soldier you named Chuck in the mission.sqm file: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgIdentities { class Chuck { name = "Charles Dickens"; face = "Face5"; glasses = "none"; speaker = "Marc"; pitch = 1; }; }; Share this post Link to post Share on other sites
wongkeanwah 0 Posted September 19, 2004 But,how to tell which number it is?1,2,3,4,5,6,7,8,9,10,11 or 12 EDIT:Does not work. Share this post Link to post Share on other sites
Junker 0 Posted September 19, 2004 Avon forgot to tell you the rest of it In the editor or Init.sqs you have to put Man1 SetIdentity "Chuck" Share this post Link to post Share on other sites
theavonlady 2 Posted September 19, 2004 Avon forgot to tell you the rest of it  In the editor or Init.sqs you have to put Man1 SetIdentity "Chuck"  Men are so complicated! Share this post Link to post Share on other sites
gandalf the white 0 Posted September 19, 2004 Avon forgot to tell you the rest of it  In the editor or Init.sqs you have to put Man1 SetIdentity "Chuck"  meaning you gotta mess with the setidentity AND the mission.sqm ? time to name some enemy's after moderators! ( hey! i didn't named a forum! ) Share this post Link to post Share on other sites
The Real Armstrong 0 Posted September 19, 2004 But,how to tell which number it is?1,2,3,4,5,6,7,8,9,10,11 or 12 EDIT:Does not work. wowlookatmynumber = 0 wowlookatmyothernumber = 0 wowlookatmythirdandcoolestnumber = 3 #loopy wowlookatmynumber = (units (group player) select wowlookatmyothernumber) wowlookatmyothernumber = wowlookatmyothernumber + 1 ? (wowlookatmythirdandcoolestnumber == wowlookatmynumber) : hint format ["Yoo, what's this shit about your number? It's this: %1", wowlookatmynumber]; exit ~0.01 goto "loopy" or summin like that. I'm tired. Can't think. Must destroy OFP. Ugh. Share this post Link to post Share on other sites
Junker 0 Posted September 19, 2004 Avon forgot to tell you the rest of it  In the editor or Init.sqs you have to put Man1 SetIdentity "Chuck"  meaning you gotta mess with the setidentity AND the mission.sqm ? time to name some enemy's after moderators!   ( hey! i didn't named a forum!  ) Dont mess with the .Sqm just do the description like Avon said then do what i posted. Easy as that Share this post Link to post Share on other sites
wongkeanwah 0 Posted September 25, 2004 Avon forgot to tell you the rest of it In the editor or Init.sqs you have to put Man1 SetIdentity "Chuck" time to name some enemy's after moderators! ( hey! i didn't named a forum! ) LMAO! Share this post Link to post Share on other sites