Eihort Posted December 16, 2016 Posted December 16, 2016 It may be shifted, however, the chaff only program drops a chaff and a flare.
Zeus67 Posted December 16, 2016 Author Posted December 16, 2016 Folks, with the last update you can use the kneeboard to check the chaff/flare release programs. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." "The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."
RAZBAM_ELMO Posted December 16, 2016 Posted December 16, 2016 Folks, with the last update you can use the kneeboard to check the chaff/flare release programs. Back to bed with you. Sent from my SM-G900W8 using Tapatalk Know and use all the capabilities in your airplane. If you don't, sooner or later, some guy who does use them all will kick your ass. — Dave 'Preacher' Pace, USN.
Eihort Posted December 17, 2016 Posted December 17, 2016 First post is completely inaccurate. Here's the pic if you're not in-game.
Azrayen Posted December 17, 2016 Posted December 17, 2016 Well, it (first post) dates back to october the 5th. ;)
RAZBAM_ELMO Posted December 20, 2016 Posted December 20, 2016 After some weeks of messing around with selective UAC elevation, I just gave up and made the entire application require Administrator privileges in order to no longer wait to release it :cry: I'll try again eventually :D (I want to end up only needing to ask for admin rights when choosing to write to program files, not if a user just wants to save to desktop or something). You can find it in ED's user file directory: https://www.digitalcombatsimulator.com/en/files/2262585/ Does this conflict with multiplayer pure client? Sent from my SM-G900W8 using Tapatalk Know and use all the capabilities in your airplane. If you don't, sooner or later, some guy who does use them all will kick your ass. — Dave 'Preacher' Pace, USN.
Vivick Posted December 20, 2016 Posted December 20, 2016 After some weeks of messing around with selective UAC elevation, I just gave up and made the entire application require Administrator privileges in order to no longer wait to release it :cry: I'll try again eventually :D (I want to end up only needing to ask for admin rights when choosing to write to program files, not if a user just wants to save to desktop or something). You can find it in ED's user file directory: https://www.digitalcombatsimulator.com/en/files/2262585/ This looks very nice, I'll definitely try it out. Thanks for sharing friend! :thumbup:
RAZBAM_ELMO Posted December 21, 2016 Posted December 21, 2016 It has not given me any conflicts yet (whilst flying on 104TH and Blueflag) Thanks. Good to know. Sent from my SM-G900W8 using Tapatalk Know and use all the capabilities in your airplane. If you don't, sooner or later, some guy who does use them all will kick your ass. — Dave 'Preacher' Pace, USN.
gulredrel Posted November 8, 2019 Posted November 8, 2019 Sorry for digging up this old thread. I wanted to modifiy manual programm two to do the following: - drop 2 flares with short interval (50ms) - 5 cycles - 3 seconds between cycles I did the following: programs[2] = {} programs[2]["chaff"] = 0 programs[2]["flare"] = 2 programs[2]["intv"] = 50 programs[2]["cycle"] = 5 programs[2]["c_intv"] = 3000 programs[2]["panic"] = 0 But that doesn't seem to work. Time between first and second cycle was about 30 seconds. Isn't the time set in milliseconds in the lua file? Also, the program didn't stop after 5 cycles, it continued to deploy flares. Are there known issues in this? Thanks Jens
Recommended Posts