Results 1 to 2 of 2

Thread: 1st Person view, head is turned opposite direction to which i should be looking?

  1. #1
    Master Gunnery Sergeant konyo's Avatar
    Join Date
    Jun 26 2009
    Location
    United kingdom
    Posts
    1,168

    1st Person view, head is turned opposite direction to which i should be looking?

    Basicly I've got a few custom made seating positions for the model im working on. However when im in that position in game my head is looking the opposite direction to which i should be looking? For example it should be looking out the back of the helicopter, but in 1st person view its facing the front. When looking from 3rd person however the head is facing the right way? I've played around with the minAngleX, Y & initFov's etc but nothing happened.

    Heres a few example pictures of what i mean :

    1) So i should be facing this way, out the back of the helicopter:


    2) Instead i'm facing this way, toward the front of the helicopter?:


    3) & when i look at where my head should be...?!


    & Here's that turret in the config :
    PHP Code:
    class backcrewMainTurret
                
    {
                    
    body "";
                    
    gun "";
                    
    gunnerAction "raf_backcrew";
                    
    gunnerInAction "raf_backcrew";
                    
    memoryPointsGetInGunner "pos_gunner";
                    
    memoryPointsGetInGunnerDir "";                //before: pos_gunner_dir
                    
    gunnerName "Back Crew";
                    
    weapons[]={};
                    
    magazines[]={};
                    
    gunnerForceOptics 0;
                    
    proxyIndex 5;
                    
    startEngine 0;
                    
    gunnerCompartments "Compartment2";
                    
    hasGunner 1;
                    
    viewGunnerInExternal true;
                    
    castGunnerShadow true;
                    
    viewGunnerShadow true;
                    class 
    ViewGunner
                    
    {
                        
    initFov 0.8;
                        
    minFov 0.3;
                        
    maxFov 1.2;
                        
    initAngleX 0;
                        
    minAngleX = -50;
                        
    maxAngleX 20;
                        
    initAngleY 0;
                        
    minAngleY = -100;
                        
    maxAngleY 100;
                    };
                };
            }; 
    So does anyone know why it's doing this?

    *New Website, Check It Out! Just Click The Picture Above! *

    Follow konyo.webs On Twitter : https://twitter.com/konyoWebs

  2. #2
    Master Gunnery Sergeant konyo's Avatar
    Join Date
    Jun 26 2009
    Location
    United kingdom
    Posts
    1,168
    Author of the Thread
    Sorry but does anyone know how to fix this?

Similar Threads

  1. Seeing parts of head in 1st person
    By Nordin in forum ARMA 2 & OA : MODELLING - (O2)
    Replies: 6
    Last Post: Jan 4 2011, 13:52
  2. 1st person View and Zoom through binoculars
    By TheJokerMan in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Aug 11 2006, 23:42
  3. Any Ideas how to Improve 1st Person view
    By CodeSkyWolf in forum ARMA - GENERAL
    Replies: 2
    Last Post: Jul 29 2005, 23:41
  4. 1st person view target tracking...
    By Lupus[WD] in forum ADDONS & MODS: DISCUSSION
    Replies: 0
    Last Post: Jul 24 2003, 04:26
  5. 1st person view in an apc problem
    By quakergamer in forum OFP : O2 MODELLING
    Replies: 3
    Last Post: Jun 9 2003, 23:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •