

bumblebomb
Members-
Posts
164 -
Joined
-
Last visited
-
Der relevante Block ist konfus: LStrg + * = langsam reinzoomen LStrg + / = langsam rauszomen lstrg + * = Brennweite vergrößern (Fischauge) LStrag + / = Brennweite verkleiner (Makro zoom) und mir fehlt Info zum persistieren der defaults. Hat jemand Doku über die entsprechenden luas?
-
November 2024, more than one and a half years later, I am not aware of any development in this department. Is there, @NineLine?
-
Tag. Habe hier 3x 1920x1200, die ich zum DCS spielen mit DisplayMagician zu einem Surround-Set schalte. War die einzige Möglichkeit DCS dazu zu bringen, die Monitore in korrekter Reihenfolge darzustellen. Soweit, so brauchbar, aber: Die Kamera ist jetzt so, dass ich den Zoom-Lever (TMWH) komplett zurückziehen muss um zurecht zu kommen. Wie kann ich den defualt FOV permanent ändern, am besten so, dass es in allen Modulen stimm oder zumindest den besseren Ausgangspunkt bringt? Und: hat mal jemand eine komplette Übersicht der Tastaturkürzel zur Kamerasteuerung am Zehnerblock?
-
Could you post that lua? Does Helios interfere "live" with rendering or does it generate a configuration that DCS picks up at startup?
-
I fumbled with the dx values more than I fancy to remember and never got the program to do anything but 90° or flat in-plane. I'll have another look at it but really, I'd pay real money for an official, supported solution. (Not Fly Elise, see above) First challenge will be to get the monitors in the right order after Windows juggled them around (thanks MS or NV, whoever of you manky gits botched it) and so far have been using Surround, which is a freaking hassle to use if you need to switch back to regular (thanks again NV)
-
Uh. I completely missed this reply, sorry, did not see the notification. You mean https://www.digitalcombatsimulator.com/de/files/3302014/ ? Thought this was instruments only, I'll have a look then!
-
NVidia 3090, 3x 1920x1200. Until recently my middle screen happened to be screen 1 ( [2][1][3] ) which accidentally worked for DCS with a 3 screen setup. Now I struggled to get it right, my old config was this, with _no_ nvidia surround (I don't want NV surround for various reasons, one annoyance is the chat and server messages moving to the outer screens, can be fixed, I know, but once I switch back from surround I have to re-enable the monitors and check if they come back alright, re-arange all windows, thank you MS) _ = function(p) return p; end; name = _('1 big'); Description = 'One monitor configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect; } } --GU_MAIN_VIEWPORT = Viewports.Center UIMainView = { x = 1920; y = 0; width = 1920; height = 1200; } GU_MAIN_VIEWPORT = { x = 1920; y = 0; width = 1920; height = 1200; } Now after the update Windows says my screen order is [1][2][3], so matching the physical setup (nvidia thinks otherwise for reasons beyond me) I tried setting both "x =" to -1920 which sort of worked but now all main action happens on the left screen, including the Jester wheel, which makes the F-14 unusable. I just learned there is appSettings.lua as well which recently got new features, so long story short if someone could show me the ropes here I'd greatly appreaciate.
-
Let me see if I got this right: you suspect: when I release the 4way it overshoots into the opposite position, causing the in-game lever to come back a tiny bit? Does that matter when the lid is closed in-game and you issue CADC master reset? I'll test your theory, though.
-
You are. Well, great news, thanks.
-
Nope. I got manual sweep fwd/aft on the front 4way on the WH throttle, that's it. One thing I forgot: sporadically. Not always. Can't say if always on the same server, but after a re-spawn on the same server last time it worked a charm.
-
-
Yes, I can push the handle forward, push in, close the cover, all that works.
-
Mike Force Team started following bumblebomb
-
current OB, do by-the-book startup, after CADC master reset couple seconds later "CADC" fault light is on, cannot manually sweep, only by lever. Do I break the jet or bug? EDIT: happens occasionally, not all the time.
-
A feature that's been asked for for near a decade now, maybe it's possible to put this on the engine reworks? Large screen setups distort toward the edges and all we'd need is 2 more camera viewports and configs to define their angle and FOV. I see how this all needs to be integrated in the render engine, but since in general triple screen configs are possible what's missing is only the angle/FOV definition. I cannot bring myself to shelling out 270 EUR for Fly-Elise for a screen config option.
-
POST FIX HERE - 2.7 update messed up my 3-screen setup
bumblebomb replied to ChuckIV's topic in Multi-Display Bugs
@FroZone I tried your config on my triple screen setup, and the camera viewports on the outer screens are no longer distorted, good that, but: it only owrk at a certain eye level. When I move my head up or down the outer screens tilt. (And I cannot zoom with the slider anymore, but that's the minor side quest). Do you have this, too? I can upload a video if unclear. _ = function(p) return p; end; name = _('triple_forum'); Description = 'Exported configuration with 3 projectors' Viewports = { P1 = { x = 0; y = 0; width = 1920; height = 1200; aspect = 1.777778; useAbsoluteFOV = true; useAbsoluteAnglesShift = true; FOV = 1.106157; viewDx = 1.162454; viewDy = 0.000000; }, P2 = { x = 1920; y = 0; width = 1920; height = 1200; aspect = 1.777778; useAbsoluteFOV = true; useAbsoluteAnglesShift = true; FOV = 1.121219; viewDx = -0.000000; viewDy = 0.000000; }, P3 = { x = 3840; y = 0; width = 1920; height = 1200; aspect = 1.777778; useAbsoluteFOV = true; useAbsoluteAnglesShift = true; FOV = 1.106157; viewDx = -1.162454; viewDy = 0.000000; } } UIMainView = { x = 1920; y = 0; width = 1920; height = 1200; }