pubesz Posted May 3, 2014 Share Posted May 3, 2014 Hi all! Does anybody have the technical know-how to make crouch (a.k.a. duck) toggle and leaning left and right in NOLF1? I went through default.cfg if there was a easy way to do to crouch toggle at least but no luck I'm guessing modding is the only solution. Sadly lithtech tools are all greek to me. Quote Link to comment Share on other sites More sharing options...
JordanJS Posted May 18, 2018 Share Posted May 18, 2018 Hey there - I realize this is a dead topic, but I figured I'd post my fix for anyone else looking to solve this problem. I just ended up using Autohotkey to create a toggle for this. Here's the script. Also, make sure to run it as Administrator: Quote $c:: { toggle:=!toggle if (toggle) { sendinput, {c down} } else { sendinput, {c up} } } return Fyi: "c" is my crouch key. Adjust to your liking. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.