AhSoul Posted June 30, 2023 Posted June 30, 2023 (edited) Seems very odd that that would cause issues! Anyone know how you'd use the SD to uncage the backup ADI? In the cold start you have to hold LMB and rotate the mousewheel at the same time. I guess one SD button to hold the knob out, and then a 2nd to rotate it Edited June 30, 2023 by AhSoul [sIGPIC][/sIGPIC] Soul's pit thread
skypickle Posted June 30, 2023 Posted June 30, 2023 @AhSoulI noticed in the streamdeck profile you posted in the user files, the font has been increased to 11 from 9 and the button icon is a little different. Were there any other changes? 4930K @ 4.5, 32g ram, TitanPascal
AhSoul Posted June 30, 2023 Posted June 30, 2023 (edited) 3 minutes ago, skypickle said: @AhSoulI noticed in the streamdeck profile you posted in the user files, the font has been increased to 11 from 9 and the button icon is a little different. Were there any other changes? compared to the last version I posted in here? If so then yes, lots of changes I've made more changes since I posted to userfiles last night as well so I'll update userfiles at some point soon, probably after the weekend. I'm tweaking it a lot to get it as useable as possible. I'll probably start on a WSO one too soon. Edited June 30, 2023 by AhSoul [sIGPIC][/sIGPIC] Soul's pit thread
AhSoul Posted July 1, 2023 Posted July 1, 2023 (edited) For the WSO it might be cool to have one output that is the active Master Mode? Since you can't switch it from the back there's no point using up 4 buttons for them. Edited July 1, 2023 by AhSoul [sIGPIC][/sIGPIC] Soul's pit thread
skypickle Posted July 1, 2023 Posted July 1, 2023 (edited) 20 hours ago, Trigati said: OK, it seems like the comments at the top of the file (version 0.7 comments) are stopping mine working so I've commented out the entire block rather than as row-by-row. Re-posting the file in case someone else has the same issue I have.... F-15ESE.lua 84.03 kB · 27 downloads still happening. Event log says: Faulting application name: dcs_interface.exe, version: 0.0.0.0, time stamp: 0x60e65799 Faulting module name: ucrtbase.dll, version: 10.0.19041.789, time stamp: 0x2bd748bf Exception code: 0xc0000409 Fault offset: 0x000000000007286e Faulting process id: 0x3128 Faulting application start time: 0x01d9ac1ca80e4038 Faulting application path: C:\Users\Stefan\AppData\Roaming\Elgato\StreamDeck\Plugins\com.ctytler.dcs.sdPlugin\dcs_interface.exe Faulting module path: C:\Windows\System32\ucrtbase.dll Report Id: 792901a3-34cc-4898-b53e-48a3d637cada Faulting package full name: Faulting package-relative application ID: I get 10 of these errors in succession each with a different process id. Looks like the plug in crashes and restarts. Restarting streamdeck doesnt fix it. Need to restart the game from scratch Edited July 1, 2023 by skypickle 4930K @ 4.5, 32g ram, TitanPascal
Trigati Posted July 1, 2023 Posted July 1, 2023 Thanks for the extra info, I’ve also got a good report of a repeatable crash during INS alignment so will get squashedSent from my iPhone using Tapatalk
davidp57 Posted July 1, 2023 Posted July 1, 2023 I had the same behavior yesterday evening during a long multiplayer mission. I couldn't restart DCS so I waited, and 1 minute later it all came back. Zip - VEAF :pilotfly: If you want to learn, talk and fly with french-speaking friends, the Virtual European Air Force is here for you ! Meet us on our Discord and our forum If you're a mission creator, you may want to check the VEAF Mission Creation Tools (and its GitHub repository) a set of open-source scripts and tools that make creating a dynamic mission a breeze !
davidp57 Posted July 1, 2023 Posted July 1, 2023 I just did it again. In the Streamdeck log, same errors as skypickle. Going back to 0.6 to check if it helps Zip - VEAF :pilotfly: If you want to learn, talk and fly with french-speaking friends, the Virtual European Air Force is here for you ! Meet us on our Discord and our forum If you're a mission creator, you may want to check the VEAF Mission Creation Tools (and its GitHub repository) a set of open-source scripts and tools that make creating a dynamic mission a breeze !
davidp57 Posted July 1, 2023 Posted July 1, 2023 And I confirm, as soon as the INS alignment starts the plugin crashes (even with 0.6). 21:36:27.508 StreamDeck ESDCustomPlugin::onNativeProcessFinished(): The plugin 'DCS Interface' crashed with code -1073740791 21:36:27.508 StreamDeck ESDCustomPlugin::restartNativeProcess(): Restarting plugin 'DCS Interface' in 0 seconds(s) 21:36:27.539 StreamDeck ESDCustomPluginCommunication::onMessageReceived(): Plugin 2AD32DD96994EF0DD67C0E63B47E1BE0 is now connected 21:36:27.781 StreamDeck ESDCustomPlugin::onNativeProcessFinished(): The plugin 'DCS Interface' crashed with code -1073740791 21:36:27.781 StreamDeck ESDCustomPlugin::restartNativeProcess(): Restarting plugin 'DCS Interface' in 60 seconds(s) Zip - VEAF :pilotfly: If you want to learn, talk and fly with french-speaking friends, the Virtual European Air Force is here for you ! Meet us on our Discord and our forum If you're a mission creator, you may want to check the VEAF Mission Creation Tools (and its GitHub repository) a set of open-source scripts and tools that make creating a dynamic mission a breeze !
AhSoul Posted July 1, 2023 Posted July 1, 2023 I'm trying to remember if all my crashes have been during cold starts (so having to start alignment). it's quite likely thinking about it [sIGPIC][/sIGPIC] Soul's pit thread
Trigati Posted July 1, 2023 Posted July 1, 2023 It's the PP-EGI screen...which GC Align invokes or you may just click it in the UFC (Menu, Menu, UFC4)....now I've just got to figure out why.....
Trigati Posted July 1, 2023 Posted July 1, 2023 Found it....DCS is sending a really odd character in that string...which is fine unless it's next to an escape character in the string...which is what the modified formatting does to split data to multiple rows....anyway I have patched it. Please let me know if there are still/further issues. F-15ESE.lua 2
AhSoul Posted July 2, 2023 Posted July 2, 2023 Awesome thanks @Trigati Do you think we could change ExportScript.Tools.SendData(7368,FUEL_display(mainPanelDevice,"TOTAL").."\nTOTAL LBS") to ExportScript.Tools.SendData(7368,FUEL_display(mainPanelDevice,"TOTAL").."\nTOTAL\nLBS") Seems to fit nicer in the button [sIGPIC][/sIGPIC] Soul's pit thread
AhSoul Posted July 2, 2023 Posted July 2, 2023 New version of my profiles here https://www.digitalcombatsimulator.com/en/files/3331753/ Have added a WSO profile, buttons to swap seats and profiles at the same time, and lots of general improvements to layout and readability. 1 [sIGPIC][/sIGPIC] Soul's pit thread
davidp57 Posted July 2, 2023 Posted July 2, 2023 7 hours ago, Trigati said: Found it....DCS is sending a really odd character in that string...which is fine unless it's next to an escape character in the string...which is what the modified formatting does to split data to multiple rows....anyway I have patched it. Please let me know if there are still/further issues. F-15ESE.lua 84.49 kB · 8 downloads Excellent, thanks for this great service to the community! We love you man ^^ Zip - VEAF :pilotfly: If you want to learn, talk and fly with french-speaking friends, the Virtual European Air Force is here for you ! Meet us on our Discord and our forum If you're a mission creator, you may want to check the VEAF Mission Creation Tools (and its GitHub repository) a set of open-source scripts and tools that make creating a dynamic mission a breeze !
Trigati Posted July 2, 2023 Posted July 2, 2023 Awesome thanks @Trigati Do you think we could change ExportScript.Tools.SendData(7368,FUEL_display(mainPanelDevice,"TOTAL").."\nTOTAL LBS") to ExportScript.Tools.SendData(7368,FUEL_display(mainPanelDevice,"TOTAL").."\nTOTAL\nLBS") Seems to fit nicer in the buttonOnly thing with that is then it’s 3 rows but the rest of the fuel info exports are only 2….so it may not look that neat when they get displayed next to each other.I think an alternative is to remove the LBS, so just send TOTAL…then it fits right? What do you think, is that an acceptable option?Sent from my iPhone using Tapatalk
AhSoul Posted July 2, 2023 Posted July 2, 2023 @Trigati works for me. It's the only one that has lbs in the label anyway. Might bother people that want it exactly like the text in the cockpit but I'm fine with it [sIGPIC][/sIGPIC] Soul's pit thread
Blue_Storm Posted July 2, 2023 Posted July 2, 2023 Thanks for the great work, feel free to add this code snippet to ProcessIkarusDCSConfigLowImportance -- Oxygen PSI gauge export if ExportScript.Config.Debug then ExportScript.Tools.WriteToLog('66554: '..ExportScript.Tools.dump(string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400))) end local oxyStr = "" oxyStr = string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400) .. "\nPSI" ExportScript.Tools.SendData(66554, oxyStr) This will enable you to retrieve the reading of the oxygen pressure gauge (not that it moves a lot ...)
Norsk-L Posted July 2, 2023 Posted July 2, 2023 3 hours ago, Trigati said: Only thing with that is then it’s 3 rows but the rest of the fuel info exports are only 2….so it may not look that neat when they get displayed next to each other. I think an alternative is to remove the LBS, so just send TOTAL…then it fits right? What do you think, is that an acceptable option? Sent from my iPhone using Tapatalk Better remove any text. Just leave the number, it is much better to create an icon and have a larger number which would fit much better in any location
Trigati Posted July 2, 2023 Posted July 2, 2023 @Trigati works for me. It's the only one that has lbs in the label anyway. Might bother people that want it exactly like the text in the cockpit but I'm fine with it Ok, will add to next version.Sent from my iPhone using Tapatalk Thanks for the great work, feel free to add this code snippet to ProcessIkarusDCSConfigLowImportance -- Oxygen PSI gauge export if ExportScript.Config.Debug then ExportScript.Tools.WriteToLog('66554: '..ExportScript.Tools.dump(string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400))) end local oxyStr = "" oxyStr = string.format("%1.0f", mainPanelDevice:get_argument_value(554) * 400) .. "\nPSI" ExportScript.Tools.SendData(66554, oxyStr) This will enable you to retrieve the reading of the oxygen pressure gauge (not that it moves a lot ...)Sure , will take a look at including this in the next release.Sent from my iPhone using Tapatalk
Trigati Posted July 2, 2023 Posted July 2, 2023 Better remove any text. Just leave the number, it is much better to create an icon and have a larger number which would fit much better in any locationYeah, I agree with you, better with no labels, I’m happy to have both in the profile.Sent from my iPhone using Tapatalk
AhSoul Posted July 2, 2023 Posted July 2, 2023 4 hours ago, Trigati said: Yeah, I agree with you, better with no labels, I’m happy to have both in the profile. If we all think it's better in the long run to not have the 2 sets of outputs in the file (labels and raw), then we should remove them. We only suggested them originally as it seemed a pretty simple thing to do that would help some people, but if it's going to make it harder to maintain and/or cause a performance hit... It's just the fuel and engine sections right? [sIGPIC][/sIGPIC] Soul's pit thread
skypickle Posted July 3, 2023 Posted July 3, 2023 @Trigatithank you for this work. @AhSoulnice profiles. I am working on a 'checklist oriented' profile. For example inside a folder labeled, 'start', is a sequence of buttons and switches from left to right that represent the actions needed to start the aircraft. Following the buttons in order is like reading the checklist. Although not a realistic representation of the actual button arrangement in the aircraft, it prompts me to remember the steps in order. I can post it if you find this an interesting approach but there are no pretty icons. But when it comes to weapons employment sequences ,this leads to a lot of duplication. 4930K @ 4.5, 32g ram, TitanPascal
sobe Posted July 3, 2023 Posted July 3, 2023 skypickle Terrific Idea. Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .
AhSoul Posted July 3, 2023 Posted July 3, 2023 (edited) 2 hours ago, skypickle said: @Trigatithank you for this work. @AhSoulnice profiles. I am working on a 'checklist oriented' profile. For example inside a folder labeled, 'start', is a sequence of buttons and switches from left to right that represent the actions needed to start the aircraft. Following the buttons in order is like reading the checklist. Although not a realistic representation of the actual button arrangement in the aircraft, it prompts me to remember the steps in order. I can post it if you find this an interesting approach but there are no pretty icons. But when it comes to weapons employment sequences ,this leads to a lot of duplication. @skypickle I did wonder about doing a 'start' page in my profile as you say. However you could do that with my profile now - wouldn't be too hard to just move the buttons around (or duplicate them) to a new page. I'm pretty sure on my pages you'll find everything you needed. I've done the cold start training mission with it. Edited July 3, 2023 by AhSoul [sIGPIC][/sIGPIC] Soul's pit thread
Recommended Posts