Game Development Community

Seeing plalyer's arms while holding gun.

by N · in Torque Game Engine · 01/20/2008 (2:40 pm) · 3 replies

I want it so that you can see the players hand(s) holding a gun.

Example: http://medialib.computerandvideogames.com/screens/screenshot_185072_thumb300.jpg

Does stock TGE do this? Or do I need to change something?

I don't want just a gun on the bottom of the screen.

Thanks,
Niko

#1
01/20/2008 (2:53 pm)
Search is your friend, my friend ;)
However, I'll give you a head start:
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=9846
It's a good place to start.
#2
01/21/2008 (12:18 am)
There is another way to do this...Open player.cs and scroll down to "datablock PlayerData(PlayerBody)". Then under a few lines you should see "renderFirstPerson = false;" Make it true and you'll see the player's arms, legs, chest, and shadow (but the shadow moves in a weird way O_O) in the game.
#3
01/21/2008 (9:26 am)
Thanks. I'm trying both ways to see which works better.