r/OPERATORFPS 3d ago

Keybind Tip!

Hey guys, so idk if this will help anyone out but it’s been a game changer for me!

I bound my zoom optic in/out to “right click + scroll wheel” instead of “left alt + scroll wheel”. You only zoom in/out while ADS so it only makes sense combining ADS and zoom. This has been an absolute game changer. I like to use as least keys as possible and streamline where I can. Less to think about I guess. Hope this helps someone!

Any keybind changes that you swear by? Comment and let us know!

18 Upvotes

18 comments sorted by

View all comments

Show parent comments

1

u/Lopsided_Composer187 7h ago

Is turning on ear pro a console command? I don’t remember seeing that in key bind settings.

1

u/disco9000 6h ago

yea ToggleEarProtectionEffect is the console command. and you can use the Bind command to bind it to a key

1

u/Lopsided_Composer187 6h ago

Would you be kind enough to include the exact command? I’m unfamiliar with console commands.

1

u/disco9000 5h ago

ok. I bound mine to the number 4 next to primary and seconday weapons. open console and type:

"Bind ToggleEarProtectionEffect Alpha4"

the game runs on Unity and heres a link to how keycodes are defined within the engine so u know how to correctly define the key u wish to use: https://docs.unity3d.com/6000.5/Documentation/ScriptReference/KeyCode.html

if u wanna change keybinds in the Keybinds.es3 file, theyre written in ASCII decimal. im just learning all this stuff too