Home   Help Search Login Register  

Author Topic: Disable 3rd person view in mission  (Read 1115 times)

0 Members and 1 Guest are viewing this topic.

gwg-striker

  • Guest
Disable 3rd person view in mission
« on: 24 Feb 2003, 12:56:29 »
Hello,

I wonder whether there is a way or command to disable 3rd person view in a mission. I know it can be set on the server, but want to disable it permanently

Thx in advance,

[GWG] Striker,
a.k.a. Frans

MorMel

  • Guest
Re:Disable 3rd person view in mission
« Reply #1 on: 24 Feb 2003, 15:22:20 »
player SwitchCamera "EXTERNAL"
and then
player SwitchCamera "FIXED" ??? ??? ?? ??

I'm not sure, i've never tried this... :(

gwg-striker

  • Guest
Re:Disable 3rd person view in mission
« Reply #2 on: 24 Feb 2003, 16:53:48 »
Hi MorMel,

thx for the reply, alas it doesn't work, there is no 'FIXED' value. Also, I would have to use 'INTERNAL' in stead of external.

Well, it's one step closer, now just find out how to lock the camera.

Offline toadlife

  • OFPEC Old Skool
  • Former Staff
  • ****
  • Official OFP Editing Center Toad
    • toadlife.net
Re:Disable 3rd person view in mission
« Reply #3 on: 24 Feb 2003, 21:52:07 »
This should do the trick for you. I havn't tried this, but I see no reason why it shouldn't work.

Create a script like so..

Code: [Select]
#loop
player switchcamera "internal"
~0.01
goto "loop"

..and execute it from your init.sqs file like so...

[] exec "thisscript.sqs"

EDIT: Let me know if this works. If it does please click the 'solve' button. This would make a nice FAQ item for the Ed Depot.
« Last Edit: 24 Feb 2003, 21:55:41 by toadlife »
"Whenever you want information on the 'net, don't ask a question; just post a wrong answer." -- Cancer Omega.

gwg-striker

  • Guest
Re:Disable 3rd person view in mission
« Reply #4 on: 13 Mar 2003, 11:12:53 »
OK,

thanks, I'll test it and let you know.

wi77ard

  • Guest