View Full Version : Dismount
Mr.Willer
01-18-2010, 10:38 PM
Hi!
I didnt find any topic that tells how to dismount actor from horse. Tried to figure it but no success. Anyone know?
Mr.Willer
01-18-2010, 10:38 PM
Hi!
I didnt find any topic that tells how to dismount actor from horse. Tried to figure it but no success. Anyone know?
It should look like that:
1) Waypoint with mt_HorseRide
2) Waypoint with mt_Mount - turn off "Immediate" field and "Horse" field empty
3) Waypoint with mt_Move or any other motion type and behavior
Mr.Willer
01-19-2010, 02:05 AM
Thanks!
Mr.Willer
01-23-2010, 02:02 AM
Now iam stuck with wagon.. How to get AI out from it with animation?
Waypoint where AI should get out wagon should be with bhv_GetInOutWagon and leave "Wagon" field empty.
Mr.Willer
01-23-2010, 03:39 PM
Didn't get it.. There is only "mt_GetInOutWagon" Can't see "bhv_GetInOutWagon". And mt.. thing didn't work. Solved this somehow using fadein/out technics, but without animation.
baarssen
01-23-2010, 08:21 PM
Things that begin with "mt_" are motion types and things that begin with "bhv_" are behaviors. You have to set a behavior type to get out of the wagon. for a horse you can use the motion type.
Sorry, that's MT, not BHV...
Check selection "Wagon" in editor. Removing AI works the same but with field "Wagon" empty.