Jump to content

Recommended Posts

Posted

I was trying to execute the cold start training mission. I use the TrackIR.

Whenever I had to check or activate a switch in the rear part of the consoles, my view was blocked by the seat. By the time I had managed the necessary contortions, the yellow arrays pointing to the controls were gone.

 

I would like to see an option to hide the seat. It adds no value (in my opinion anyway).

 

Also the stick hides some gauges. I have checked the option to hide the stick, but the stick is still there. Is that a bug, or is the "Hide stick" option only for WWII-type sticks?

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Posted
I was trying to execute the cold start training mission. I use the TrackIR.

Whenever I had to check or activate a switch in the rear part of the consoles, my view was blocked by the seat. By the time I had managed the necessary contortions, the yellow arrays pointing to the controls were gone.

 

I would like to see an option to hide the seat. It adds no value (in my opinion anyway).

 

Also the stick hides some gauges. I have checked the option to hide the stick, but the stick is still there. Is that a bug, or is the "Hide stick" option only for WWII-type sticks?

+1, but it's probably due to my TrackIR setup, because I can see other people doesn't have this issue.

 

Sent from my ANE-LX1 using Tapatalk

Posted
I was trying to execute the cold start training mission. I use the TrackIR.

Whenever I had to check or activate a switch in the rear part of the consoles, my view was blocked by the seat. By the time I had managed the necessary contortions, the yellow arrays pointing to the controls were gone.

 

I added these lines to the server.lua file, to have more freedom of movement for my head on the cockpit, by widening the 6DOF limits:

 

ViewSettings["F-16C_50"] = {
Cockpit = {
[1] = {-- player slot 1
	CameraViewAngleLimits  = {20.000000,140.000000},
	CockpitLocalPoint      = {3.259,0.796,0.0},
	CameraAngleRestriction = {false,90.000000,0.500000},
	CameraAngleLimits      = {200,-90.000000,90.000000},
	EyePoint               = {0.05000,0.100000,0.000000},
	ShoulderSize		   = 0.25,
	Allow360rotation	   = false,
	-- limits_6DOF            = {x = {-0.13,0.30},y ={-0.06,0.16},z = {-0.18,0.18},roll = 90.000000},
	limits_6DOF            = {x = {-0.17,0.45},y ={-0.30,0.10},z = {-0.22,0.22},roll = 90.000000},
},
}, -- Cockpit 
Chase = {
	LocalPoint      = {-5.0,1.0,3.0},
	AnglesDefault   = {0.000000,0.000000},
}, -- Chase 
Arcade = {
	LocalPoint      = {-21.500000,5.618000,0.000000},
	AnglesDefault   = {0.000000,-8.000000},
}, -- Arcade 
}

 

Here I have a short video of how it looks (no zoom, just moving my head On the cockpit):

 

LP1nuZ9QbaQ

 

it makes it easier to see each console :)

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar

Mobile: iPad Pro 12.9" of 256 GB

Posted

Consoles are indeed blocked by the seat a bit, when using TrackIR. But you can work around that (maybe I have to tweak my settings a bit).

No probs with the stick though.

Ryzen 5800XD - 32GB RAM - Sapphire RX 7900 XTX - VKB Stuff + MFG Crosswind Pedals

Homebase: Southwest Germany 🇩🇪

Posted

I have a video on how I setup my

, new updated one coming soon. Bit smoother now.

It's quite quick tho for competitive MP fights and will take a little bit to get use to. It does make it easy to see things far back in any pit, without moving your head / eye's as much.

 

Also consider setting up some snap views on the throttle if you want too. I do this for the A-10C CDU panel.

 

 

i7-7700K OC @ 5Ghz | ASUS IX Hero MB | ASUS GTX 1080 Ti STRIX | 32GB Corsair 3000Mhz | Corsair H100i V2 Radiator | Samsung 960 EVO M.2 NVMe 500G SSD | Samsung 850 EVO 500G SSD | Corsair HX850i Platinum 850W | Oculus Rift | ASUS PG278Q 27-inch, 2560 x 1440, G-SYNC, 144Hz, 1ms | VKB Gunfighter Pro

Chuck's DCS Tutorial Library

Download PDF Tutorial guides to help get up to speed with aircraft quickly and also great for taking a good look at the aircraft available for DCS before purchasing. Link

Posted

Snapviews is a good idea. Didn't think abou that. Rear consoles will be used more for startups and such.

Ryzen 5800XD - 32GB RAM - Sapphire RX 7900 XTX - VKB Stuff + MFG Crosswind Pedals

Homebase: Southwest Germany 🇩🇪

Posted
I added these lines to the server.lua file, to have more freedom of movement for my head on the cockpit, by widening the 6DOF limits:

 

ViewSettings["F-16C_50"] = {
Cockpit = {
[1] = {-- player slot 1
	CameraViewAngleLimits  = {20.000000,140.000000},
	CockpitLocalPoint      = {3.259,0.796,0.0},
	CameraAngleRestriction = {false,90.000000,0.500000},
	CameraAngleLimits      = {200,-90.000000,90.000000},
	EyePoint               = {0.05000,0.100000,0.000000},
	ShoulderSize		   = 0.25,
	Allow360rotation	   = false,
	-- limits_6DOF            = {x = {-0.13,0.30},y ={-0.06,0.16},z = {-0.18,0.18},roll = 90.000000},
	limits_6DOF            = {x = {-0.17,0.45},y ={-0.30,0.10},z = {-0.22,0.22},roll = 90.000000},
},
}, -- Cockpit 
Chase = {
	LocalPoint      = {-5.0,1.0,3.0},
	AnglesDefault   = {0.000000,0.000000},
}, -- Chase 
Arcade = {
	LocalPoint      = {-21.500000,5.618000,0.000000},
	AnglesDefault   = {0.000000,-8.000000},
}, -- Arcade 
}

 

Here I have a short video of how it looks (no zoom, just moving my head On the cockpit):

 

LP1nuZ9QbaQ

 

it makes it easier to see each console :)

 

THANKS!!!!! This is exactly what I have been looking for, not just in this module!!!

:thumbup:

Posted
+1, but it's probably due to my TrackIR setup, because I can see other people doesn't have this issue.

 

Sent from my ANE-LX1 using Tapatalk

I have adjusted my TrackIR settings and that helps. But it would still be better if the seat could be invisible.

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

  • Recently Browsing   0 members

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