Home   Help Search Login Register  

Author Topic: Quickie  (Read 493 times)

0 Members and 1 Guest are viewing this topic.

Gooner861

  • Guest
Quickie
« on: 25 Sep 2004, 19:45:29 »
Quick help please!

Got cutscene where i want to show kneeling prisoners so i used Macs Animations thingy, got the "FXexecution" command, so it looks like this in the script:

;=== 17:58:30
_camera camSetTarget [10412.88,106959.83,-1023.20]
_camera camSetPos [9769.78,6970.32,1.16]
_camera camSetFOV 0.848
_camera camCommit 0
@camCommitted _camera
~2
civ1 SwitchMove "FXexecution"
civ2 SwitchMove "FXexecution"
civ3 SwitchMove "FXexecution"
civ4 SwitchMove "FXexecution"
civ5 SwitchMove "FXexecution"

=== 17:58:47
_camera camSetTarget [10412.88,106959.83,-1023.42]
_camera camSetPos [9774.50,6970.29,1.12]
_camera camSetFOV 0.848
_camera camCommit 8
@camCommitted _camera
~5

Wen it gets there they go down than quickly get up again, im forgetting sumthing really simple. What do i do to keep them down?

Cheers

Gooner

DBR_ONIX

  • Guest
Re:Quickie
« Reply #1 on: 25 Sep 2004, 20:05:40 »
Aye, switchmove is instant
playmove is the one you see the who anim
;)
- ben

Offline Blanco

  • Former Staff
  • ****
Re:Quickie
« Reply #2 on: 29 Sep 2004, 14:11:44 »
I can help you, but I can't explain why it works.
I've found it by accident and it's realy weird and unlogical.

Check this post



Search or search or search before you ask.

Gooner861

  • Guest
Re:Quickie
« Reply #3 on: 29 Sep 2004, 15:35:04 »
So pretty much i just have to use this:

Quote
_unit switchmove "fxexecution"
~2.8
_unit playmove "fxexecutiondead"

Is abit of an arse really why it doesnt work in the first place.

Cheers

Gooner

Gooner861

  • Guest
Re:Quickie
« Reply #4 on: 08 Oct 2004, 15:43:32 »
Why is this switchmove stuff such a pain in the arse???? >:(

I wanna have a group of resy dudes in a forest discussing there plans b4 an attack. To make it look a little nicer im using the switchMove "FXtoKneel" command to make em kneel down but it never works.

Cud i loop it sumhow, ive read parts of Blancos link there but i still dunno wot to do with it.  ???

Thanks for any help

Gooner

Gooner861

  • Guest
Re:Quickie
« Reply #5 on: 08 Oct 2004, 19:25:09 »
No silly me. Works fine now.  ;D