Skip to content

Commit

Permalink
Merge pull request #1 from WarLord211/master
Browse files Browse the repository at this point in the history
Pull Request to add F5-E and AV8BNA
  • Loading branch information
jdahlblom committed Oct 2, 2018
2 parents 7a80f08 + 4e16d2c commit f986872
Show file tree
Hide file tree
Showing 21 changed files with 32,174 additions and 159 deletions.
18 changes: 16 additions & 2 deletions AircraftList.lua
Expand Up @@ -12,10 +12,24 @@ end

a("A-10C", true)
a("Ka-50", true)
a("L-39ZA", true)
a("Mi-8MT", true)
a("P-51D", true)
a("Su-25T", false)
a("TF-51D", true)
a("UH-1H", true)
a("MiG-21Bis", true)
a("MiG-21Bis", true)
a("F-86F Sabre", true)
a("FW-190D9", true)
a("Bf-109K-4", true)
a("SpitfireLFMkIX", true)
a("AJS37", true)
a("SA342L", true)
a("SA342M", true)
a("SA342Mistral", true)
a("SA342Minigun", true)
a("M2000C", true)
a("FA-18C_hornet", true)
a("F-5E", true)
a("L-39ZA", true)
a("AV8BNA", true)

2 changes: 2 additions & 0 deletions README.adoc
Expand Up @@ -31,6 +31,8 @@ Currently, DCS-BIOS supports the following aircraft modules:
* F-5E (contributed by geebeer2, extended by BlackLibrary)
* M-2000C (contributed by Exo7)
* F-18C (contributed by AndrewW)
* AV8BNA (contributed by BlackLibrary)
* NS430 (for Mi-8&L-39ZA) (contributed by Capt_Zeen)

If you want to add support for another module, please get in touch.

Expand Down
2 changes: 1 addition & 1 deletion Scripts/DCS-BIOS/BIOS.lua
Expand Up @@ -41,7 +41,7 @@ dofile(lfs.writedir()..[[scripts\dcs-bios\lib\M2000C.lua]])
dofile(lfs.writedir()..[[scripts\dcs-bios\lib\FA-18C_hornet.lua]])
dofile(lfs.writedir()..[[scripts\dcs-bios\lib\F-5E.lua]])
dofile(lfs.writedir()..[[scripts\dcs-bios\lib\TF-51D.lua]])

dofile(lfs.writedir()..[[scripts\dcs-bios\lib\AV8BNA.lua]])

dofile(lfs.writedir()..[[Scripts\DCS-BIOS\BIOSConfig.lua]])

Expand Down
1 change: 1 addition & 0 deletions Scripts/DCS-BIOS/doc/control-reference.html
Expand Up @@ -32,6 +32,7 @@
<script src="json/FA-18C_hornet.jsonp"></script>
<script src="json/F-5E.jsonp"></script>
<script src="json/TF-51D.jsonp"></script>
<script src="json/AV8BNA.jsonp"></script>
<script src="js/control-reference.js"></script>
<script src="js/dcs-bios-connection.js"></script>
</head>
Expand Down
6,667 changes: 6,667 additions & 0 deletions Scripts/DCS-BIOS/doc/json/AV8BNA.json

Large diffs are not rendered by default.

6,668 changes: 6,668 additions & 0 deletions Scripts/DCS-BIOS/doc/json/AV8BNA.jsonp

Large diffs are not rendered by default.

6,606 changes: 6,606 additions & 0 deletions Scripts/DCS-BIOS/doc/json/F-5E.json

Large diffs are not rendered by default.

6,607 changes: 6,607 additions & 0 deletions Scripts/DCS-BIOS/doc/json/F-5E.jsonp

Large diffs are not rendered by default.

1,154 changes: 1,154 additions & 0 deletions Scripts/DCS-BIOS/doc/json/L-39ZA.json

Large diffs are not rendered by default.

1,154 changes: 1,154 additions & 0 deletions Scripts/DCS-BIOS/doc/json/L-39ZA.jsonp

