SEwhiteG Posted June 16, 2013 Posted June 16, 2013 Hi there....... I need a information is it posible and how to use one monitor for cockpit (24" widescreen) and other (17" - 4:3) for schval on DCS world Su-25t. I use to doing this long time ago on Black Shark but now am totaly out with this cozz i didnt fly for a long time. Tnx... S!
dynamocl Posted June 20, 2013 Posted June 20, 2013 Yup, very easy to set up. Just reconfigured my views this weekend after having a friend return a monitor. This will help you no end: http://forums.eagle.ru/showthread.php?t=60815
Devrim Posted June 24, 2013 Posted June 24, 2013 Can we export SU-25T Shkval to another monitor? As far as I know, that's not possible. Intel i7-14700@5.6GHz | MSI RTX4080 SuperSuprimX | Corsair V. 64GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | TM Warthog Stick w/AVA Base | VPC MongoosT-50CM3 Throttle | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 & M.Quest3 VR >>MY MODS<< | Discord: Devrim#1068
kmbarreiros Posted August 29, 2013 Posted August 29, 2013 Yes you can I just finished it with the help of PeterP. I have a 19" 1440x900 and a 17" 1280x1024 I ended setting it up RMFCD (Shkval) shows up on the bottum left of my 17". Here is my .lua: And here is what it looks like: I started with the RMFCD (Shkval) taking up the left half of the second screen then tried full screen and it ended up being way to big. Ending up with sizing the RMFCD (Shkval) to the bottom left and I believe it is perfect. When I bring up the map it takes up both screens. ASUSTeK M5A78L-M/USB3 | AMD Phenom II X6 1050T | AMD Radeon HD 6900 2048MB DDR3 | 8GB DDR2 | Microsoft Sidewinder Precision 2 | Steam DCS World 1.2.5 | SU-25T | |P-51 MUSTANG | A-10A: DCS Flaming Cliffs | DCS: Combined Arms | Su-25: DCS Flaming Cliffs |
Devrim Posted August 29, 2013 Posted August 29, 2013 Only one file to edit? No more? Intel i7-14700@5.6GHz | MSI RTX4080 SuperSuprimX | Corsair V. 64GB@6400MHz. | Samsung 1TB 990 PRO SSD (Win10Homex64) Samsung G5 32" + Samsung 18" + 2x8"TFT Displays | TM Warthog Stick w/AVA Base | VPC MongoosT-50CM3 Throttle | TM MFD Cougars | Logitech G13, G230, G510, PZ55 & Farming Sim Panel | TIR5 & M.Quest3 VR >>MY MODS<< | Discord: Devrim#1068
ShaZe88 Posted August 29, 2013 Posted August 29, 2013 I did that for black shark but I was getting tired of getting the stretched multiplayer screen and the "Briefing" dialog box always appearing in the middle of both screen instead of the main screen. So I just changed everything back to where it was before. Unless there is a way of getting these without affecting how the UI / Dialogs are appearing on the main screen? That would be nice for sure.
SEwhiteG Posted February 9, 2014 Author Posted February 9, 2014 Yes you can I just finished it with the help of PeterP. I have a 19" 1440x900 and a 17" 1280x1024 I ended setting it up RMFCD (Shkval) shows up on the bottum left of my 17". Here is my .lua: And here is what it looks like: I started with the RMFCD (Shkval) taking up the left half of the second screen then tried full screen and it ended up being way to big. Ending up with sizing the RMFCD (Shkval) to the bottom left and I believe it is perfect. When I bring up the map it takes up both screens. Tnx but i trying to put shkval over 2. monitor. My first monitor is 24" 1920x1080 and seconde is 17" 1280x1024. Thing i want to do is to have 17" shkval. I menage to do that long time ago on Ka-50 but now im totaly out with that things.
docfu Posted February 9, 2014 Posted February 9, 2014 Yeap, and don't forget you can create settings for individual aircraft. I have my A-10 settings for both MFD's on my "righty" but for all other planes (including the SU-25T) I simply have a fullscreen SHKVL on my spare 1280x1024 20" monitor...
Flagrum Posted February 9, 2014 Posted February 9, 2014 Yeap, and don't forget you can create settings for individual aircraft. How? I have only one monitor lua file that I then select under Options->System and therefore the definition of the viewports is the same for all aircrafts ...?
SEwhiteG Posted February 9, 2014 Author Posted February 9, 2014 Bingo !!! I used kmbarreiros setings as reference point and i made my setings for 24" + 17" monitors. Pictures of setings and monitors will come in next post.
docfu Posted February 9, 2014 Posted February 9, 2014 From what I read in the config files you need to define individual craft by hand. Mine looks like this (For MFD's): function reconfigure_for_unit(unit_type) --unit type is string with unit name if unit_type == "A-10C" then LEFT_MFCD = { x = 1920; y = 0; width = 400; height = 400; } RIGHT_MFCD = { x = 1920 + 1280 - 400; y = 0; width = 400; height = 400; } else LEFT_MFCD = { x = 1920; y = 1024 - 1024; width = 1280; height = 1024; } RIGHT_MFCD = nil -- remove for others end end This way I my A-10 MFD's fit within the Thrustmaster MFD's but the SU-25T's MFD is fullscreen...
SEwhiteG Posted February 9, 2014 Author Posted February 9, 2014 (edited) 1. monitor is 24" 1920x1080 2. monitor is 17" 1280x1024 _ = function(p) return p; end; name = _('Camera + RMFCD'); Description = 'Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1190; viewDx = 0; viewDy = 0; aspect = 1920 / 1080; } } RIGHT_MFCD = { x = 1920; y = 0; width = 1280; height = 1024; } UIMainView = Viewports.Center Picture Edited February 9, 2014 by =SE=whiteG wrong picture
D4n Posted February 9, 2014 Posted February 9, 2014 Come on guys, this is not fair/realistic, Shkval HAS to be were it is on your screen, in original Su-25T cockpit, and not bigger as original. -.- DCS Wishlist: 2K11 Krug SA-4 Ganef SAM, VR-TrackIR icons next to player names in score-chart PvP: 100+ manual player-kills with Stingers on a well known dynamic campaign server - 100+ VTOL FARP landings & 125+ hours AV-8B, F-14 crew, royal dutch airforce F-16C - PvP campaigns since 2013 DCS server-admins: please adhere to a common sense gaming industry policy as most server admins throughout the industry do. (After all there's enough hostility on the internet already which really doesn't help anyone. Thanks.) Dell Visor VR headset, Ryzen 5 5600 (6C/12T), RTX 2060 - basic DCS-community rule-of-thumb: Don't believe bad things that a PvP pilot claims about another PvP pilot without having analyzed the existing evidence
cichlidfan Posted February 9, 2014 Posted February 9, 2014 Come on guys, this is not fair/realistic, Shkval HAS to be were it is on your screen, in original Su-25T cockpit, and not bigger as original. -.- Should the zoom in and out functions be disabled as well, for fairness/realism? Snap views too? ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:
Suchacz Posted February 9, 2014 Posted February 9, 2014 Whole real world is not fair, because it has higher resolution than DCS World :D Per aspera ad astra! Crucial reading about DCS: Black Shark - Black Shark and Coaxial Rotor Aerodynamics, Black Shark and the Trimmer, Black Shark – Autopilot: Part 1, Black Shark – Autopilot: Part 2
Flagrum Posted February 9, 2014 Posted February 9, 2014 From what I read in the config files you need to define individual craft by hand. Mine looks like this (For MFD's): function reconfigure_for_unit(unit_type) --unit type is string with unit name if unit_type == "A-10C" then LEFT_MFCD = { x = 1920; y = 0; width = 400; height = 400; } RIGHT_MFCD = { x = 1920 + 1280 - 400; y = 0; width = 400; height = 400; } else LEFT_MFCD = { x = 1920; y = 1024 - 1024; width = 1280; height = 1024; } RIGHT_MFCD = nil -- remove for others end end This way I my A-10 MFD's fit within the Thrustmaster MFD's but the SU-25T's MFD is fullscreen... Interesting ... somehow it never came to my mind to use more lua in here. Thank you!
cichlidfan Posted February 9, 2014 Posted February 9, 2014 (edited) Interesting ... somehow it never came to my mind to use more lua in here. Thank you! Actually, since I use Helios, it was just easier to give each viewport a unique name. You don't have to use Left_MFD for the Shkval. Edited February 10, 2014 by cichlidfan ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:
Maverick-X Posted March 22, 2014 Posted March 22, 2014 I tried to write a lua file that gives me different configuration for the A10C, Ka50 and Su25T, but this file is not recognized in the options menu. I guess that is due to incorrect lua code. I'd be glad if someone could give me an example for the framework of a file that includes sets for two different aircraft. If someone is willing to have a look on my lua file, I already posted it here: http://forums.eagle.ru/showthread.php?p=2024859#post2024859
N206LG Posted July 21, 2014 Posted July 21, 2014 Great. That helped me out so that I now have my Shkval on an external display. What about the kneeboard. Anyone know how to export this to an external monitor. Since I have two 8" displays, the other one goes unused when flying the SU-25T.
Recommended Posts