Home   Help Search Login Register  

Author Topic: Faces  (Read 1158 times)

0 Members and 1 Guest are viewing this topic.

O Neil

  • Guest
Faces
« 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

seanver

  • Guest
Re:Faces
« Reply #1 on: 02 Oct 2002, 16:08:38 »
in the unit's init field:

this setface "facexx"

where xx a number, for example, 15

O Neil

  • Guest
Re:Faces
« Reply #2 on: 03 Oct 2002, 03:01:47 »
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.

Kaliyuga

  • Guest
Re:Faces
« Reply #3 on: 03 Oct 2002, 03:19:31 »
 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 :)

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Faces
« Reply #4 on: 03 Oct 2002, 22:07:36 »
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:

O Neil

  • Guest
Re:Faces
« Reply #5 on: 04 Oct 2002, 09:20:01 »
So this means I CAN change the "Face.jpg"        To say

"Someothername.jpg"         eg.

O Neil

  • Guest
Re:Faces
« Reply #6 on: 21 Oct 2002, 10:43:18 »
Umm..........it still doesn't work

Soz