Minor HUD suggestion for warmup [unready text]


(ImageOmega) #1

There are some that don’t know about this because it is not written out. But, could you include the text that F7 unreadies once you ready up?


(Mustang) #2

Or even better make F3 (or F6) a toggle ready/unready on a single button.


(murka) #3

Something like this?

[Engine.PlayerInput]
Bindings=(Name="Ready", Command="OnRelease PlayerReady true | SetBind F3 UnReady")
Bindings=(Name="UnReady", Command="OnRelease PlayerReady false | SetBind F3 Ready")
Bindings=(Name="F3", Command="Ready")

Tho it will remember the state across maps so every map start you need to press twice, unready and then ready.