Game Development Community

Changing the weapon & Player model.

by Braveheart · in Torque Game Engine · 12/03/2007 (5:12 pm) · 2 replies

How can I change the player model from that ogre?

How can I change the weapon? How could I make a system for picking up new weapons and being able to scroll between them? Also how would I edit how the weapon fires?

Thanks!

#1
12/04/2007 (6:38 am)
First, you would need a model to change it to. Then you would need to modify the player.cs file under server/scripts to load the correct DTS model and DSQ animations (assuming there are DSQ animations).

I would suggest going through the Getting Started document included with the engine to learn how to modify variables and the inventory. It covers a number of these topics and gives you a starting point.
#2
12/05/2007 (3:31 pm)
Thanks, for some reason my DSQ animations are not working.

But my model is loading in but the camera is all screwed. The crosbow is mouned under the model, the model isn't on the ground and the 3rd person view is too low down, I know I need to work on nodes for this.

But how do I change the weapon model? I don't think I saw that in the getting started manual.