Game Development Community

Killer Kork Animation

by Jermaine Morgan · in Technical Issues · 07/10/2007 (3:26 pm) · 8 replies

I am using the Killer Kork AI scripts, they work fine but the animations dont work at all.

Is this a known issue?or is there a way to solve it?

#1
07/11/2007 (12:48 pm)
Wierd. Assuming that your player model is the same as Kork's, do your player animations work?
#2
07/11/2007 (8:40 pm)
Nope, my player is the kork. It just slides. I am using the fps starter kit also.
#3
07/12/2007 (12:42 pm)
Bump?
#4
07/12/2007 (1:41 pm)
Check your player.cs in data/shapes/player to make sure it is compile to dso. If not there is something wrong with player.cs file.

Check player.cs in server/scripts and make sure this line is at the top.

exec("~/data/shapes/player/player.cs");

Did you replace or merge the server\scripts\aiPlayer.cs?
#5
07/12/2007 (2:36 pm)
Yeah its there,
I replaced the "server\scripts\aiPlayer.cs" with the one that came with theone that came with killer kork.
#6
07/12/2007 (2:42 pm)
I did find this in the console though

My AI Test/data/shapes/player/player.cs (0): preload failed for PlayerDts: Missing sequence AI Test/data/shapes/player/player_looknw.dsq looknw for AI Test/data/shapes/player/player.dts.

any ideas on how i can fix it?
#7
07/12/2007 (2:48 pm)
I did find this in the console though

My AI Test/data/shapes/player/player.cs (0): preload failed for PlayerDts: Missing sequence AI Test/data/shapes/player/player_looknw.dsq looknw for AI Test/data/shapes/player/player.dts.

any ideas on how i can fix it?
#8
07/12/2007 (2:49 pm)
I fixed it I had to uncomment some lines in thhe aiplayer.

Thanks for the help everyone.