Jump to content

modify the hight / cockpit sit


Lenux

Recommended Posts

Thanks a lot

And which values do I need to modify ?

 

viewAngle = 75.589027,--FOV

This one ( no VR ) ???

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

I did, and it's okay now

I won't touch again the LAlt + Num0, or else the issue comes back, although the line viewAngle = 75.589027,--FOV ( modified from 75.589027,--FOV to 60.589027,--FOV ) remains untouched

Just tested before.

Thank you very much for your help


Edited by Lenux

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

I did, and it's okay now

I won't touch again the LAlt + Num0, or else the issue comes back, although the line viewAngle = 75.589027,--FOV ( modified from 75.589027,--FOV to 60.589027,--FOV ) remains untouched

Just tested before.

Thank you very much for your help

 

That's a weird number to pick, but okay.

 

I calculated the angle of my real-world screen in front of my face, which turns out to be about 75 degrees, and made all my aircraft default views match it. It gives me tunnel-vision a bit, but on the other hand makes it easier to read instruments and displays and maybe to spot targets. I use a TrackIR so it's easy enough to keep my view moving around, I got used to it pretty quickly.

 

The other big change I made in SnapViews.lua was for the A-10C, which by default puts your head position out over the stick with your virtual face mashed right into the dash. (Look down from that position and you'll see.) I moved it back to over the seat, where it belongs, but then the HUD graphics overflows the glass so I have to move my head around to see it all. Still, I prefer it this way. I hope they fix this when the new A-10 cockpit art comes out.

 

Here's what I use for the A-10C's default view

 

[13] = {--default view

viewAngle = 75.000000,--FOV

hAngle = 0.000000,

vAngle = -23.000000,

x_trans = 0.126000,

y_trans = 0.000000,

z_trans = 0.000000,

rollAngle = 0.000000,

},

Link to comment
Share on other sites

Btw, one more way to adjust seating position (for users without head tracking device) is to activate mouse look (lalt + c) click and hold mouse scroll wheel and move mouse for left/right and up/down head adjustment. If you click and hold mouse wheel, and then scroll, you can adjust head fwd/bwd (not FOV).

 

I flew like that for most of a year before I got a TrackIR. Quite do-able. One hint to make it even easier is remap the LAlt+C to the spacebar (which, assuming your joystick has a trigger, you don't need for anything else).

 

There's mappable keys for head movement (translation) too, at least in most planes. Then you can get the 3rd axis (forward/back).

Link to comment
Share on other sites

Let's say you mess up the camera, how do you set it back to DCS default ?

 

Delete the SnapViews.lua file (or just edit out the section for the particular plane you want to reset). Planes that don't have snapviews set won't have any section at all (and IIRC, the SnapView.lua file doesn't exist by default. You have to save a snapview first.)

Link to comment
Share on other sites

  • 2 weeks later...

Could anyone, please, tell me the default values for

 

materials["HUD"] = {159, 255, 159, 200}

 

?

Location : DCS World / Mods / aircraft / F-16C / Cockpit / scripts / materials ( .LUA file )

I'd like to have it as default again, didn't make a backup

Thank you

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

AdmiralQuality, do you know, maybe, where is the location for the HUD fonts ?

Family font / size, etc

I did a search in the .LUA file FONTS but I'm not sure

Thank you

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

Perhaps...

 

C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\F-16C\Cockpit\Scripts\fonts.lua

 

?

 

Oh, where *in* that file? I don't know. I don't mess with this stuff, if I did then I couldn't bug report. But try changing something obvious on each one and then check what effect, if any, it has in-game.

 

I would think it's this section...

 

fontdescription["font_stroke_HUD"] = {
class     = "ceSLineFont",
symb_storage = "stroke_font",
thickness  = 0.25,
fuzziness  = 0.6,
draw_as_wire = dbg_drawStrokesAsWire,
default    = {13, 20},
chars	   = {

 

And the font seems to be defined here...

 

C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\F-16C\Cockpit\IndicationResources\Displays\MFD_stroke_font.svg

 

You don't really have any other choices of font style. Maybe you can add standard SVG fonts here?


Edited by AdmiralQuality
Link to comment
Share on other sites

Please call me stupid but why on earth would you edit a LUA file to hard-program your seat-height? Doing so feels the same as starting a flight ' ready on the ramp' I'd prefer 'cold and dark' , just like in the real world. It's a simulator, remember?

Link to comment
Share on other sites

Please call me stupid but why on earth would you edit a LUA file to hard-program your seat-height? Doing so feels the same as starting a flight ' ready on the ramp' I'd prefer 'cold and dark' , just like in the real world. It's a simulator, remember?

 

Are you ok ?

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

  • 6 months later...

Could anyone tell me, please, which is the setting for the hight / cockpit sit ?

I'd like to save it / edit / here, not with the Numpad keys

TrackIR 5, no VR

Thank you

F16C.txt

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

Does anyone knows, guys ?

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

W.A.G.... x, y, z values. YMMV and I can be completely wrong. so good luck.

},
[13] = {--default view
	viewAngle		= 54.176285,--FOV
	hAngle			= -1.233092,
	vAngle			= -9.922364,
	x_trans			= 0.021000,
	y_trans			= 0.091809,
	z_trans			= -0.004051,
	rollAngle		= 0.000000,
	cockpit_version	= 0,
},

Twitch Channel

 

[sIGPIC][/sIGPIC]

Virtual Thunderbirds, LLC | Sponsored by Thrustmaster

 

Z390 Aorus Xtreme, i9 9900k, G.SKILL TridentZ Series 32GB, 1080ti 11GB, Obutto R3Volution, Thrustmaster HOTAS Warthog, TPR, Cougar MFDs, FSSB R3L, JetSeat, Oculus Rift S, Buddy-Fox A-10C UFC, F/A-18C UFC, Tek Creations F-16 ICP

 

Link to comment
Share on other sites

  • 3 weeks later...
W.A.G.... x, y, z values. YMMV and I can be completely wrong. so good luck.
},
[13] = {--default view
	viewAngle		= 54.176285,--FOV
	hAngle			= -1.233092,
	vAngle			= -9.922364,
	x_trans			= 0.021000,
	y_trans			= 0.091809,
	z_trans			= -0.004051,
	rollAngle		= 0.000000,
	cockpit_version	= 0,
},

 

I tried this, but it's not working

With hAngle as well, no go

I can't understand where this option is saved ( hight sit )

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

W.A.G.... x, y, z values. YMMV and I can be completely wrong. so good luck.
},
   [13] = {--default view
       viewAngle        = 54.176285,--FOV
       hAngle            = -1.233092,
       vAngle            = -9.922364,
       x_trans            = 0.021000,
       y_trans            = 0.091809,
       z_trans            = -0.004051,
       rollAngle        = 0.000000,
       cockpit_version    = 0,
   },

 

Crikey Panther, you wanna zero out those h&v angle values girl lol, why you sitting all crooked-like. (also the z-trans....sliding you sideway across ur seat)

These are my figures, but I do use VR so YMMV indeed. I thought you flew in VR too? - Line 13 is your 2D vew....

 

14] = {--default view - VR

viewAngle = 63.000000,--FOV

hAngle = 0.000000,

vAngle = 0.000000,

x_trans = 0.125000,

y_trans = 0.083000,

z_trans = 0.000000,

rollAngle = 0.000000,

cockpit_version = 0,


Edited by VampireNZ

Asus Maximus VIII Hero Alpha| i7-6700K @ 4.60GHz | nVidia GTX 1080ti Strix OC 11GB @ 2075MHz| 16GB G.Skill Trident Z RGB 3200Mhz DDR4 CL14 |

Samsung 950 PRO 512GB M.2 SSD | Corsair Force LE 480GB SSD | Windows 10 64-Bit | TM Warthog with FSSB R3 Lighting Base | VKB Gunfighter Pro + MCG | TM MFD's | Oculus Rift S | Jetseat FSE

 

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

  • Recently Browsing   0 members

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