Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: 1st Person view, head is turned opposite direction to which i should be looking?  (Read 6420 times)

0 Members and 1 Guest are viewing this topic.

Offline konyo

  • Members
  • *
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? :confused: 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 :
Code: [Select]
class backcrew: MainTurret
{
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?  :weeping: