Home   Help Search Login Register  

Author Topic: how to add new face?  (Read 1187 times)

0 Members and 1 Guest are viewing this topic.

runner111

  • Guest
how to add new face?
« on: 26 Sep 2006, 06:09:08 »
Sorry, my english is not good. "face" means : smile, angry,sadness action. I know OFP has some basic face, can I add new one?
If I can, how should I do?

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: how to add new face?
« Reply #1 on: 26 Sep 2006, 09:07:17 »
if in doubt about a command, take a look at the comref.

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re: how to add new face?
« Reply #2 on: 26 Sep 2006, 09:57:41 »
If you want to change the actual face (eyes, nose, mouth, chin, etc) you use setFace command
Code: [Select]
myUnit setface "face15"
Thats's general Guba's face.


If you want to change the expression (smiling, angry, confused, etc) you use setMimic command

Code: [Select]
myUnit setMimic "smile"Should make the unit smile, but I'm nor sure how long the smile lasts since I never actually used the mimic command.
OFPEC | Intel Depot
RETARDED Ooops... Retired!

runner111

  • Guest
Re: how to add new face?
« Reply #3 on: 26 Sep 2006, 11:14:13 »
Can I add new mimic?

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re: how to add new face?
« Reply #4 on: 26 Sep 2006, 11:52:49 »
Can I add new mimic?

Not without altering the core files in the game engine, and that's far beyond my knowledge of Flashpoint editing.
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline JasonO

  • OFPEC Patron
  • ****
  • Oh no...
    • The New Life RPG
Re: how to add new face?
« Reply #5 on: 28 Sep 2006, 17:44:33 »
You could make an animation for an addon, but thats very advanced and isnt really what you want.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: how to add new face?
« Reply #6 on: 28 Sep 2006, 20:42:44 »
a way of getting round it would be to set the mimic to normal and use your own face texture. tutorial here.