Question for Experts
by Rajavidya Das Hargreaves · in Torque Game Engine · 06/14/2002 (5:01 pm) · 1 replies
Hi guys
could you run me through the steps of modifying the torque demo scripts so that i can load and display my own character models please.
Thanks in Advance
-Rajavidya Das Hargreaves
could you run me through the steps of modifying the torque demo scripts so that i can load and display my own character models please.
Thanks in Advance
-Rajavidya Das Hargreaves
About the author
Torque Owner Mike Stoddart
and as long as you use the right datablock in fps/server/scripts/player.cs:
and in fps/server/scripts/game.cs:
%player = new Player() { dataBlock = futuristicClass; client = %this; };you should be ok. I'm pretty sure that's all I did.