Can't find the flipping setting to change the 1sp mode to tribes
by Hugo Queiriga · in Torque Game Engine · 12/17/2002 (3:42 pm) · 5 replies
I had doen it beofre , but after format and a 6 months of innactivity has led me to forgetting i need to be able to see my body(playermodel) in first person view like in tribes 2!
Any help would be appreciated.
I asked this before and the answer along with my post has disappeared!
Any help would be appreciated.
I asked this before and the answer along with my post has disappeared!
#2
I know how to change to 3rd person!TAB
What i want to do is to go into code and change the render of the model back as if you look in 1st mode in the example you can't see the arms and your body no more! i want to be able to put all that thing back!
but can't remember what file it was , and what to change.
I hope that made sense now!
12/17/2002 (4:05 pm)
oops, not made myself clear.I know how to change to 3rd person!TAB
What i want to do is to go into code and change the render of the model back as if you look in 1st mode in the example you can't see the arms and your body no more! i want to be able to put all that thing back!
but can't remember what file it was , and what to change.
I hope that made sense now!
#3
Rendering the player in first person?
Go into player.cs, in server/scripts
find the line
renderFirstPerson = true;
set it to be
renderFirstPerson = false;
12/17/2002 (6:16 pm)
Do you meanRendering the player in first person?
Go into player.cs, in server/scripts
find the line
renderFirstPerson = true;
set it to be
renderFirstPerson = false;
#4
I think Max payne is like that
12/17/2002 (11:19 pm)
Or are you talking about making the game play like 1st person mode(moving crosshairs etc with mouse), and still have the camera look down on the player in 3rd person?I think Max payne is like that
#5
But the odd thing is that the weapon is not attached to the hands of those arms, which makes it look weirth i liked the way it was on v1.1 i just like to look down and see my virtual hands on the weapon!
I gues i have to dl the old version and adpt it to the v1.2 :(
12/18/2002 (9:52 am)
ok i made it render! thanks for that, i had to change from false to true!But the odd thing is that the weapon is not attached to the hands of those arms, which makes it look weirth i liked the way it was on v1.1 i just like to look down and see my virtual hands on the weapon!
I gues i have to dl the old version and adpt it to the v1.2 :(
Torque Owner Jared Schnelle