Jump to content

carlosfly74

Members
  • Posts

    6
  • Joined

  • Last visited

1 Follower

About carlosfly74

  • Birthday 03/23/1974

Personal Information

  • Flight Simulators
    MSFS 2020 Dcs World FSX IL2
  • Location
    Hungary
  • Interests
    Simulator Building

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello. Any changes? Bug fix? It has been unusable for almost a month now.
  2. In the Control Reference: Ka-50: R-800 VHF-2 i found the Display String Output. But only first 2 digit and last 2 digit. Frequency 1 String Output: possible values: "10" "11" "12" "13" "14"...etc void onR800Freq1Change(char* newValue) { /* your code here */ } DcsBios::StringBuffer<2> r800Freq1Buffer(0x190e, onR800Freq4Change); Frequency 2 No String Output ??? Frequency 3 No String Output ??? Frequency 4 String Output: String Output: possible values: "00" "25" "50" "75" void onR800Freq4Change(char* newValue) { /* your code here */ } DcsBios::StringBuffer<2> r800Freq4Buffer(0x1912, onR800Freq4Change); The encoders work good. The display show good values. I would need the freq2 and freq3 String values and codes. Pls help!!!! Sorry for my english. SOLVED!!!!
  3. Hi all! I started building a couple of modules for KA-50. Bad Crc Inspired! Very nice work BaD! I may be asking for your help with a few things. Sorry for my English.
  4. Hy. I can re-arm each unit with ammunition. I do not know this (BTR-82A). What could be the reason? All others are charging. I press ALT + \ and nothing happens. The T-90 and other units works perfectly.
  5. Hy. I can refill each unit with ammunition. I do not know this (BTR-82A). What could be the reason? All others are charging. I press ALT + \ and nothing happens. The T-90 and other units works perfectly.
×
×
  • Create New...