| Pages:
1
2 |
MERMITE
Private

Posts: 36
Registered: 5-27-2006
Location: au
Member Is Offline
|
|
STOP PULLING FACES
I work in DFX single player maps and can't get facial gestures to work has any one been able too?...Text Yellowsee
this example:
if past(7) and never() then
ssnface 1504 face_surprise
endif
if past(9) and never() then
ssnface 1504 face_happy
endif
if past(11) and never() then
ssnface 1504 face_normal
endif
if past(13) and never() then
ssnface 1504 face_happy
endif
if past(15) and never() then
ssnface 1504 face_normal
endif
Leaving 2 sec's for each face
even less is better
|
|
|
Legionnaire=M=
Private

Posts: 89
Registered: 5-11-2004
Location: Yokosuka, JAPAN
Member Is Offline
|
|
I've tried with JO and DF:X, too.
No result, unfortunately.
I believe ssnface(#, face_name) doesn't work with JO:TR, DF:X.
It works with DF:BHD, maybe. (I havn't checked.)
I'd like to know if anyone is getting result about facial gesture, too.
|
|
|
Crazy Horse WFA
Private

Posts: 26
Registered: 12-20-2006
Location: DF1 & DFx
Member Is Offline
|
|
Dave61 still around? He sent me a WAC list once. I will see if I still have it.
I was going to run away and join the circus but then I realized that would be redundant.
|
|
|
Crazy Horse WFA
Private

Posts: 26
Registered: 12-20-2006
Location: DF1 & DFx
Member Is Offline
|
|
I never use this script... I don't get close enough to the enemy to see his face 
but here's some info Dave61 sent me years ago:
----------------------------------
Facial Expressions
This script changes the facial expressions of the AL.
if ssndead(44) and never then
ssnface 45 face_disgust
ssnface 46 face_angry
ssnturn(45,90)
ssnturn(46,-90)
endif
Also use : face_normal , face_happy , face_sad , face_smirk , face_angry ,
face_surprise , face_disgust , face_fear , face_aggressive
I was going to run away and join the circus but then I realized that would be redundant.
|
|
|
Crazy Horse WFA
Private

Posts: 26
Registered: 12-20-2006
Location: DF1 & DFx
Member Is Offline
|
|
I never use this script... I don't get close enough to the enemy to see his face 
but here's some info Dave61 sent me years ago:
----------------------------------
Facial Expressions
This script changes the facial expressions of the AL.
if ssndead(44) and never then
ssnface 45 face_disgust
ssnface 46 face_angry
ssnturn(45,90)
ssnturn(46,-90)
endif
Also use : face_normal , face_happy , face_sad , face_smirk , face_angry ,
face_surprise , face_disgust , face_fear , face_aggressive
I was going to run away and join the circus but then I realized that would be redundant.
|
|
|
| Pages:
1
2 |