Blockland Forums > Modification Help
First Person model
Aware:
--- Quote from: TheKhoz on November 29, 2011, 09:43:48 AM ---But, I have no idea how to make it first person only. There is a way, I think it involves having a model for first person and a model for third. The third person should just be empty.dts
--- End quote ---
I cant figure out how to do that, I've searched BL forums and Torque Help.
--- Quote from: soba on November 29, 2011, 09:45:33 AM ---I do know theres a variable you can use to lock the player at first person/third person, but thats really as far as I know
--- End quote ---
Not what I want.
Does anyone know how to change LOD to make it first person only? I've done it befor on accident... but I dont know how to do it on purpose :/
soba:
firstPersonOnly=1;
thirdPersonOnly=1;
Aware:
--- Quote from: soba on November 30, 2011, 07:04:31 PM --- firstPersonOnly=1;
thirdPersonOnly=1;
--- End quote ---
Thats playertype.
And you cant mount 2 models on the head. I want to know how to make it using LOD
soba:
--- Quote from: Aware on November 30, 2011, 07:06:46 PM ---
Thats playertype.
And you cant mount 2 models on the head. I want to know how to make it using LOD
--- End quote ---
ah, then I have no idea
Aware:
After a long time of trial and error with LODs, I came with this result.
LOD = -1: Third person only
LOD = 1: First person only
Let this help all the people who come after me.