marbleman on 26/4/2016 at 16:32
Hi, everybody. I ran into a peculiar problem with ingame controls...
Normally, I bind "Ctrl" to Hold Crouch and "Shift" to Creep. Everything worked perfectly until I installed DromEd. Now, whenever I hold "Shift" or "Ctrl" I can't do anything else. I can't move on "WASD", I can't frob anything on "F", however, strangely enough I can frob on "RMB" and move with arrow keys. I'm assuming DromEd is the reason, because, after I reinstalled Tafferpatcher without DromEd everything went back to normal. Does anybody know about what might be causing it and how to fix it?
R Soul on 26/4/2016 at 18:30
One of the Dromed keybinds is ctrl+f (but its associated command does nothing in T2), so that's probably overriding your request to treat the two keys as seperate inputs.
There are several keybind files. I think you need to start with user.bnd and search for f+ctrl then delete that line. It may also be necessary to do the same with default.bnd.
marbleman on 26/4/2016 at 18:52
R Soul
Thanks, I think you're right!
But I'll have to delete a lot of DromEd commands to play comfortably, minimum these, and that's only "Ctrl+something, there's also "Shift+something"
edit bind a+ctrl "next_room" ; goes to next room
edit bind d+ctrl dissolve_group ; break cur group into individual brushes
game bind f+ctrl ai_forget_player ; AI forgets they saw player
edit bind s+ctrl "run .\cmds\DoSaveMis.cmd" ; save the mission
edit bind q+ctrl brush_relative ; toggle brush relative
edit bind w+ctrl "cycle_group 0" ; select last stored group (buggy)
I think I'll just leave it as it is and will play the actual missions in a separate T2 install which doesn't have DromEd :)
Just checked - you are indeed right. There is no "ctrl+e" in DromEd binds, and it works (I can hold crouch and lean right).