OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: topcover 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
-
C:\Program Files\Codemasters\OperationFlashpoint\Users\yourname\missions\missionname
and use this in the init field of the guy
this setface "facename.jpg"
-
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" ;)
-
Daz wut dat sez ............. LOL :D
-
Got it working, thanx people :)
L8R
TopCover
-
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 ???
-
Shlomo, i guess it's because you did not read the
thread exactly.
"this set face "myface"
is not equal to:
this setface "myface.jpg"
;)
~S~ CD
-
Sorry.
I forgot to said that I also tried "MyFace.jpg" and it didn't work either.
:-[