Jump to content

Recommended Posts

Posted

Is there a different way to zoom in and out from the cockpit view than the other DCS modules? For the mustang and blackshark the default zoom keys work fine, but I cant seem to do any type of zooming in FC3. I am probably doing something stupid but I have no idea.

 

Thanks.

Posted

Num* and Num/

Novice or Veteran looking for an alternative MP career?

Click me to commence your Journey of Pillage and Plunder!

[sIGPIC][/sIGPIC]

'....And when I get to Heaven, to St Peter I will tell....

One more Soldier reporting Sir, I've served my time in Hell......'

Posted (edited)

Are you using TrackIR? If so then sometimes it maps zoom to trakir Z axis which would prevent you using a key to control the zoom. If you're not using trackir then I dunno.

 

Edit: Mouse wheel scroll can also zoom in and out in FC3, maybe that will work for you.

Edited by leapingrodent
Posted
Is there a different way to zoom in and out from the cockpit view than the other DCS modules? For the mustang and blackshark the default zoom keys work fine, but I cant seem to do any type of zooming in FC3. I am probably doing something stupid but I have no idea.

 

Thanks.

 

it was same here till i changed the trackir default lua.

the zoom problem only affected only my russian planes.

and i copied f-15 trackir default lua. and changed with russian aircrafts default lua in their trackir folder.

dcsworld/mods/aircraft/flaming cliffs/input.....

now zoom problem corrected

i hope this helps

Posted (edited)

return {

axisCommands = {

{combos = {{key = 'TRACKIR_PITCH'}}, action = iCommandViewVerticalAbs, name = 'Absolute Camera Vertical View'},

{combos = {{key = 'TRACKIR_YAW'}}, action = iCommandViewHorizontalAbs, name = 'Absolute Camera Horizontal View'},

{combos = {{key = 'TRACKIR_X'}}, action = iCommandViewHorTransAbs, name = 'Absolute Horizontal Shift Camera View'},

{combos = {{key = 'TRACKIR_Y'}}, action = iCommandViewVertTransAbs, name = 'Absolute Vertical Shift Camera View'},

{combos = {{key = 'TRACKIR_Z'}}, action = iCommandViewLongitudeTransAbs, name = 'Absolute Longitude Shift Camera View'},

{combos = {{key = 'TRACKIR_ROLL'}}, action = iCommandViewRollAbs, name = 'Absolute Roll Shift Camera View'},

},

}

 

this is correct example in trackir default lua.

Edited by theropod
Posted

Go into controls for the Plane(s) you're having trouble with, go to axis commands and look at the far right in the TrackIR column, down at the bottom will be "Zoom" and if it is mapped to TrackIR Z axis you'll need to clear the control and then look up the list for "Forward/Backwards" and map your trackir Z axis to that. See my attached screenshot.

1541354637_2014-11-1317-23-11-76.thumb.jpg.1bd80334945a7031a91587c9653147ee.jpg

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...