Jump to content

Cockpit zoom


royphsle

Recommended Posts

Hi, I like the Tomcat very much but why is the cockpit so zoomed out? I don't like that I always have to press the numpad enter key to zoom in. Someone who knows it will be fixed?

-royphsle

 

F-16C:thumbup:

i7-4790 CPU 3.60GHz | 16 GB RAM | MSI GTX-960 Gaming 4GB | TM Warthog HOTAS | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

Noticed as well. Usually DCS modules have 20° - 140° FOV range. Tomcat is one of the few exceptions with those set to 30° and 180° IIRC. I'm just saying. 180° of FOV... that's insane, literally. And, pretty useless at the same time. That makes the center states 80° and 105° respectively.

 

I'm using my own method for zooming to get past this, usually it's:

 

    
   -- COCKPIT VIEW FOV / ZOOM PRESETS
   {combos = {{key = 'Delete'}}, down = iCommandViewZoomAbs                        , value_down = -0.833333, name = _('Cockpit FOV 30'), category =  _('View Cockpit FOV')},
   {combos = {{key = 'End'}}, down = iCommandViewZoomAbs                        , value_down = -0.333333, name = _('Cockpit FOV 60'), category =  _('View Cockpit FOV')},
   {combos = {{key = 'PageDown'}}, down = iCommandViewZoomAbs                        , value_down =  0.166666, name = _('Cockpit FOV 90'), category =  _('View Cockpit FOV')},

 

For the F-14, I need different values to get the same angles:

 

   -- COCKPIT VIEW FOV / ZOOM PRESETS
   {combos = {{key = 'Delete'}}, down = iCommandViewZoomAbs                        , value_down = -1.000000, name = _('Cockpit FOV 30'), category =  _('View Cockpit FOV')},
   {combos = {{key = 'End'}}, down = iCommandViewZoomAbs                        , value_down = -0.600000, name = _('Cockpit FOV 60'), category =  _('View Cockpit FOV')},
   {combos = {{key = 'PageDown'}}, down = iCommandViewZoomAbs                        , value_down =  -0.200000, name = _('Cockpit FOV 90'), category =  _('View Cockpit FOV')},

 

Those are put into the Input\keyboard\default.luas twilightsmile.png

dcsdashie-hb-ed.jpg

 

Link to comment
Share on other sites

Thanks for the tips, I use the slider on the throttle for zooming and I want to have the cockpit more zoomed in when the slider is in the center like the standard for the F-18, F-5 etc.

-royphsle

 

F-16C:thumbup:

i7-4790 CPU 3.60GHz | 16 GB RAM | MSI GTX-960 Gaming 4GB | TM Warthog HOTAS | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

That's a good way to do it as well. I tend to find default position and save to ralt-0 as default view. Then i use button 5 and 6 on throttle (the paddle shifter thing) to zoom in or out dynamically since I can keep my HOTAS at a times.

 

Sent from my SM-G975U using Tapatalk

Link to comment
Share on other sites

I want to have the cockpit more zoomed in when the slider is in the center like the standard for the F-18, F-5 etc.

 

 

Excellent question, I´d like that too.

_________________________________

Aorus Z390 Extreme MB | i9 9900k CPU @ 5.0 GHz | EVGA RTX 2080 Ti FTW3 Ultra | 32 GB G Skill Trident Z 3600 MHz CL14 DDR4 Ram | Corsair H150i Pro Cooler | Corsair TX 850M PS | Samsung 970 Evo Plus M.2 NVMe SSD 1TB |TMWH Hotas with VPC WarBRD Base| Corsair Gamer 570x Crystal Case | HP Reverb

Link to comment
Share on other sites

That's a good way to do it as well. I tend to find default position and save to ralt-0 as default view. Then i use button 5 and 6 on throttle (the paddle shifter thing) to zoom in or out dynamically since I can keep my HOTAS at a times.

 

I see but I don't think it will work on a axis like the slider.

-royphsle

 

F-16C:thumbup:

i7-4790 CPU 3.60GHz | 16 GB RAM | MSI GTX-960 Gaming 4GB | TM Warthog HOTAS | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

  • Recently Browsing   0 members

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