Loading...
  OR  Zero-K Name:    Password:   

Bug with music in newest release

7 posts, 531 views
Post comment
Filter:    Player:  
sort
It keeps resetting to max volume and playing whenever I alt tab or restart the game, despite setting it to 0 volume repeatedly.

Would be nice to have a bug report subforum.
+1 / -0

3 years ago
SAME =[
+0 / -0


3 years ago
quote:
Would be nice to have a bug report subforum.

This subforum works. Otherwise: https://github.com/ZeroK-RTS/Zero-K/issues
+0 / -0
3 years ago
Ingame settings - audio - disable "use included music" keeps my music off. Or next to game time there is slider for music(!!!!!) that works too for keeping music off at game start.
+0 / -0

3 years ago
Might've found it -- looks almost like the "old" widget is being re-enabled after appending 2 to the filename:

In my LuaUI/Config/ZK_order.lua, I see:
["Music Player"] = 121,
["Music Player v2"] = 63

And then "Music Player" is still referenced, which disables, then enables it. Since it's (presumably) already disabled, it just enables it.
https://github.com/ZeroK-RTS/Zero-K/blob/7062903ed257b6e42ba5e9f80e610b0773ccc706/LuaUI/Widgets/gui_epicmenu.lua#L2445-L2453
+0 / -0


3 years ago
"Music Player" no longer exists. FIrankKapy managed to tell me how to reproduce the issue over Discord. I suppose I'll make a hotfix. It will have been introduced here: https://github.com/ZeroK-RTS/Zero-K/pull/4040/files
+2 / -0


3 years ago
Fixed https://github.com/ZeroK-RTS/Zero-K/commit/8777f8ce64e05bb16a0a499e980816ad37d8ba8d
+0 / -0