Skip to content
#

gaming

Here are 1,532 public repositories matching this topic...

BombJovi
BombJovi commented Feb 8, 2022

Context

Since text-to-speech is now disabled by default, it's not intuitive for the user to re-enable it. Ordinarily, I would click the configure-mumble/settings icon in mumble client and then fiddle around with the text-to-speech settings for awhile trying to get it to work. It took me forever to realize, I had to enable it by going to the mumble ribbon, selecting configure and then checki

LinuxGSM
redromnon
redromnon commented Feb 15, 2022

Is your feature request related to a problem? Please describe.
All the Wine tools are displayed in a single top-to-down list. This makes it quite difficult to search between specific tools - Wine-GE, Proton-GE & Lutris-Wine.

Describe the solution you'd like
Create separate tabs or columns for each of the tools mentioned above for easier navigation.

**Describe alternatives you'v

azerothcore-wotlk
acidmanifesto
acidmanifesto commented Dec 10, 2021

Current Behaviour

NPC Mobs that engage other npcs in combat seem to be resetting after a individual kill instead of staying and fight until the mob threat is cleared out. They appear to be resetting after each kill back to their home position and then they re-engage back out.

This issue came about from @malcrom durning scripting. I attempted to debug the issue, but the breaks i am setti

input-remapper
sezanzeb
sezanzeb commented Feb 23, 2022

hold_keys(KEY_A, KEY_B) would be equivalent to KEY_A + KEY_B and modify(KEY_A, hold(KEY_B))

but a bit more user friendly.

if_tap(
  key(KEY_ESC),
  modify(
    KEY_LEFTSHIFT,
    modify(
      KEY_LEFTCTRL,
      modify(
        KEY_LEFTMETA,
        hold(KEY_LEFTALT)
      )
    )
  ),
  300
)

would become

if_tap(
  key(KEY_ESC),
  hold_keys(KEY

Improve this page

Add a description, image, and links to the gaming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gaming topic, visit your repo's landing page and select "manage topics."

Learn more