New Player Class
by Christian · in Torque Game Engine · 01/28/2007 (11:19 am) · 3 replies
I'm adding some new player classes, my wolf works, but 3 other characters show up half way in the ground. They run around, but half a body isn't quite as good as a full body. This is in my player.cs
What is the problem?
exec("~/data/shapes/players/human/female/player.cs");datablock PlayerData(OrcFemaleAvatar : OrcWarriorAvatar)
{
shapeFile = "~/data/shapes/players/human/female/female_human_player.dts";
mass = 85;
maxEnergy = 100;
rechargeRate = 0.1;
};What is the problem?
Torque 3D Owner Stephen Zepp