P5138 Posted December 14, 2014 Posted December 14, 2014 (edited) I've been making cards for my Cougar MFDs for every plane in DCS:W/FC3 and wanted to share a couple here (mainly to ask if I got anything wrong on the German ones). If there is interest I'll upload the rest. I've made a set for every released ASM vehicle. To use: print the files out with a width of 109-110mm and cut to fit the MFD's card holder. I got the best results with semi-gloss photo paper. WWII Units: Bf-109K Saved DCS Control Profiles (zip): https://www.dropbox.com/s/kab6lrx347yk5il/Bf-109K4.zip?dl=0 Fw-190D Saved DCS Control Profiles (zip): https://www.dropbox.com/s/4dyt7agj8f0kdkq/Fw-190D9.zip?dl=0 P-51D Saved DCS Control Profiles (zip): https://www.dropbox.com/s/i9wtdcwkzvwgfec/P-51D.zip?dl=0 Helicopters: UH-1 Saved DCS Control Profiles (zip): https://www.dropbox.com/s/yz8nrron854vxxr/UH-1H.zip?dl=0 Ka-50 Saved DCS Control Profiles (zip): https://www.dropbox.com/s/xe47ftd97uc80oj/Ka-50.zip?dl=0 Mi-8 There are some issues with mapping buttons to the countermeasure system here, as far as I remember. Jets: F-86 Needs the following code added to the joystick input lua to function correctly: -- Stateful Commands {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLtsDimmer, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 1.0, name = 'External Lights Bright', category = 'Right Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLtsDimmer, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = -1.0, name = 'External Lights DIM', category = 'Right Forward Console'}, {down = electric_commands.F86_CockpitDeviceCommand_BatteryStarterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0.0, name = 'Battery OFF', category = 'Right Forward Console'}, {down = electric_commands.F86_CockpitDeviceCommand_BatteryStarterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1.0, name = 'Battery ON', category = 'Right Forward Console'}, {down = device_commands.Button_2, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = 'Armament Safety Switch MISSILE', category = 'Center Pedestal'}, {down = device_commands.Button_2, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.1, name = 'Armament Safety Switch GUNS', category = 'Center Pedestal'}, {down = device_commands.Button_2, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.2, name = 'Armament Safety Switch SIGHT-CAMERA-RADAR', category = 'Center Pedestal'}, {down = device_commands.Button_2, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.3, name = 'Armament Safety Switch OFF', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = 'Rockets Fuze OFF', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = 'Rockets Fuze DELAY', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = -1.0, name = 'Rockets Fuze INSTANT', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.A4_GUNSIGHT, value_down = 0.0, name = 'Gunsight Selector ROCKET', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.A4_GUNSIGHT, value_down = 0.1, name = 'Gunsight Selector GUN', category = 'Center Pedestal'}, {down = device_commands.Button_11, cockpit_device_id = devices.A4_GUNSIGHT, value_down = 0.2, name = 'Gunsight Selector BOMB', category = 'Center Pedestal'}, {down = device_commands.Button_1, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = -0.2, name = 'Guns Selector OFF', category = 'Left Wall Panel'}, {down = device_commands.Button_1, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = -0.1, name = 'Guns Selector UPPER GUNS', category = 'Left Wall Panel'}, {down = device_commands.Button_1, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = 'Guns Selector MID GUNS', category = 'Left Wall Panel'}, {down = device_commands.Button_1, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.1, name = 'Guns Selector LOWER GUNS', category = 'Left Wall Panel'}, {down = device_commands.Button_1, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.2, name = 'Guns Selector ALL GUNS', category = 'Left Wall Panel'}, {down = electric_commands.F86_CockpitDeviceCommand_EngineMasterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = -1.0, name = 'Engine Master OFF', category = 'Right Forward Console'}, {down = electric_commands.F86_CockpitDeviceCommand_EngineMasterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1.0, name = 'Engine Master ON', category = 'Right Forward Console'}, {down = device_commands.Button_16, cockpit_device_id = devices.A4_GUNSIGHT, value_down = 1.0, name = 'Sight Mechanical CAGE', category = 'A-4 Sight'}, {down = device_commands.Button_16, cockpit_device_id = devices.A4_GUNSIGHT, value_down = 0.0, name = 'Sight Mechanical UNCAGE', category = 'A-4 Sight'}, {down = device_commands.Button_10, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = 'Rockets Release Selector Cover up', category = 'Center Pedestal'}, {down = device_commands.Button_10, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = -1.0, name = 'Rockets Release Selector Cover down', category = 'Center Pedestal'}, {down = device_commands.Button_9, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = 'Rocket Release Selector Single', category = 'Center Pedestal'}, {down = device_commands.Button_9, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = 'Rocket Release Selector Off', category = 'Center Pedestal'}, {down = device_commands.Button_9, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = -1.0, name = 'Rocket Release Selector Auto', category = 'Center Pedestal'}, {down = device_commands.Button_3, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = 0.0, name = 'Flight Control Normal', category = 'Left Side Panel'}, {down = device_commands.Button_3, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = 1.0, name = 'Flight Control Alternate', category = 'Left Side Panel'}, {down = device_commands.Button_3, up = device_commands.Button_3, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = -1.0, value_up = 0.0, name = 'Flight Control Reset', category = 'Left Side Panel'}, {down = device_commands.Button_4, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = 1.0, name = 'Hydraulic Pressue Utility', category = 'Front Dashboard'}, {down = device_commands.Button_4, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = 0.0, name = 'Hydraulic Pressue Normal', category = 'Front Dashboard'}, {down = device_commands.Button_4, cockpit_device_id = devices.HYDRO_INTERFACE, value_down = -1.0, name = 'Hydraulic Pressue Alternate', category = 'Front Dashboard'}, {down = electric_commands.F86_CockpitDeviceCommand_InverterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = -1.0, name = 'Instument Power Primary', category = 'Center Pedestal'}, {down = electric_commands.F86_CockpitDeviceCommand_InverterSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1.0, name = 'Instument Power Alternate', category = 'Center Pedestal'}, {down = air_commands.F86_CockpitDeviceCommand_EngineAntiIceScreen, cockpit_device_id = devices.AIR_INTERFACE, value_down = 1, name = 'Engine Anti-Ice & Screen - Extend', category = 'Left Forward Console'}, {down = air_commands.F86_CockpitDeviceCommand_EngineAntiIceScreen, cockpit_device_id = devices.AIR_INTERFACE, value_down = 0, name = 'Engine Anti-Ice & Screen - Ret', category = 'Left Forward Console'}, {down = air_commands.F86_CockpitDeviceCommand_EngineAntiIceScreen, cockpit_device_id = devices.AIR_INTERFACE, value_down = -1, name = 'Engine Anti-Ice & Screen - Anti-Ice', category = 'Left Forward Console'}, {down = air_commands.F86_CockpitDeviceCommand_PitotHeater_Sw, cockpit_device_id = devices.AIR_INTERFACE, value_down = 1, name = 'Pitot Heater On', category = 'Left Forward Console'}, {down = air_commands.F86_CockpitDeviceCommand_PitotHeater_Sw, cockpit_device_id = devices.AIR_INTERFACE, value_down = 0, name = 'Pitot Heater Off', category = 'Left Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_LandAndTaxiLights, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 1, name = 'Landing & Taxi Lights - Extend & On', category = 'Left Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_LandAndTaxiLights, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 0, name = 'Landing & Taxi Lights - Off', category = 'Left Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_LandAndTaxiLights, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = -1, name = 'Landing & Taxi Lights - Retract', category = 'Left Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLtsDimmer_EXT, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 1, name = 'Ext. Lights Bright', category = 'Right Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 1, name = 'Pos & Fus Lights - Steady', category = 'Right Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 0, name = 'Pos & Fus Lights - Off', category = 'Right Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = -1, name = 'Pos & Fus Lights - Flash', category = 'Right Forward Console'}, MiG-15bis Saved DCS Control Profiles (zip): https://www.dropbox.com/s/tu8wibqawilunfe/MiG-15bis.zip?dl=0 MiG-21bis Saved DCS Control Profiles (zip): https://www.dropbox.com/s/dzp1xeqiui42f7x/MiG-21bis.zip?dl=0 F-15 Only a Left MFD Card, Everything else is mapped to the HOTAS Saved DCS Control Profile (lua): https://www.dropbox.com/s/8p7kiqayrdiosjb/F-15C-MFD-L.diff.lua?dl=0 Su-27 Only a Left MFD Card, Everything else is mapped to the HOTAS Saved DCS Control Profile (lua): https://www.dropbox.com/s/jrwqqeiuobyushb/Su-27-MFD-L.diff.lua?dl=0 If anyone actually knows German and could tell me if I have anything completely wrong on the cards for the German planes, it would be great to know what to change to make the cards correct. Edit: Files moved to attachments so the post isn't ginormous. Edit 2: Corrected the Fw-190D and Bf-109 cards; added Helicopters and Jets. Edit 3: Fixed error in F-86 Cards Edit 4: Added Rocket Sight Adjustment Table (translated) to Mi-8 cards. Edit 5: Copied Radio Charts from Mig-21 cockpit onto the cards for easier reference. (They are not translated) Edit 6: Ka-50 Rocket Correction Table added to the corresponding cards. Edit 7: Long overdue, this one. Correctd Fw-190D circuit breaker typo; Revised F-86F's left card to be more useful (rockets and bomb controls are on the bottom row instead of the less-used gun select); MiG-15bis cards created. Edit 8: Revised the F-86 Right card to make caging and uncaging the sight easier to perform without looking by using the rocker in the corner. Edit 9: Bf-109K4 cards edited for typos Edit 10: Links to control profiles added to OP for most cards. Edit 11: Su-27 card added with control profile. Edited March 30, 2015 by P5138 2
Nirvi Posted December 15, 2014 Posted December 15, 2014 Good looking Panels, I'll print them for sure :thumbup: I found some errors: Fw190D-MFD-L.png Anlasen - Anlassen Deckung - Abdeckung Fw190D-MFD-R.png Helligheit - Helligkeit C1 Kannlichter - C1 Kennlichter Nachtobjectiv - Nachtobjektiv Deckung - Abdeckung Vertstell-Luftschraube - Verstell-Luftschraube Leuchten-Alschußanlage - Leuchten-Abschußanlage Abwurwaffe - Abwurfwaffe Serious uglies Discord 4YA - Project Overlord WW2 Server My DCS Videos
P5138 Posted December 15, 2014 Author Posted December 15, 2014 Looks great :) got any others to share? Many. Good looking Panels, I'll print them for sure :thumbup: I found some errors: Fw190D-MFD-L.png Anlasen - Anlassen Deckung - Abdeckung Fw190D-MFD-R.png Helligheit - Helligkeit C1 Kannlichter - C1 Kennlichter Nachtobjectiv - Nachtobjektiv Deckung - Abdeckung Vertstell-Luftschraube - Verstell-Luftschraube Leuchten-Alschußanlage - Leuchten-Abschußanlage Abwurwaffe - Abwurfwaffe Thanks for those fixes. My German is limited to being able to say I can't speak German. I'll make the corrections and update them. Those last three are from the 109's panel, right?
P5138 Posted December 15, 2014 Author Posted December 15, 2014 I added all the other vehicles currently in the sim except the Generic FC3 one I'm rearranging thanks to the Su-27.
Iku_CC Posted January 6, 2015 Posted January 6, 2015 Btw..can you give Cougar MFD configurations for these cards...if as TARGET script it would be greate..:) or how have you configured buttons of MFD's? [sIGPIC][/sIGPIC] HP Z420 | Xeon E5-1650 @3.20GHz/3.70Ghz | 16Gb DDR3-1333 | ZOTAC GTX 980 Ti AMP! | Micron RealSSD C400 256Gb | Sound Blaster Z | TrackIR4 | Thrustmaster HOTAS Warthog| CH Pro pedals | Win 10 Pro 64-bit
P5138 Posted January 7, 2015 Author Posted January 7, 2015 I was actually just going over the in-game luas for these. Expect some config files in the coming days; my PC required a full reinstall, so I will reprofiling everything anyway. Although I do use TARGET for the Warthog stick and Throttle, the MFD's are set through the in-game profiles. Many of the commands that are on the cards don't have default keybinds.
Iku_CC Posted January 7, 2015 Posted January 7, 2015 Ok...I use my throttle for DX inputs and stick and MFD with keybinds. So I got to look to make my own scripts for mfds...I have done that to A10C...so it's just mather of time..:) [sIGPIC][/sIGPIC] HP Z420 | Xeon E5-1650 @3.20GHz/3.70Ghz | 16Gb DDR3-1333 | ZOTAC GTX 980 Ti AMP! | Micron RealSSD C400 256Gb | Sound Blaster Z | TrackIR4 | Thrustmaster HOTAS Warthog| CH Pro pedals | Win 10 Pro 64-bit
Teufel Posted January 9, 2015 Posted January 9, 2015 Many thanks!!! Du suchst eine Staffel für gelegentliche gemeinsame Flüge, anfängerorientiert und ohne Zwänge? Dann schau doch mal vorbei.
Koekemoeroetoe Posted January 13, 2015 Posted January 13, 2015 Thanks, these cards are awesome! Printed and laminated all of them! Are you planning to make a SU-27 MFD card as well? Would be really nice. Keep up the good work! Intel i9 10850k | Noctua NH-U12A | Gigabyte Z490 Aorus Elite AC | Patriot Viper Steel 64gb @3600MT/s | ASUS TUF RX 7900 XTX OC | Samsung 970 EVO 1TB NVMe | HP Reverb G2
gdx65 Posted January 14, 2015 Posted January 14, 2015 Many. Thanks for those fixes. My German is limited to being able to say I can't speak German. I'll make the corrections and update them. Those last three are from the 109's panel, right? HI, Very nice work!! I was thinking to do similar cards but I have limited time to DCS (Family, kids....). Nice if you could post the updated cards. Again thanks. GDX65, [sIGPIC][/sIGPIC]
AV8R Posted March 15, 2015 Posted March 15, 2015 (edited) MFDs with active cards These cards remind of of those I used with the old MasterPilot controllers I used back in the day before the TM Cougar MFDs came out. Now I use Cougars with LCDs What might be good is to not make cards for my situation with LCDs behind the MFDs, but use the actual PNG graphics file displayed on each MFD. Edited March 15, 2015 by AV8R
gdx65 Posted March 15, 2015 Posted March 15, 2015 (edited) These cards remind of of those I used with the old MasterPilot controllers I used back in the day before the TM Cougar MFDs came out. Now I use Cougars with LCDs What might be good is to not make cards for my situation with LCDs behind the MFDs, but use the actual PNG graphics file displayed on each MFD. Very good. That was my option 2, I just need to find the time to do it. By the way which monitors are you using? MIMIO? I have been looking at this company http://www.lilliputuk.com/ Edited March 15, 2015 by gdx65 typo GDX65, [sIGPIC][/sIGPIC]
P5138 Posted March 16, 2015 Author Posted March 16, 2015 (edited) HI, Very nice work!! I was thinking to do similar cards but I have limited time to DCS (Family, kids....). Nice if you could post the updated cards. Again thanks. Sorry for the long delay in getting these updates out. I have just posted updated versions of the F-86 and Fw-190D cards, as long as adding in new cards for the MiG-15. With the MiG's card, I will definitely need to add in the saved control schemes somehow. While my Russian isn't great, I will definitely admit that it will be hard for anyone not familiar with the language to translate the controls to the English equivalent for assignment. Thanks, these cards are awesome! Printed and laminated all of them! Are you planning to make a SU-27 MFD card as well? Would be really nice. Keep up the good work! I am planning on eventually getting to the Su-27. I've been so engrossed by the WWII and Korean birds, recently, that getting back up in the modern stuff hasn't even been a consideration. These cards remind of of those I used with the old MasterPilot controllers I used back in the day before the TM Cougar MFDs came out. Now I use Cougars with LCDs What might be good is to not make cards for my situation with LCDs behind the MFDs, but use the actual PNG graphics file displayed on each MFD. I would love to see how that would turn out. With the small print on the charts and on a few of the buttons for my versions, I always figured an LCD would make the cards unreadable in places. Edited March 16, 2015 by P5138
JaBoG32_Prinzartus Posted March 16, 2015 Posted March 16, 2015 (edited) Good looking Panels, I'll print them for sure :thumbup: I found some errors: Fw190D-MFD-L.png Anlasen - Anlassen Deckung - Abdeckung Fw190D-MFD-R.png Helligheit - Helligkeit C1 Kannlichter - C1 Kennlichter Nachtobjectiv - Nachtobjektiv Deckung - Abdeckung Vertstell-Luftschraube - Verstell-Luftschraube Leuchten-Alschußanlage - Leuchten-Abschußanlage Abwurwaffe - Abwurfwaffe BF 109 Left Krafstoff -> Kraftstoff Bombennotwurgriff -> Bombennotwurfgriff / Bombennotabwurf Edited March 16, 2015 by JaBoG32_Prinzartus Windows 10, I7 8700k@5,15GHz, 32GB Ram, GTX1080, HOTAS Warthog, Oculus Rift CV1, Obutto R3volution, Buttkicker [sIGPIC][/sIGPIC] ЯБоГ32_Принз
P5138 Posted March 17, 2015 Author Posted March 17, 2015 BF 109 Left Krafstoff -> Kraftstoff Bombennotwurgriff -> Bombennotwurfgriff / Bombennotabwurf The 109 cards have been updated to fix the missing "t" and "f". Thanks for pointing those out. 1
P5138 Posted March 19, 2015 Author Posted March 19, 2015 In response to requests for the profiles, I have added the majority of the DCS profiles I use for the cards to the OP. I've, for now, left off the F-86 and Mi8 profiles. I need to clarify some things on those two.
sobe Posted March 19, 2015 Posted March 19, 2015 P5138 Do you have a suggestion as to how to size your panels to fit within the TM MFD. I have played around with it and never seem to get the right size. Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
P5138 Posted March 19, 2015 Author Posted March 19, 2015 The cards as they are posted should be printed at a width of 109 to 110mm (~4.333 inches). I usually use Photoshop so that I can get the right size, but recently, I have been toying with putting bleeds onto the print so that I'd have a little leeway. Previous to that I was being extremely careful with a rotary cutter, then trimming the bottom corners against either the plastic covers or using one of the cards that came with the set. Even with all that care, I was often either cutting too small or leaving white around the edges forcing me to waste (expensive) photo stock on another attempt. On the MiG-15, as an experiment, I internally made versions with a 3mm bleed. This means each is now printed with a width of 115-116mm (~4.53 inches). It has alleviated the hassle of getting the cuts precisely at the edge of the ink, but it is not something I plan on retroactively adding into the older cards at this time unless it truly fixes the problem. I had also thought about creating a single pdf with both cards on a single page, but haven't really figured out a good way to do that and get it the right size yet. PDFs in theory would be better for this sort of thing: they can be set to a fixed size in the file for easier printing, but I want to get it right without wasting too much more paper in the process. In hindsight, I should have made these cards in inDesign or Illustrator instead of Photoshop. I've attached the versions of the MiG-15 cards with the bleed zone to this post. If something like this will make it easier to print out at the right size for the other cards, let me know. Otherwise, if a pdf version of the cards sounds better, I can experiment with a few ideas on creating them as pdfs. If neither of those solutions works for you, I can try to figure out something else that would work with programs built into Windows.
HiWay Posted March 26, 2015 Posted March 26, 2015 i used KneeboardBuilder to put it on my MFD as page of kneeboard, thanks P - outstanding work [sIGPIC][/sIGPIC] Win11x64, NVIDIA GeForce RTX 2080Ti, i5-8600K OC4.5 GHz, 120GB SSD INTEL 530, SAMSUNG SSD 850 EVO 250G, 1TB HDD WD RED, MSI Z370-A PRO, Cougar AQUA 360 CPU cooler, Kingston 2x32GB DDR4 3800MHz, 4K LG 50" Monitor, Meta Quest Pro VR, Orion2 HOTAS MAX,Orion Metal Flight Rudder Pedals (With Damper Edition), GAMETRIX KW-908 JETSEAT.
Slick Posted March 26, 2015 Posted March 26, 2015 i used KneeboardBuilder to put it on my MFD as page of kneeboard, thanks P - outstanding work Hi HiWay, Looks like you have a nice setup. Mind sharing which usb monitors you have and if not asked too much, mind posting more pics od your setup?
HiWay Posted March 27, 2015 Posted March 27, 2015 Hi HiWay, Looks like you have a nice setup. Mind sharing which usb monitors you have and if not asked too much, mind posting more pics od your setup? sure, here is my setup http://forums.eagle.ru/attachment.php?attachmentid=113454&d=1424592612 here is a monitors been used (tied with strip on top of X-65) http://www.aliexpress.com/item/8-TFT-LCD-Display-Module-1080P-HDMI-VGA-2AV-Driver-Board-for-Raspberry-Pi/1851414833.html or here http://www.ebay.com/itm/8-TFT-LCD-Display-Module-1080P-HDMI-VGA-2AV-Driver-Board-for-Raspberry-Pi-/111399614607? Wheel Stand Pro like cheap version for $44 http://www.aliexpress.com/snapshot/6403452290.html?orderId=65069315203305 Office seat with GAMETRIX KW-908 JETSEAT http://forums.eagle.ru/showthread.php?t=134704 sorry for highjack this thread....let me know if you'll need more info [sIGPIC][/sIGPIC] Win11x64, NVIDIA GeForce RTX 2080Ti, i5-8600K OC4.5 GHz, 120GB SSD INTEL 530, SAMSUNG SSD 850 EVO 250G, 1TB HDD WD RED, MSI Z370-A PRO, Cougar AQUA 360 CPU cooler, Kingston 2x32GB DDR4 3800MHz, 4K LG 50" Monitor, Meta Quest Pro VR, Orion2 HOTAS MAX,Orion Metal Flight Rudder Pedals (With Damper Edition), GAMETRIX KW-908 JETSEAT.
P5138 Posted March 30, 2015 Author Posted March 30, 2015 (edited) Quick Update: Since I just picked up the Ultimate Argument Campaign in the last Steam sale, I thought it was time to get a Su-27 card made up. The new card, along with its profile, has been added to the first post. Edited March 30, 2015 by P5138
Recommended Posts