Jump to content

ilias.tselios

Members
  • Posts

    894
  • Joined

  • Last visited

  • Days Won

    81

ilias.tselios last won the day on November 13

ilias.tselios had the most liked content!

About ilias.tselios

  • Birthday 09/12/1971

Profile Information

  • Gender
    Male
  • Location
    Greece
  • Interests
    Developing for X-Plane (...is that really an interest ???)

Recent Profile Visitors

25,312 profile views

ilias.tselios's Achievements

Collaborator

Collaborator (7/14)

  • Conversation Starter Rare
  • Well Followed Rare
  • Reacting Well Rare
  • First Post Rare
  • Posting Machine Rare

Recent Badges

594

Reputation

  1. Correct. It's a bug that is to fix in the next update I'm working on.
  2. I have started working (slowly) on the update and this is already done.
  3. I tested, but couldn't replicate it. In the contrary, I has the opposite, no flag when it should have been a flag. I check my setup and found some interesting "issues". Anyway, I fixed it now for the 2.0.4 update. I think might have been some changes in the sim about the gyros in the last updates. Keep in mind that needs electric power from the inverter and flags will go out when the gyros are aligned.
  4. This happens everywhere? If not, in which airport you were in when this happened?
  5. I think this is mostly due X-Plane's "dark cockpit" issue. X-Plane does not show any extra lighting during the day, whatever you've fully turned on the lights or not. Expecting Laminar to fix it.
  6. I don't want to be a ...downer (eh? Sundowner->downer, see what I did here?), but the market for such products is very niche. Even the work on updating C23 for XP12, with all the additions, was free, so there is any incentive to expand on that project.
  7. Yes we can pump up the brightness, but can you post a picture with the lights at full intensity?
  8. You can grab by the bottom and move it around as shown here:
  9. @diamonddriller if you want please do an experiment. Duplicate the C23 folder. Rename the new folder with a "_500" at the end. From the original folder, delete the rsg_g500 and OpenGPWS plugins, from the C23/plugins/ folder. Also from the top C23 folder, delete the LES_Sundowner_G500.acf file. From the new "_G500" folder, delete all the .acf files, except the LES_Sundowner_G500.acf one. This way the G500 is separated from the other acfs, and the other acfs, separate from the G500. Test it if that's works better. If so, in the next update, I might separate the acfs to each own folder. Programmatically, I am disabling the G5 when is not in use. But, because the G500 depends on another plugin and and using multiple threads, it is impossible to disable them without crashing X-Plane. So G500 will be enabled, even when not used.
  10. C23 comes woth libradio plugin, to provide better simulation of signal reception, but seems to create this issue. Remove the plugin from the C23/plugins/ folder, and reload the aircraft.
  11. The manipulation of the master radio volume, is a part of the very complex audio/headset simulation we have implemented. I should have thought that better, and I will add it in the next update, to store user's volume setting when the aircraft loads, and return it back when the aircraft unloads.
  12. Some knobs, and I noted that recently, work only the you "press and hold". We are using X-Plane commands for this, so we don't have access into the logic. I will have a talk with Laminar, and probably send a bug report on this one. Landing Lights switch and avionics switch, because they have custom logic, are following custom datarefs, and not X-Plane's logic. That's why the default commands have no effect on them. Probably I will do another update and bug fixing soon, to add some custom commands that you can map your controls. The fuel tank selector is driven by 2 commands: les/fuel/int/tank_selector_right les/fuel/int/tank_selector_left This commands rotate the switch clockwise or counter-clockwise respectively. The switch will go, first command, from LEFT TANK -> RIGHT TANK -> OFF -> LEFT TANK...
  13. 1) As @Matchstick pointed out is the carb heater lever. Works, may be, in an odd way. Cold is forward and heat is aft. 2) If you don't remove the chocks and tie-downs, the aircraft will not move. Also, if you start the engine, and the engine covers have not been removed, the engine will overheat and die. Check the oil temp!
  14. There 2 knobs that controlled via 2 custom datarefs, for left and right wipers respectively. les/dc3/iceRain/mnp/wiper_switch_L les/dc3/iceRain/mnp/wiper_switch_R Also the landings lights are controlled via those datarefs: les/dc3/elecSys/lighting/L_ldgLit les/dc3/elecSys/lighting/R_ldgLit May be, some time in the future, change the controls to be custom commands, but because many systems has been customized, might not be possible to use default commands.
  15. The OpenGPWS plugin is needed to run the G500 plugin. Won't function without this.
×
×
  • Create New...