Search the Community

Showing results for tags 'walking'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Kotor Modding
    • Mod Releases
    • General Kotor/TSL Modding
    • Modding Tools
    • Work In Progress
    • Tutorials
    • Game Saves
  • Mod Projects
    • TSLRCM
    • M4-78 Enhancement Project
    • KotOR1 Restoration (K1R)
    • Revenge of Revan
    • KotOR Toolset
  • Jedi Knight Series
    • General Discussion
    • Mod Releases
  • Other Games
    • Other Games
    • Dantooine Theater Company
  • General
    • News
    • Knights of the Old Republic General
    • Star Wars
    • The Old Republic
    • Site Feedback
    • General Discussion

Blogs

There are no results to display.

There are no results to display.

Categories

  • Knights of The Old Republic
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • The Sith Lords
    • Media
    • Mods
    • Skins
    • Modder's Resources
  • Jedi Knight Series
    • Maps
    • Mods
    • Skins
    • Other
  • Game Saves
  • Other Games
  • Modding Tools

Product Groups

  • Premium Membership
  • Modders Account

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. 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  
  2. 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.
  3. (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.