Jump to content

Creating F-86 module for DCS-BIOS


ArturDCS

Recommended Posts

So I started looking into this while I am waiting for some feedback from Ian. I guess the procedure is quite the same and it doesn't seem to be so many controls in this "birb".

 

I guess one thread per airframe is good once feedback comes regarding controls not working and such. So to not mix things up.

Link to comment
Share on other sites

I noticed errors in dcs-bios.log. Does anyone have an idea what is wrong?

 

value -1.000000 is too small for address 12300 mask 4
value -1.000000 is too small for address 12300 mask 8
value -1.000000 is too small for address 12300 mask 128
value -1.000000 is too small for address 12300 mask 1024
value -1.000000 is too small for address 12288 mask 4
value -1.000000 is too small for address 12294 mask 2048
value -1.000000 is too small for address 12296 mask 1024
value -1.000000 is too small for address 12298 mask 1
value -1.000000 is too small for address 12298 mask 2048

First one should be:

DCS-BIOS

defineTumb("A4_SIGHT_FIL_SEL",22, 3015, 642    , 1, {0,1}, nil, false, "Cockpit", "A-4 Sight Filament Selector Switch, SECONDARY/PRIMARY")

clickabledata.lua

elements["SIGHT_FILAMENT_SWITCH"]    =    default_2_position_tumb11(_("A-4 Sight Filament Selector Switch, SECONDARY/PRIMARY"),    devices.A4_GUNSIGHT, device_commands.Button_15, 642    )

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...