Jump to content

Cougar MFD Custom Cards


Recommended Posts

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):

Fw-190D

Saved DCS Control Profiles (zip):

P-51D

Saved DCS Control Profiles (zip):

Helicopters:

UH-1

Saved DCS Control Profiles (zip):

Ka-50

Saved DCS Control Profiles (zip):

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):

MiG-21bis

Saved DCS Control Profiles (zip):

F-15

Only a Left MFD Card, Everything else is mapped to the HOTAS

Saved DCS Control Profile (lua):

Su-27

Only a Left MFD Card, Everything else is mapped to the HOTAS

Saved DCS Control Profile (lua):

 

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.

P51D-MFD-L-1.1.thumb.png.ce4a3353693481a523d2c5714c1cbaea.png

P51D-MFD-R-1.1.thumb.png.6b3bdc48a8aabce8ec782ec6b7934db6.png

UH1H-MFD-L.thumb.png.fe569ed36a6e7f615538a64f050d4490.png

UH1H-MFD-R.thumb.png.a32da1154ba7b567d8786475d27a782a.png

F15-MFD-L.thumb.png.823e743fdb32a7d240e877045435c1f7.png

Mi8-MFD-L.thumb.png.dc7a1fcdc0ef5eed776db6ca8e4f5eff.png

Mi8-MFD-R.thumb.png.7f1ae6032ea89aac1b4a91dc79f1d4b3.png

Mig21Bis-MFD-L.thumb.png.b0fcd309e73a399aa0e302a4272126b1.png

Mig21Bis-MFD-R.thumb.png.96561523a519f2caeff5943a4235b7ef.png

1361090566_KA50-MFD-LV1.1.thumb.png.5beaca16319155f9cfa7e9bbd6cf77d6.png

1103716363_KA50-MFD-RV2.thumb.png.58b051e99818498f0826790cc164959f.png

Fw190D-MFD-L.thumb.png.32a6e8367d31f9abfc346af3fb5e67e8.png

Fw190D-MFD-R.thumb.png.be7b912f2bde948f291f489cd0f88c25.png

MiG15-MFD-L.thumb.png.20e7308a89105da3dbd96c09fd9eb83d.png

MiG15-MFD-R.thumb.png.16766b01a3cf1aba7d5287bec2fb42d6.png

F86-MFD-L.thumb.png.e7bcf1d72ad6641171f4ca640a61aa1d.png

F86-MFD-R.thumb.png.47275d9031efff4d33c02298b5097f1b.png

Bf-109K4-MFD-L.thumb.png.b1e38ac8d4700bce137d8e7394e012bb.png

Bf-109K4-MFD-R.thumb.png.d7b36386a9f013f7b0a4e3296f560d32.png

Su27-MFD-L.thumb.png.b76a84d7adcc4c1be22a987eaa3aabc2.png


Edited by P5138
  • Like 1
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 3 weeks later...

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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]

Intel Core i7-5820K (3.30@3.6GHz), ASRock Fatal1ty X99X Killer LGA2011-3 , 16GB DDR4 2133MHz 15-15-15-35, 240GB SSD + 4TB,

DVDRW, GeForce GTX 980 4GB GDDR5, Qualcomm Atheros Killer LAN E2200; Intel I218V (Gigabit LAN PHY 10/100/1000 Mb/s)

Cooler Master Silencio 652S case, Cosair Hydro H60 watercooling, 750W power supply, Windows 8.1

Thrustmaster Hotas, Throttle, MDF Cougar pack, Saitek Pro Combat Rudder pedals.

Link to comment
Share on other sites

  • 2 months later...

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

7213CFF0-F6BB-43DF-836A-1000766408E1_zpsjturud8x.jpg

 

 

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.

 

 

 

 

 

 

90530ABE-45B1-4001-9187-D735E3739B0A_zpshumkt9oz.jpg


Edited by AV8R
Link to comment
Share on other sites

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

7213CFF0-F6BB-43DF-836A-1000766408E1_zpsjturud8x.jpg

 

 

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.

 

 

 

 

 

 

90530ABE-45B1-4001-9187-D735E3739B0A_zpshumkt9oz.jpg

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 by gdx65
typo

GDX65,

[sIGPIC][/sIGPIC]

Intel Core i7-5820K (3.30@3.6GHz), ASRock Fatal1ty X99X Killer LGA2011-3 , 16GB DDR4 2133MHz 15-15-15-35, 240GB SSD + 4TB,

DVDRW, GeForce GTX 980 4GB GDDR5, Qualcomm Atheros Killer LAN E2200; Intel I218V (Gigabit LAN PHY 10/100/1000 Mb/s)

Cooler Master Silencio 652S case, Cosair Hydro H60 watercooling, 750W power supply, Windows 8.1

Thrustmaster Hotas, Throttle, MDF Cougar pack, Saitek Pro Combat Rudder pedals.

Link to comment
Share on other sites

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 by P5138
Link to comment
Share on other sites

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 by JaBoG32_Prinzartus

Windows 10, I7 8700k@5,15GHz, 32GB Ram, GTX1080, HOTAS Warthog, Oculus Rift CV1, Obutto R3volution, Buttkicker



[sIGPIC][/sIGPIC] ЯБоГ32_Принз





Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 .

Link to comment
Share on other sites

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.

MiG15-MFD-L-BLEED.thumb.png.04079e4118a4ce64fcb7551dd61570ca.png

MiG15-MFD-R-BLEED.thumb.png.33a36afeff29d5c944d490242b58cb47.png

Link to comment
Share on other sites

i used KneeboardBuilder to put it on my MFD as page of kneeboard, thanks P - outstanding work

card.thumb.JPG.0ba8b13ce0deef98a538235db2a0c377.JPG

 

[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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

IMG_2133.thumb.JPG.0ed4973ba977d4f4d81936bfb1daa4da.JPG

 

[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.

Link to comment
Share on other sites

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 by P5138
Link to comment
Share on other sites

  • Recently Browsing   0 members

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