Home   Help Search Login Register  

Author Topic: why doesnt setface always work?  (Read 630 times)

0 Members and 1 Guest are viewing this topic.

topcover

  • Guest
why doesnt setface always work?
« on: 27 Jan 2003, 19:59:11 »
When I try to designate custom faces to AI units, only some faces work.

I am using the following in the intit field of the unit:

soldiername setface "facename"

I've only managed to use 1 out of many jpgs in my user/myname folder.
adding .jpg to the name of the jpg and the facename in the init field doesnt change a thing.

When i try to set faces using theones that are installed as addons and which are visible in the player edit menu.....zilch, nada, nothing.

I am sure it is me making the mistake. Show me the right way and i shall walk the path of enlightenment with a gritty tigerstripe camo on my face.

L8R,

TopCover

Jester

  • Guest
Re:why doesnt setface always work?
« Reply #1 on: 27 Jan 2003, 20:03:36 »
C:\Program Files\Codemasters\OperationFlashpoint\Users\yourname\missions\missionname

and use this in the init field of the guy

this setface "facename.jpg"

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:why doesnt setface always work?
« Reply #2 on: 27 Jan 2003, 23:29:21 »
yea, ya just need to locate the path to yer fiaz, matey!  :-* 8)

in missions, yer best off by throwing the JPEG's into the mission folder and use the
normal SetFace spell,

e.g. :

This setFace "Myface.jpg"  ;)


« Last Edit: 27 Jan 2003, 23:30:02 by Tomb »

Jester

  • Guest
Re:why doesnt setface always work?
« Reply #3 on: 28 Jan 2003, 02:40:54 »
Daz wut dat sez ............. LOL   :D

topcover

  • Guest
Re:why doesnt setface always work?
« Reply #4 on: 04 Feb 2003, 04:36:49 »
Got it working, thanx people  :)

L8R

TopCover

shlomo

  • Guest
Re:why doesnt setface always work?
« Reply #5 on: 24 Feb 2004, 14:06:34 »
Hi topcover.

I read all the topic but still can make it work.

I tried my best but it is not enough.

I create a face.jpg under users\name and I'm able to use it as "custom" for myself and for AI soldiers.

However when I tried to create other faces and put them in the users\name\missions\faceMission\Myface.jpg  , The command  "this set face "MyFace" didn't work for AI soldier.

I'm using OFP resitance 1.92 ???

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:why doesnt setface always work?
« Reply #6 on: 24 Feb 2004, 16:51:21 »
Shlomo, i guess it's because you did not read the
thread exactly.

Code: [Select]
"this set face "myface"
is not equal to:

Code: [Select]
this setface "myface.jpg"
 ;)

~S~ CD
« Last Edit: 24 Feb 2004, 16:52:49 by Chris Death »
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

shlomo

  • Guest
Re:why doesnt setface always work?
« Reply #7 on: 25 Feb 2004, 08:58:28 »
Sorry.

I forgot to said that I also tried "MyFace.jpg" and it didn't work either.

 :-[