Faceposer and Team Fortress 2

Pocok

L1: Registered
Jun 24, 2008
30
0
Hi!

I am making a video, and I want to use faceposer animations (choreography) in it. I made a map, for the video, but I can't place my choreography in it. I tried to test the map, and then i wrote to the console:

bot -name sniper -team red -class Sniper

and after that:

tf_testvcd "scenes/sniper.vcd"

but nothing happened.

The first problem is that sometimes it doesn't spawn the bot.
The other is that once it spawned, then the choreography didn't work.

I tried everything, I looked for tutorials, but I didn't find anything, so I wrote it here.

Thanks,
Pocok
 

Lord Ned

L420: High Member
Feb 11, 2008
421
174
Were you looking at him?

There is a tutorial for this by Katana.

[ame="http://youtube.com/watch?v=2HcOt7aDiHQ"]YouTube - Faceposer Tutorial 5: Team Fortress 2[/ame]
 

Pocok

L1: Registered
Jun 24, 2008
30
0
yes, i saw it, but it didnt work. I told, my problem is that the "tf_testvcd" command doesnt work.
 

Pocok

L1: Registered
Jun 24, 2008
30
0
ok, i have a new problem, now with bots. so, i was about to making a bot:
sv_cheats 1
bot -name csipa -team red -class sniper

Then it wrote this:
Failed to create //or something like that, it doesnt matter.
 

Trypto

L1: Registered
Apr 1, 2008
35
22
Make sure the syntax is correct. In the video, he used the "-name" as the last command. This shouldn't be causing a problem, but it is Valve.
 

Pocok

L1: Registered
Jun 24, 2008
30
0
lol :)

anyway, i solved the problem. the problem was that i joined red team, and then made a red bot. the bot was created in spectator. so it was because of the balance, so when i went to the blu team, and created it, it was okay. then i could play the choreography by pointing at the bot.

the new problem is: how can I bind it? I tried this way in the CFG:
bind "6" "tf_testvcd "scenes/sniper_video.vcd"", but it didnt work.
 

Zmathue

L2: Junior Member
Aug 3, 2008
72
14
lol :)

anyway, i solved the problem. the problem was that i joined red team, and then made a red bot. the bot was created in spectator. so it was because of the balance, so when i went to the blu team, and created it, it was okay. then i could play the choreography by pointing at the bot.

the new problem is: how can I bind it? I tried this way in the CFG:
bind "6" "tf_testvcd "scenes/sniper_video.vcd"", but it didnt work.

use
bind "6" "tf_testvcd scenes/sniper_video.vcd"

the quotes around scenes/sniper_video.vcd are not needed.