Jump to content

Recommended Posts

  • Replies 133
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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."

Posted
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.

Posted
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.

Posted
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:

Posted
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.

  • 2 years later...
Posted

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

  • Recently Browsing   0 members

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