Jump to content

Ekoj

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Ekoj

  1. Thanks a lot, both of you! Does anyone knows how to use ed_fm_debug_watch ? Implemented it correctly in the API header, but can't get anything showing on the top left corner DCS window info screen (Ctrl + Pause)... Is there anything i'm missing?
  2. Hello guys, I'm currently working on a educational EFM (mainly to understand how DCS communicate with my c++ code) and so far, things are going well. I've seen in a Razbam's harrier video somewhere on youtube some green lines comming out of the plane, whose I think are the forces vectors representation for debuging purpose. Only function I see in the EFM API which would do that trick seems to be : ed_fm_enable_debug_info(); Also after analyzing Cpt Smiley F16 educational code, I found quite strange to not use any of the add_global_force or add_global_moment, only local force, which are applyied to the center of gravity. I'm not a huge fan of lift beeing applyied to the CG, since it's should be applyied to the center of pressure which is differrent. Well anyway that's another story. If you have any information about the use of ed_fm_enable_debug_info() and the difference between local and global forces, this would be of a great help! Thanks in advance! Ekoj.
×
×
  • Create New...