Search the Community
Showing results for tags 'walking'.
Found 3 results
-
View File Shift Key Walking and Mouse Look Bindings This is a simple autohotkey script I put together that Binds the Shift Key to the C key (The key I've bound to walking in my game). You will need AutoHotkey to make it work. Get it from here https://www.autohotkey.com/ If you want to use the C key for some other binding then you'll have to edit the script in notepad and simply change the following: shift::c Replace "c" with whatever key you've bound to walking. Additionally this script also includes a middle mouse button (wheel button) mouse look script. Simply press the middle mouse button to activate it and press it again to deactivate it. Pressing Escape, i, L, u, o, j, p, m, or v will also deactivate it. You won't need to deactivate it when entering dialogues. You can use the mouse wheel up and down to scroll between dialogue options and left click to select your highlighted option. You also don't need to exit mouse look to interact with objects/people like you have to with the games own mouse look option. Simply left click when in mouse look to activate the object you're looking at. Pressing right click will hit the number 2 key, so you can also use right click while in mouse look to do security options on doors and crates. Make sure that your interact with objects key binding is set to R, or go to the following in the script and change {Blind}R to {Blind} <Your keybinding here. *LButton:: Send {Enter} Send {Blind}R Return While mouse lock is active, your right button will call the number 2 key, so don't press it in dialogue options unless you want to select the no. 2 option. Finally I've also added my own personal Camerastyle.2da file. It's not necessary to use but it is what I use in conjunction with this script. Place it in your games Override folder if you want to use it. Submitter skud14 Submitted 04/14/2020 Category Media
-
Version 1.0.0
80 downloads
This is a simple autohotkey script I put together that Binds the Shift Key to the C key (The key I've bound to walking in my game). You will need AutoHotkey to make it work. Get it from here https://www.autohotkey.com/ If you want to use the C key for some other binding then you'll have to edit the script in notepad and simply change the following: shift::c Replace "c" with whatever key you've bound to walking. Additionally this script also includes a middle mouse button (wheel button) mouse look script. Simply press the middle mouse button to activate it and press it again to deactivate it. Pressing Escape, i, L, u, o, j, p, m, or v will also deactivate it. You won't need to deactivate it when entering dialogues. You can use the mouse wheel up and down to scroll between dialogue options and left click to select your highlighted option. You also don't need to exit mouse look to interact with objects/people like you have to with the games own mouse look option. Simply left click when in mouse look to activate the object you're looking at. Pressing right click will hit the number 2 key, so you can also use right click while in mouse look to do security options on doors and crates. Make sure that your interact with objects key binding is set to R, or go to the following in the script and change {Blind}R to {Blind} <Your keybinding here. *LButton:: Send {Enter} Send {Blind}R Return While mouse lock is active, your right button will call the number 2 key, so don't press it in dialogue options unless you want to select the no. 2 option. Finally I've also added my own personal Camerastyle.2da file. It's not necessary to use but it is what I use in conjunction with this script. Place it in your games Override folder if you want to use it. -
(Not sure if this is mod related) I ran into a problem, sometimes in dialogues characters glide without animation, instead of walking. I'm using the Steam version, someone else there who's using my mods reported the same issue so I uninstalled all of my own Steam mods (kept TSLRCM) but the problem remains. I used KSE to change my appearance to a vanilla one, also no difference. I did use an existing save to test things, I know that's not the best. I started noticing this issue around 3/4 into the game, but that could be related to my modding activities at that time. My Steam mods do not contain 2da changes, mostly reskins, updated merchants, model swapping and new uniquely named items. Does this ring a bell with anyone? I tried google for something similar but without success.