Large diffs are not rendered by default.

1,154 changes: 1,154 additions & 0 deletions Scripts/DCS-BIOS/doc/json/Mi-8MT.json

Large diffs are not rendered by default.

1,154 changes: 1,154 additions & 0 deletions Scripts/DCS-BIOS/doc/json/Mi-8MT.jsonp

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions Scripts/DCS-BIOS/doc/json/UH-1H.json
Expand Up @@ -3957,6 +3957,68 @@
"physical_variant": "push_button"
}
},
"Doors": {
"DOOR_L-PTR": {
"api_variant": "momentary_last_position",
"category": "Doors",
"control_type": "selector",
"description": "Door Left",
"identifier": "DOOR_L-PTR",
"inputs": [ {
"description": "switch to previous or next state",
"interface": "fixed_step"
}, {
"description": "set position",
"interface": "set_state",
"max_value": 1
}, {
"argument": "TOGGLE",
"description": "Toggle switch state",
"interface": "action"
} ],
"momentary_positions": "none",
"outputs": [ {
"address": 5404,
"description": "selector position",
"mask": 128,
"max_value": 1,
"shift_by": 7,
"suffix": "",
"type": "integer"
} ],
"physical_variant": "push_button"
},
"DOOR_R-PTR": {
"api_variant": "momentary_last_position",
"category": "Doors",
"control_type": "selector",
"description": "Door Right",
"identifier": "DOOR_R-PTR",
"inputs": [ {
"description": "switch to previous or next state",
"interface": "fixed_step"
}, {
"description": "set position",
"interface": "set_state",
"max_value": 1
}, {
"argument": "TOGGLE",
"description": "Toggle switch state",
"interface": "action"
} ],
"momentary_positions": "none",
"outputs": [ {
"address": 5404,
"description": "selector position",
"mask": 256,
"max_value": 1,
"shift_by": 8,
"suffix": "",
"type": "integer"
} ],
"physical_variant": "push_button"
}
},
"Electrical System": {
"AC_VM_SRC": {
"category": "Electrical System",
Expand Down
62 changes: 62 additions & 0 deletions Scripts/DCS-BIOS/doc/json/UH-1H.jsonp
Expand Up @@ -3958,6 +3958,68 @@ docdata["UH-1H"] =
"physical_variant": "push_button"
}
},
"Doors": {
"DOOR_L-PTR": {
"api_variant": "momentary_last_position",
"category": "Doors",
"control_type": "selector",
"description": "Door Left",
"identifier": "DOOR_L-PTR",
"inputs": [ {
"description": "switch to previous or next state",
"interface": "fixed_step"
}, {
"description": "set position",
"interface": "set_state",
"max_value": 1
}, {
"argument": "TOGGLE",
"description": "Toggle switch state",
"interface": "action"
} ],
"momentary_positions": "none",
"outputs": [ {
"address": 5404,
"description": "selector position",
"mask": 128,
"max_value": 1,
"shift_by": 7,
"suffix": "",
"type": "integer"
} ],
"physical_variant": "push_button"
},
"DOOR_R-PTR": {
"api_variant": "momentary_last_position",
"category": "Doors",
"control_type": "selector",
"description": "Door Right",
"identifier": "DOOR_R-PTR",
"inputs": [ {
"description": "switch to previous or next state",
"interface": "fixed_step"
}, {
"description": "set position",
"interface": "set_state",
"max_value": 1
}, {
"argument": "TOGGLE",
"description": "Toggle switch state",
"interface": "action"
} ],
"momentary_positions": "none",
"outputs": [ {
"address": 5404,
"description": "selector position",
"mask": 256,
"max_value": 1,
"shift_by": 8,
"suffix": "",
"type": "integer"
} ],
"physical_variant": "push_button"
}
},
"Electrical System": {
"AC_VM_SRC": {
"category": "Electrical System",
Expand Down

0 comments on commit f986872

Please sign in to comment.