charlestytler / dcs-clickabledata-extract

A tool for extracting clickabledata elements from DCS World modules
17 stars 5 forks source link

dcs-clickabledata-extract

A tool for extracting clickabledata elements from installed DCS World modules.

Instructions for use

Download files

Download the files by cloning this repository via the green "Clone or download" button to the top-right or downloading the zip from the "Releases" tab.

Extract clickabledata to csv

Example: Running with A-10C specified as the module will generate a file: A-10C_clickabledata.csv

(Optional) Run interactive Lua Console

If you'd like to open an interactive Lua console you can double-click the LuaConsole.exe executable. You can then include the functions used for extraction with the following line:

dofile("extract_functions.lua")

You can then interactively call the functions instead of extract_module_main.lua calling them.

Building from source

Lua scripts

The lua scripts can be modified and run without compiling as it is a scripting language.

LuaConsole and LuaRunScript

These are C++ functions that can be built using the Visual Studio solution within LuaConsole\