Shadowcreed said:
DoPo said:
Shadowcreed said:
Hard to imagine there's no program that can change the sound-focus for Windows though. Surely this is a fairly common feature request?
Well, it's not really a Windows issue as such, it's more of on application basis. Some work fine when they aren't on focus, others don't - some games may pause or the sound may not work (as you experienced) and similar. And there might be something that just keeps them on focus but...not (keep bringing the focus on the window and you can still use the other stuff), however, I haven't found it. Should be mentioned that I also didn't look really thoroughly, just didn't find anything in Google in, like, one or two tries. It wasn't really that important to me.
Hmm, I sort of figured it was an OS responsibility. So if its the application there's not much that can be done I guess. Can a dll injection do something like this? Just throwing ideas around at this point.
I suppose. I'm not sure. There could be a registry hack for it, too. I don't know what exactly governs what happens when application is out of focus. I sort of assume it's "nothing" unless specifically implemented by the devs (or fameworks could override it with some other defaults - Dark Souls is using the ), so perhaps they catch the ChangeFocus event (or whatever it's called) and do stuff with in that case.
At any rate - the only solution I can think of right now, aside from making the backgroung window on focus (dunno if that's even possible) is to have other windows floating always on top. So you will have the game running and in focus, and another window, the browser or something, on top of that (ideally, one you won't actually interact with much - you can still scroll or watch videos, though). When somebody enters, you can just minimise the other app and play normally otherwise, you maximise it then click back into Dark Souls to focus it. Or if you can have a process constantly stealing focus and returning it to DS (like...every second or several seconds or something), you'll be able to click more in the foreground window. Dunno if that's easily doable though.
Actually this [http://www.pcworld.com/article/218511/Windows.html] seems to be an utility for keeping stuff always on top. Dunno how well it works, but it's worth checking out. It also mentions it was done with Autohotkey so maybe a more custom made solution for DS canbe cobbled together with that. Never really used Autohotkey, I don't know what functionality and capabilities it offers.