Game Development Community

Player issues

by Ari J · in Torque Game Engine · 03/24/2005 (5:53 am) · 2 replies

Well, again i need some help.

I've got a working player model wich walks and jumps and all of the usual stuff

But I have three problems to solve before i can get any further.

Each time i start the game it either:

a) works
b) creates a fatal error
c) makes the screen go gray, all i see is the HUD (and all turns red when i tap f10 or f11, and all i can see then are mission-, gui editor huds.)


And when it works, the crossbow weapon is positioned at the bottom of the player (on the ground) and it acts as the middle of my view. I've also got this neat gun model wich would be great if any of you can help me replacing the crossbow with.


Thanks in advance

Ari J.
IceSea Entertainment

#1
03/24/2005 (6:07 am)
A) That's good

b) If it's not working now, and it was before, what did you change to make it not work anymore? Have added anything extra to the engine that might need some tuning?

c) Have you checked the console.log in the example folder to see what the problem is?


You most likely need a mount point for the weapon. It is normally Mount0 for the first one.
#2
03/24/2005 (10:49 am)
B) i added the player...

Thanks for the weapon tip :)