Jump to content

MyG

Members
  • Posts

    11
  • Joined

  • Last visited

About MyG

  • Birthday 07/06/1976
  1. It's a Helios problem. Try to save after every step you do in editor. For ex.: reset monitors -> save; move monitor -> save; make transparent -> save. I reload the profile after every step just to be sure (but I think is just a superstition). I hope this will help you. P.S. start again with an unedited profile
  2. After the last 1.5 update, the profile for mi-8 didn't work anymore. I looked in to it and I find the culprit in "Right Pitot Heater Test Button - Push to test" command line (it is actually the very last line!!! ). I tried to find the problem/conflict but I didn't find anything wrong. Please look in to it to, maybe you'll find something. Every thing else is working perfect.
  3. Cheers mate, looking forward for your profiles.
  4. Hi Capt Zeen, Thank you for your helios profiles. Please put the fallowing lines in your "default.lua" keyboard and joystick and you will have the group 5(cb 73 thru 78 in your image) cb switches working. You can generalize for the rest of non-working cb. {down = cb_start_cmd + 42, up = cb_start_cmd + 42, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB Fuelmeter SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 42, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB Fuelmeter ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 42, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB Fuelmeter OFF#", category = "#Electrical Systems"}, {down = cb_start_cmd + 43, up = cb_start_cmd + 43, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB Center tank SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 43, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB Center tank ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 43, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB Center tank OFF#", category = "#Electrical Systems"}, {down = cb_start_cmd + 44, up = cb_start_cmd + 44, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB Left pump SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 44, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB Left pump ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 44, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB Left pump OFF#", category = "#Electrical Systems"}, {down = cb_start_cmd + 45, up = cb_start_cmd + 45, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB Right pump SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 45, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB Right pump ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 45, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB Right pump OFF#", category = "#Electrical Systems"}, {down = cb_start_cmd + 46, up = cb_start_cmd + 46, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB T-819 SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 46, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB T-819 ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 46, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB T-819 OFF#", category = "#Electrical Systems"}, {down = cb_start_cmd + 47, up = cb_start_cmd + 47, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, value_up = 0, name = "CB SPUU-52 SWITCH#", category = "#Electrical Systems"}, {down = cb_start_cmd + 47, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1, name = "CB SPUU-52 ON#", category = "#Electrical Systems"}, {down = cb_start_cmd + 47, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 0, name = "CB SPUU-52 OFF#", category = "#Electrical Systems"},
  5. Hi, Lonewolf for now. Callsign: acrid Preffered Side: Red Preferred aircrafts: Su-25/T, MiG21, Su27, Mi8
  6. {down = 3028, cockpit_device_id = 3, value_down = 0, name = "Dust Protection Left OFF", category = "ENGINE INTERFACE"}, {down = 3029, cockpit_device_id = 3, value_down = 0, name = "Dust Protection Right OFF", category = "ENGINE INTERFACE"}, Now you can assign other keys for switching the dust covers off (personally I have a switch box and I use the first variant)
  7. {down = 3028, up = 3028, cockpit_device_id = 3, value_down = 1, value_up = 0, name = "Dust Protection Left", category = "ENGINE INTERFACE"}, {down = 3029, up = 3029, cockpit_device_id = 3, value_down = 1, value_up = 0, name = "Dust Protection Right", category = "ENGINE INTERFACE"},
×
×
  • Create New...