Jump to content

Kyridious

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Kyridious

  1. To answer my own question, take a look at \DCS World\API\DCS_ControlAPI.txt for a list of server control functions.
  2. Hi, I'm building a multiplayer mission and would like to globally pause the game based on certain conditions. Has anyone discovered pause() or resume() functions that are accessible via scripting? Cheers, Andrew
  3. This was my fear, I really need a generic solution that isn't dependent on the mission. I have a proven mechanism for manipulating cursor location ("sticky cursor") based on viewport orientation, but its rather CPU intensive and sensitive to changes in FOV (and any display property that can not be exported). That said, I could use this as a fall back option. Thanks for your input.
  4. Does anyone know if it is possible to dynamically control Cockpit Highlights? These are the bounding boxes frequently used in the DCS training missions. I want to highlight the switch/button as it is being manipulated by the pilot. Is there is a LUA command to control this behavior in real time by a 3rd party application? Or do cockpit control highlights need to be built in to the mission itself? Cheers, Andrew
  5. Hi All, I'm writing an application that requires camera position data (orientation with respect to the player's airframe). Anyone know if DCS can export this type of data? I am having difficulty finding documentation on the topic. Cheers, Andrew
×
×
  • Create New...