Jump to content

FoV


Go to solution Solved by manashttu,

Recommended Posts

Posted

I encountered with some little problem with view in the cockpit of F4U. It’s so close to the cockpit’s panel and I can’t increase FoV, in settings of f4u the file view maximum 110 degrees, I set 170, but internal check doesn’t let me to join the server. 
In the future I would appreciate the FoV 170 or something like this. 

I have monitor 49’   aspect 32:9

  • Like 2
Posted

Yeah it feels like the camera position is too far forward, I use Rctrl+Rshift+num- to move it back. But the default position needs to be changed. 

  • Like 1

i5 9600k, GTX1070, 32Gb 3000MHz DDR4, 500Gb 970EVO SSD

Posted
5 часов назад, _IvyMike_ сказал:

Yeah it feels like the camera position is too far forward, I use Rctrl+Rshift+num- to move it back. But the default position needs to be changed. 

I moved it back as max as possible, but there is no solution

  • Like 1
Posted

Agree.  "Zoom out" limit is not anything like what you can achieve with the other aircraft I have flown.

With Track IR it *seems* that you get the best result from recentering with the zoom all the way 'In' then zooming out, but that's only a strong hypothesis atm.

  • Like 1
Posted
18 часов назад, Motorpool сказал:

Agree.  "Zoom out" limit is not anything like what you can achieve with the other aircraft I have flown.

With Track IR it *seems* that you get the best result from recentering with the zoom all the way 'In' then zooming out, but that's only a strong hypothesis atm.

I hope the developer will make changes and increase FoV up to 140 like other aircraft of ED

  • Like 1
Posted

Through some experimentation, I found that putting the following entries in the Server.lua in \Users\ . . .\Saved Games\DCS\Config\View\ folder allows an increase of the maximum FoV for the Corsair to 140.


ViewSettings["F4U-1D"] = {
    Cockpit = {
    [1] = {-- player slot 1
        CockpitLocalPoint      = {0.00,0.00,0.00}, --{-2.00,0.62,0.00},
        CameraViewAngleLimits  = {20.00,140.00},--/N/ best non-distorted image at 30..70
        CameraAngleRestriction = {false,90.00,0.50},
        CameraAngleLimits      = {180.00,-80.00,90.00},
        EyePoint               = {0.00,0.00,0.00},
        ShoulderSize           = 0.15,
        Allow360rotation       = false,
        limits_6DOF            = {x = {-0.05,0.35},y ={-0.20,0.10},z = {-0.22,0.22},roll = 90.00},
        --limits_6DOF            = {x = {-0.50,0.65},y ={-0.40,0.40},z = {-0.52,0.52},roll = 90.00}, -- just for testing
    },
    }, -- Cockpit 
    Chase = {
        LocalPoint      = {-13.0, 2.0, 0.0},--{-3.0, 2.5, 0.0},
        AnglesDefault   = {180.0, 0.0},
    }, -- Chase 
    Arcade = {
        LocalPoint      = {-21.5, 5.6, 0.0},
        AnglesDefault   = {0.0, -8.0},
    }, -- Arcade 
}

ViewSettings["F4U-1D_CW"] = {
    Cockpit = {
    [1] = {-- player slot 1
        CockpitLocalPoint      = {0.00,0.00,0.00}, --{-2.00,0.62,0.00},
        CameraViewAngleLimits  = {20.00,140.00},--/N/ best non-distorted image at 30..70
        CameraAngleRestriction = {false,90.00,0.50},
        CameraAngleLimits      = {180.00,-80.00,90.00},
        EyePoint               = {0.00,0.00,0.00},
        ShoulderSize           = 0.15,
        Allow360rotation       = false,
        limits_6DOF            = {x = {-0.05,0.35},y ={-0.20,0.10},z = {-0.22,0.22},roll = 90.00},
        --limits_6DOF            = {x = {-0.50,0.65},y ={-0.40,0.40},z = {-0.52,0.52},roll = 90.00}, -- just for testing
    },
    }, -- Cockpit 
    Chase = {
        LocalPoint      = {-13.0, 2.0, 0.0},--{-3.0, 2.5, 0.0},
        AnglesDefault   = {180.0, 0.0},
    }, -- Chase 
    Arcade = {
        LocalPoint      = {-21.5, 5.6, 0.0},
        AnglesDefault   = {0.0, -8.0},
    }, -- Arcade 
}
 

 

This is a transfer of the base settings (with max fov of 110 increased to 140) from the Corsair settings in the main folder.  Since this is a change in the Saved Games folder instead of the game folder, it works with multiplayer.

I suspect fiddling with the eyepoint and other settings can work to tune the seating position, too . . . though I have yet to try tuning that.

 

  • Thanks 2

Intel 8700K, delidded at 5.1 ghz, Asrock z370 Extreme4, 32gb DDR4 3200, MSI Ventus RTX 3080, triple 1440p Dell s2716dg screens, VKB Gunfighter Mk.I, Virpil M50-CM2 throttle, MFG Crosswind pedals.

Posted
10 часов назад, manashttu сказал:

Through some experimentation, I found that putting the following entries in the Server.lua in \Users\ . . .\Saved Games\DCS\Config\View\ folder allows an increase of the maximum FoV for the Corsair to 140.


