[Feature Request] Always gamesound on while game/window not focused

This forum is the ideal place for all discussion relating to X4. You will also find additional information from developers here.

Moderator: Moderators for English X Forum

Mikhail
Posts: 46
Joined: Fri, 20. Feb 04, 05:14
x4

[Feature Request] Always gamesound on while game/window not focused

Post by Mikhail »

Hello,

Can we have a Button in sound settings "alway play sound"? I like to hear gamesound while the gamewindow has no focus.

1. As I like to stream on Twitch sometimes, I dislike streaming games without this option. It is weird if I have to do stream settings on my second monitor and the game sound goes on/off/on/off for watching people.

2. I like to hear alarms while browsing this forum 8)
LameFox
Posts: 3653
Joined: Tue, 22. Oct 13, 15:26
x4

Re: [Feature Request] Always gamesound on while game/window not focused

Post by LameFox »

If you are on steam you can use -nosoundthrottle as a launch option. I don't know how to do that on other platforms though.
***modified***
azaghal
Posts: 393
Joined: Wed, 21. Mar 07, 13:19
xr

Re: [Feature Request] Always gamesound on while game/window not focused

Post by azaghal »

If on GNU/Linux and on GOG, I usually edit the start.sh to include the option in the run_game function, should look something like this (I add a couple extras in there):

Code: Select all

# Actions
run_game() { 
echo "Running ${GAME_NAME}" 
cd "${CURRENT_DIR}/game" 
chmod +x * 
 ./"testandlaunch" -nosoundthrottle -nocputhrottle -skipintro -showfps

}
Some of these should really be part of the game settings, though.
Mikhail
Posts: 46
Joined: Fri, 20. Feb 04, 05:14
x4

Re: [Feature Request] Always gamesound on while game/window not focused

Post by Mikhail »

Thanks for the replies. Will really help me :)
But yes, please an option in the menu.
charlie1024
Posts: 219
Joined: Mon, 1. Aug 22, 03:24
x4

Re: [Feature Request] Always gamesound on while game/window not focused

Post by charlie1024 »

I think this will not be an official feature, based on previous X.

Even with X3, there's nothing of gamesound when the game is minimized.

Technically, just making that option won't be very hard one for devs, so I think there's another reason to not introduce the feature. Of course, I also want to see this option in-game.
Falcrack
Posts: 5740
Joined: Wed, 29. Jul 09, 00:46
x4

Re: [Feature Request] Always gamesound on while game/window not focused

Post by Falcrack »

If I didn't know about -nosoundthrottle, I'd have asked for an option to do this ages ago. But still, I agree that stuff like this should be in a game setting and not some obscure knowledge only obtained by playing close attention to the forums. Same thing as for example the config editing to make the container magnet a toggle.

Return to “X4: Foundations”