OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: O Neil on 02 Oct 2002, 10:47:18
-
Hey, this may be a stupid question but, how do you add/put faces onto a character.
Also, how do you make someone else (as in, AI person) have a different face???
Thxs :o ;D :-X
-
in the unit's init field:
this setface "facexx"
where xx a number, for example, 15
-
Isn't it this setface "face.jpg" ???
If that is what I mean casue I downloaded mr beans face and I think I have to put it into user/username/mission....whatever but if I do do that, there's another face I want to put in but it has the same name as the other one.
Hope I don't have you wrong here.
-
Well.. you're both right .. sorta.....
if it's a face that came with the game then the setface "facexx" command is supposed to work....
however... I was trying this the other day and it didn't work for me ...
if it's a custom face... then you're supposed to use the .jpg thing ;)
and you can also set identities in the description.ext which allows you to designate glasses as well as the voice they have in game :)
-
If yer making a mission using custom faces & then wanna export it,
remember :o :wow: :o ALWAYS add the face(s) then!
A "MyFace.jpg" can simply be put in the "NameOfMission" folder
and then used via the INIT spell :
This SetFace "MyFace"
If you're running OFP v_1.46 then I believe ya need to use the syntax :
This SetFace "MyFace.jpg" :P :)
Another way to add the custom faces to an exported
mission would be to include it in the zip & then in the
README tell ppl to put it in their ADDONS folder back home.
This would rock too, if I'm not all wrong :thumbsup:
-
So this means I CAN change the "Face.jpg" To say
"Someothername.jpg" eg.
-
Umm..........it still doesn't work
Soz