-
Posts
727 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by BlackLibrary
-
that would a cool idea. exist anywere Pictures of these arrows?
-
sendDcsBiosMessage in FlightPanels fork and Mosquito
BlackLibrary replied to No1sonuk's topic in Home Cockpits
Mossie itself works with sendBIOS also i tested some switches they work too. like STBD_RAD_FLAP, FUEL_PUMP_SW and 2 others were i forgot the name Mossie motors running on parkspot nothing changed, latest release of FP fork also tested P-51D-25 and F-14B full sketch: #define DCSBIOS_IRQ_SERIAL #include <DcsBios.h> void onAcftNameChange(char* newValue) { // Change of Aircraft DcsBios::resetAllStates(); } DcsBios::StringBuffer<24> AcftNameBuffer(0x0000, onAcftNameChange); void setup() { DcsBios::setup(); } void loop() { sendDcsBiosMessage("PORT_RAD_FLAP","0"); delay(500); sendDcsBiosMessage("PORT_RAD_FLAP","1"); delay(500); } -
commondata has booth int and string. The speed indicator i programed like i find its valves in the lua. booth tanks are ther this gauge are the Central and longrange Fuel Gauges. i got my names from the lua. i dint even start the plane i tested switches that read strange (in the lua) but deep testing are mostly the users that fly the plane. They know the functions better and i dont have the time to learn that much planes If you find issues it would be great if you make issues via github
-
First version of Mosquito is uploaded to the Master Branch of Flightpanels Fork of DCS-BIOS. Ready for testers!!
-
not without "help". its an "Basic" program to communicate/interact with the Game. You need an software to "translate" it. As example - DCSFlightpanels = "converter" for StreamDeck and Saitek/Logitech Flight Panels Or with an Arduino library you can programm arduinos for your need
-
Militariy Aircraft Mod
BlackLibrary replied to BlackLibrary's topic in Flyable/Drivable Mods for DCS World
we also have nothing else -
mosie is bought (Thx to all Donators) and comes, open beta patches comes also if i find the time.
-
-
the valve is not correct programed. Range is not 0-1, its 0 - 0.7 i corrected it in FP Version (master branch). if you would test it. (start a flight to let BIOS rewrite some files, before testing it)
-
new Release of FlightPanel Fork DCS-BIOS: https://github.com/DCSFlightpanels/dcs-bios/releases/tag/0.7.41 +All planes stand 2.7.4.9847 - https://www.digitalcombatsimulator.com/en/news/changelog/openbeta/2.7.4.9847/ This version works also with the latest Stable of DCS! +Add Mi-24 Hind (For DCSFlightpanels Users needs latest Version) +Add Extra 330SR Mod (uses Edge540.lua) +Add VNAO_T-45 Mod +Add VSN F104S Mod (for Common readouts) -Hercules MOD still deactivated because send inputs not possible (under investigation) #AJS37 - fix for #56 #F-14 - cleanup; new Switches (Display Filter); STBY ADI Fix #F-16 - EHSI Knobs fixed; add Eject command by BuzzKillington #FW 190's - Fuel Selector fix #M-2000 - PCN Fix by Espresso29470 #Mi-8 - cleanup #Mig-19 - fix for #57 +Internal Java script updates +Add some new Infos to the documentary
-
tested on lates google chrome and vivaldi browser: also your installation looks good to me. open the apps tab and start it.
-
Future when i find out how to make it better and i have time for it. you have done it like in the instructions? nothing when you put in chrome://apps/ ?
-
Compass N-S Hemisphere Switch (Compass Control Panel right side Uper right ) Small switch (N/S) (upper right on this panel; Nr 2) In real a 2 pos switch (real unit by the hand) N and S. Verified in model viewer: Arg valve -1 and 1 In latest beta the ingame args only going from 0 to 1 -> visual the 2 pos are Middle and S. switching to N not possible there is an easy Fix: actual programmed: (clickable.lua Line 1117) elements["PNT_906"] = default_2_position_tumb(_("Compass N-S Hemisphere"), devices.AHRS, device_commands.AHRS_NorthSouth, cockpit_args.AHRS_NorthSouth) Change to: elements["PNT_906"] = alt_2_position_tumb(_("Compass N-S Hemisphere"), devices.AHRS, device_commands.AHRS_NorthSouth, cockpit_args.AHRS_NorthSouth) That works. i made the change some version ago for me local. But in cold and dark start the switch is in middle pos, which is not possible.
-
in flightpanels fork i have started it. But it wont come to HUB since there is no active programer atm
-
you have booth / and \ thats strange
-
which version you use? i dont have any problems
-
Schon geschaut
-
i tested the archive. All good! make sure Winrar/7zip is uptodate
-
@IronMike i wrote you also an message. is aba fei scho länger her
-
DCS BIOS is dead, any alternatives?
BlackLibrary replied to v81's topic in PC Hardware and Related Software
BIOS is not dead. HUB version maybe but the Flightpanels Fork is active. it bases on the older 0.7 version but always uptodate and near all modules are supported -
DCSFlightpanels (DCSFP) thread. Saitek Pro Flight Panels & DCS
BlackLibrary replied to a topic in DCS Modding
@Devrim a new version is out. There should the problem fixed -
in our flightpanel fork there is an fix. HUB is atm not updateable since i dont have the rights for it. For other planes i have them. Someone have managed to use the flightpanel lua in HUB. (they are not compatible).
-
json were auto generated in Flightpanel version. In HUB i dont know. your lights will integraded in FP repo. booth HUVUDVARNING were allready programed in FP
-
nice find! its in the repo now. but i rename it to match the rest.
-