Game Development Community

Default Character

by Levi Putna · in Artist Corner · 08/14/2006 (6:33 am) · 2 replies

I have posted this problem on a few other Thread but I still haven't solved the problem so I thought I would start my own.

My question is simple how do I go about getting my character dts
and dtq to work instead of the default character eg. instead of Kork. This problem is driving me crazy and I am finding it hard to find any documentation that can help me get this working.

#1
08/14/2006 (6:56 am)
There are a couple files that need to be adjusted. I would look at player.cs located in ~/server/scripts and ~/data/shapes/player. These player.cs files will show you how to setup your character in TGE.
#2
08/14/2006 (4:14 pm)
Thanks Jon Jorajuria the problem was in the ~/server/scripts/player.cs it didn't like the PlayerBody datablock. Just create my own HumanBody datablock and it works perfectly :)