ViewSettings["F4U-1D"] = {
    Cockpit = {
    [1] = {-- player slot 1
        CockpitLocalPoint      = {0.00,0.00,0.00}, --{-2.00,0.62,0.00},
        CameraViewAngleLimits  = {20.00,140.00},--/N/ best non-distorted image at 30..70
        CameraAngleRestriction = {false,90.00,0.50},
        CameraAngleLimits      = {180.00,-80.00,90.00},
        EyePoint               = {0.00,0.00,0.00},
        ShoulderSize           = 0.15,
        Allow360rotation       = false,
        limits_6DOF            = {x = {-0.05,0.35},y ={-0.20,0.10},z = {-0.22,0.22},roll = 90.00},
        --limits_6DOF            = {x = {-0.50,0.65},y ={-0.40,0.40},z = {-0.52,0.52},roll = 90.00}, -- just for testing
    },
    }, -- Cockpit 
    Chase = {
        LocalPoint      = {-13.0, 2.0, 0.0},--{-3.0, 2.5, 0.0},
        AnglesDefault   = {180.0, 0.0},
    }, -- Chase 
    Arcade = {
        LocalPoint      = {-21.5, 5.6, 0.0},
        AnglesDefault   = {0.0, -8.0},
    }, -- Arcade 
}

ViewSettings["F4U-1D_CW"] = {
    Cockpit = {
    [1] = {-- player slot 1
        CockpitLocalPoint      = {0.00,0.00,0.00}, --{-2.00,0.62,0.00},
        CameraViewAngleLimits  = {20.00,140.00},--/N/ best non-distorted image at 30..70
        CameraAngleRestriction = {false,90.00,0.50},
        CameraAngleLimits      = {180.00,-80.00,90.00},
        EyePoint               = {0.00,0.00,0.00},
        ShoulderSize           = 0.15,
        Allow360rotation       = false,
        limits_6DOF            = {x = {-0.05,0.35},y ={-0.20,0.10},z = {-0.22,0.22},roll = 90.00},
        --limits_6DOF            = {x = {-0.50,0.65},y ={-0.40,0.40},z = {-0.52,0.52},roll = 90.00}, -- just for testing
    },
    }, -- Cockpit 
    Chase = {
        LocalPoint      = {-13.0, 2.0, 0.0},--{-3.0, 2.5, 0.0},
        AnglesDefault   = {180.0, 0.0},
    }, -- Chase 
    Arcade = {
        LocalPoint      = {-21.5, 5.6, 0.0},
        AnglesDefault   = {0.0, -8.0},
    }, -- Arcade 
}
 

 

This is a transfer of the base settings (with max fov of 110 increased to 140) from the Corsair settings in the main folder.  Since this is a change in the Saved Games folder instead of the game folder, it works with multiplayer.

I suspect fiddling with the eyepoint and other settings can work to tune the seating position, too . . . though I have yet to try tuning that.

 

Good to hear! I’ll do that go the online 

Thank you!

Posted

@manashttu  

I checked your advise, unfortunately it doesn't work. I created a file server.lua and pasted your setting for f-4u. FoV doesn't change. only if you change parameters in DCS World\Mods\aircraft\F4U-1D\Entry   then file views, in this way it works, but online is getting unavailable

Posted
6 hours ago, Prorok said:

@manashttu  

I checked your advise, unfortunately it doesn't work. I created a file server.lua and pasted your setting for f-4u. FoV doesn't change. only if you change parameters in DCS World\Mods\aircraft\F4U-1D\Entry   then file views, in this way it works, but online is getting unavailable

If you had to create a server.lua file, I suspect the one created doesn't have all the info DCS needs and it's reverting back to the server.lua in the install folder of DCS.  Since you didn't already have a server.lua in the saved games/DCS/config/View folder, you might try copying the server.lua from the install folder of DCS\config\view folder to the saved games\dcs\config\view folder.  Then edit that one and copy the string I posted above.

 

 

Intel 8700K, delidded at 5.1 ghz, Asrock z370 Extreme4, 32gb DDR4 3200, MSI Ventus RTX 3080, triple 1440p Dell s2716dg screens, VKB Gunfighter Mk.I, Virpil M50-CM2 throttle, MFG Crosswind pedals.

Posted
22 часа назад, manashttu сказал:

If you had to create a server.lua file, I suspect the one created doesn't have all the info DCS needs and it's reverting back to the server.lua in the install folder of DCS.  Since you didn't already have a server.lua in the saved games/DCS/config/View folder, you might try copying the server.lua from the install folder of DCS\config\view folder to the saved games\dcs\config\view folder.  Then edit that one and copy the string I posted above.

 

 

Does it work at your computer?

Posted

It does work on my end.  But, I already had a server.lua in my saved games\dcs\config\views folder.  When I'm back at my flight pc, I'll upload my server.lua file.  Maybe you could put try using my file and see if it works.

  • Like 1

Intel 8700K, delidded at 5.1 ghz, Asrock z370 Extreme4, 32gb DDR4 3200, MSI Ventus RTX 3080, triple 1440p Dell s2716dg screens, VKB Gunfighter Mk.I, Virpil M50-CM2 throttle, MFG Crosswind pedals.

  • Solution
Posted

Attached is the server.lua that works on my end.

It is in the saved games folder under users--the following is the directory tree.

\users\[your user]\Saved Games\DCS\Config\View

Server.lua

  • Like 1

Intel 8700K, delidded at 5.1 ghz, Asrock z370 Extreme4, 32gb DDR4 3200, MSI Ventus RTX 3080, triple 1440p Dell s2716dg screens, VKB Gunfighter Mk.I, Virpil M50-CM2 throttle, MFG Crosswind pedals.

Posted

I tried to use snapviews.lua file in Saved Games/.../Config/View to change default FoV to my liking, just like I always do in all my modules, but even though relevant entries for US and Brit variants did get created after hitting Alt Num0, manual editing FoVs there doesn't seem to "stick" and do anything.

When I'm playing, zooming and Alt+Num0'ing, the game does save FoV changes somewhere, but I havent't yet figured out where exactly. It's a bit puzzling.

i7 9700K @ stock speed, single GTX1070, 32 gigs of RAM, TH Warthog, MFG Crosswind, Win10.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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