pet333r / pw-dev_script

Script for DCS World
http://pw-developer.com/
GNU Lesser General Public License v3.0
112 stars 11 forks source link

Autostart blocks Steam exiting DCS #22

Open fbrinker opened 2 years ago

fbrinker commented 2 years ago

Hello, I've upgraded to the latest version and added the missing Autoloader-Hook, starting the binary for me.

But there is a problem with Steam. Since the binary doesn't get closed after exiting DCS, Steam still thinks that DCS is running and I can't start DCS again until I exit the DCSUtil manually.

Hint: You may want to change the Hook to start the binary on a onSimulatorStart event, and to stop it on a onSimulatorStop event. :)