Search the Community
Showing results for tags 'monitor'.
-
I present a mod to improve the rain inside the cockpit, surely I will be able to improve it, as a clarification there are 2 files requesting the VR or Monitor system, since both (I do not know if it is a problem or if it really works like that) renders differently . In VR the dynamic drops are not present hopefully ED take note and improve this problem. Don't get me to manage to make it look its best. I upload videos without / with the mod in VR and without / with the mod in Monitor. All Aircraft Pass the IC Check INSTALL: Extract to main DCS install path. JSGME or OvGME or other Mod Managers recommended. DEFAULT VAINILLA MOD BEST RAIN COCKPIT VR UPDATE 2.7 DEFAULT VAINILLA RAIN MONITOR MOD BEST RAIN COCKPIT MONITOR UPDATE 2.7 Updated to 2.8.0.32235.1 with some improvements, compatible with VR and Monitor interchangeably. https://www.mediafire.com/file/47xvvyg76e46587/Pastrana_rainmod_2.8.0.32235.1.rar/file MOD BEST FOR MONITOR Update latest version DCS 2.7.18.30348 https://www.mediafire.com/file/wqyy4vet85fecuc/Pastrana_rainmod_MONITOR_V+2-7-18.30348.rar/file MOD BEST FOR REALIDAD VIRTUAL (There are no raindrops in VR since some versions, I hope ED will fix it soon) Update latest version DCS 2.7.18.30348 https://www.mediafire.com/file/469fxn6w5n5a54i/Pastrana_rainmod_VR_V+2-7-18.30348.rar/file Update latest version DCS 2.7.15.26873 FIX BRIGHTER FIX SHINE RAIN MOD BEST FOR MONITOR https://www.mediafire.com/file/zbyd1i2h1mgxn2e/Pastrana_rainmod_MONITOR_V2-7-15-26873.rar/file MOD BEST FOR REALIDAD VIRTUAL https://www.mediafire.com/file/bdfmfx2npfyurbj/Pastrana_rainmod_VR_V2-7-15-26873.rar/file MOD 0.1 BEST VR RAIN COCKPIT UPDATE 2.7 https://drive.google.com/file/d/139fOqZjt9Spl8gNEbtDsn2yrRZEW0Qh_/view?usp=sharing MOD 0.1 BEST MONITOR RAIN COCKPIT UPDATE 2.7 https://drive.google.com/file/d/1GpqWgPjMLTibDhc-oJDmlh0tiOxvLIO5/view?usp=sharing MOD 0.1 BEST VR RAIN COCKPIT FOR DCS VERSION 2.5.XXX https://drive.google.com/file/d/1E01iKmSlgXt2NKahZ1yiYugRFzjSZI6-/view?usp=sharing MOD 0.1 BEST MONITOR RAIN COCKPIT FOR DCS VERSION 2.5.XXX https://drive.google.com/file/d/1sYFH5wfQgz4MPoFpwxXkImxwL8EreJGV/view?usp=sharing Pastrana_rainmod_2.8.0.32235.1.rar
- 124 replies
-
- 17
-
-
-
I've been trying to learn how to export cockpit displays for a while. I've searched both ED forums and basic Google searches. There is so much content on the subject now, and a lot of it contradicts the other. Could someone please, either point me to a column or post that explains the basics for exporting MFDs, etc. to my second monitor? Or, post a tut or demo .lua on which file and what lines need to be modified to do a basic second monitor export? I'm wanting to export to my second monitor for now. But, I'm scratch building a universal panel and would like to learn this, so I can export to the small monitors I'll be using when it's finished. Here is my display setup now, it's a really basic stacked. Thanks for any help
-
Check out the link-http://ebay.us/sLfZdx?cmpnId=5338273189 LILLIPUT UM-80/C/T 8” USB Touch Screen Monitor | Plug&Play | USB Only | 2 Screens Included 2 LILLIPUT 8” touch screen monitors with USB cables. Great condition due to not using them very much in the past year. Simply plug the usb into any computer or laptop and you have an additional touchscreen monitor! One cable was missing when I bought this so i replaced it with a working cable last year, everything is still in perfect working order. Still have box and instructions!
-
Howdy, Kann mir jemand helfen, wie ich das Radarfenster der MiG21 sauber auf einen zweiten Bildschirm bekomme? Ich benutze den standardexport der A10C und der Radar wird auch dargestellt, aber leider eben auch mit dem gespiegelten Bildschirm überlappend. In der A10 und ich glaube dem Harrier funktioniert es. Eigentlich nur ein kosmetisches Problem, aber es stört mich inzwischen doch etwas. Vielen Dank schonmal. Meine export lua: _ = function(p) return p; end; name = _('lalalala'); Description = '3 Screens and L-R MultiMFD' Viewports = { Center = { x = 0; y = 0; width = 3840; height = 2160; viewDx = 0; viewDy = 0; aspect = 16/9; }, LEFT_MFCD = { x = 3920; y = 1320; width = 390; height = 390; }, RIGHT_MFCD = { x = 4530; y = 1300; width = 390; height = 390; }, } UIMainView = Viewports.Center LEFT_MFCD = Viewports.LEFT_MFCD RIGHT_MFCD = Viewports.RIGHT_MFCD
-
- mig21bisfishbed
- lua file
- (and 5 more)
-
Looking for: # 1440p 16:9 monitor. # IPS or VA panel. # 28" or 32". # Freesync or Gsync. # Up to £500 - might purchase more for multi monitor. # Good for night flying - good contrast and deep blacks. Q) I am undecided about a curved screen. Any suggestions of a good curvature for flight simming? Q) Will downscaling from a 4K monitor to 1440p impact image quality? All your thoughts are much appreciated.
-
Hello, Almost 4 years ago I did a Discord bot to share to players what is the current mission on the server, mission time (to see if it's day or night), and even see who is flying on a server without need to start DCS. So I did something using Node.JS + Discord.IO. But it's not a very neat solution because it means each server owner needs to create and host his own Discord. The best solution would be ED to has his own Discord bot because all those data are already available: Then, only one bot would be existing, and server owners wouldn't need to host their own Discord bot to connect their server to their community Discord. Of course I opened to ED a ticket to see if there were interested (maybe 3 year ago?), at this moment we didn't give a next. I continued to develop my bot, I shared a bit more information, server's password, SRS version and parameters for example. But those data would not be accessible from a ED server (I guess, but I may be wrong): But one day, the Discord.io framework wasn't supported anymore, so I had a redo a part of the bot, but the bot was still working, even today is still working, so I postponed a lot before redoing the bot. In the same time, I saw other Discord bot for DCS, for examples https://github.com/DCS-gRPC/Custodian or https://github.com/Special-K-s-Flightsim-Bots/DCSServerBot , but it wasn't the same language (remember, I basically choose NodeJS) and it wasn't the functional possibilities I was looking for. I don't really want to manage my DCS server, I prefer to create more "social" interactions between the DCS server and the Discord server. The last months, I finally re-did the entire bot to migrate from Discord.io to Discord.js and I also redid the lua part. Now, the current bot is sharing more data, and I called it : DIGITAL BOT SIMULATOR The server automatically says when the DCS server is OFF: And I also create a channel to follow what's happening in the mission, as you can see, I can share lot of events : During a dogfight we can see: And sometimes an accident: For now, I share almost everything, but I'll make an easy true/false panel to let the admin chooses what he wants to share on the Discord. I'm also trying to find a solution to talk from the Discord channel to the in-game DCS chat. I already did something working with the old bot, still also working: But the technical solution wasn't very clean, so I prefer to investigate and see if I can do something better. If you want to see the bot running, you can have a look on my Discord server: https://discord.gg/ZUZdMzQ . For now I'm still working on it, but yes : I plan to make it available pushing it to Github with a guide for any admins to download it and use it on it's own server. I just don't know when. If you have any questions, please, do it in a public place (on this topic or in a public channel on a Discord, you can also find me on the official DCS Discord server or on the modding hub Discord server) ). I don't want to answer in private because your question(s) could interests other players. See you soon Asta☠
- 26 replies
-
- 7
-
-
Dear All, I am trying to use Notepad++ to save as and modify monitorsetup lua files for multi-monitor use. However, once saved they are not seen in DCS World / options / system / monitors list. Why is that? I am running Notepad++ in administrator but the resulting files in the correct "Monitorsetup" folder are not recognised by DCS World. What do I need to do please? Many thanks, Liam
-
Hi, Im looking to purchase a games monitor to capture video footage from DCS. Im UK based so will purchase from Amazon or Scan etc I usually play in VR so the monitor is for video capture only. Im running a new 3090, 32gb set up. Not looking to spend big money so budget around £400-£700 Any links would be most appeciated too. Cheers Steve
-
I dont know if its on Windows 11 because on Windows 10 i got not this issue. i have three identical Monitors, left, center, right, in Windows the center is my primary. i set the 3 Screen LUA, for the left to minus -1920 so the center begin with x=0 y=0 (primary). But so the left isnt drawn. so before the game i had to set the windows primary to the left. and begin in the LUA the left with x=0, y=0 that works is there a solution to not change the primary windows screen to the left and get 3 screens drawn from all the left to the right ? or question around how do make the screen setting not depending on the windows primary, or get minus x=-positions to work ?
-
Hi, I have two monitors: 1. the main monitor with my laptop and its resolution is 3840x2400 2. the 2nd external monitor has the resolution 2560x1440. I would like to have the DCS MT runs on the 2nd monitor, however, the DCS main screen is out of alignment for all clickable areas. For example this following "Exit" is shifted down where the mouse cursor is: I have my appSettings.lus sets below according to the ED tech support suggests (6 lines only): windowPlacement = { ["y"] = 0, ["x"] = 3840, ["w"] = 2560, ["h"] = 1440, } so that my DCS MY main screen will land on the 2nd monitor by default. I have my two monitors lined up at the Windows 11 display setting: Currently, I have set the DCS configuration for Resolution=2560x1440 with the Monitor="1 sceeen". How can I do to fix the DCS main screen clickable areas out of alignment? Thanks.
-
Hi I am going to upgrade my rig with new GPU and monitor. Now I am using Nvidia 1070 Ti and a 1080 monitor. My idea was to start with GPU and monitor later, but the shortage and price level on GPU's do that I want to wait with GPU. My question: Will my 1070 Ti be able to run DCS on a 1440 monitor decently, until better consumer times? Does anybody have any experience on this? See you up there.