/leavu3

You asked for it ..

Primary LanguageScalaMIT LicenseMIT

Leavu3

See the official forum thread for more info

Leavu is a software for building home cockpits for DCS Flaming Cliffs. It uses Dcs Remote 2 to communicate with DCS. Leavu currently includes one instrument - a generic MFD with 5 pages:

  • HSD
  • RWR
  • SMS
  • FCR
  • INFO

INSTALLATION

FYI: Dcs-Remote will automatically on startup install all required scripts into your DCS installation.

CONFIGURATION

To use it solo on the same PC as DCS, no configuration is needed - however - You can also run it on a separate computer. To run Leavu3 on a different computer than your game PC, unzip the leavu3.zip on your second computer and edit leavu3-cfg.json. Input the ip address of your game PC. NOTE: DCS Remote must be running on your game PC.

Leavu can be configured to connect to a datalink. The datalink server is just a separate instance of dcs-remote2. To configure datalink parameters check your dcs-remote2 folder for the file static-data.json and fill in your parameters for:

  • data link host
  • data link port
  • data link callsign
  • data link team

By default your datalink host is set to build.culvertsoft.se, team: BLUE_RABBITS, callsign: JarJar

You can also configure parameters for window position, size, AA, update rates, etc. Check the leavu3-cfg.json for a full list of configurable parameters.

WHERE IS THE DATA COMING FROM?

Leavu3 uses dcs-remote2 to inject a data export script into DCS, which then grabs ownship + AI wingman information from the game. In order to display information regarding your human wingmen and their targets, you both need to be connected to the Leavu3 datalink (see above).

STATUS & BUGS!

ONLY use the Issue tracker at the top of this page to report bugs!

Thanks!

Performance!

For max performance, try configuring your jvm to something along the lines of: JAVA_TOOL_OPTIONS: -XX:+UseG1GC -XX:MaxGCPauseMillis=5 -Xms32m -XX:CompileThreshold=100

COMPATIBILITY

Built with LibGDX for cross platform compatibility. Works out of the box on:

  • Windows
  • Linux
  • Mac

If you know someone with android experience that wants to do an android build, send a pull request!