-
-
Notifications
You must be signed in to change notification settings - Fork 67
Contributing
Jerker Dahlblom edited this page Sep 19, 2023
·
2 revisions
Fork the repository to your account and from there make pull requests of your modified code. This information explains how the setup works.
This is an easy to use visual tool. When cloning your fork to your PC make sure to select To contribute to the parent project
when asked.
- All aircraft files are located in folder
DCS World\Mods\aircraft\
. -
DCS World\bin\ModelViewer2.exe
, this is the tool used for finding out the control ID (argument) for a cockpit control -
DCS World\Mods\aircraft\<airplane>\Cockpit\Scripts\
, here you will find lua files containing necessary cockpit control information
Common files are :
- devices.lua
- clickabledata.lua
- mainpanel_init.lua
There are other files that you will need to get information from, it varies between airplanes.