Search the Community

Showing results for tags 'toggle'.



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 2 results

  1. View File Better Stealth Toggle An autohotkey script that makes stealth much less of a chore to use. I always hated having to manually dismiss the popup when entering stealth mode and AGAIN when disabling solo mode. This fixes that. How it works: You define a single key that when pressed will either: 1. put the currently controlled character into stealth mode; or 2. disables solo mode (which also takes you out of stealth mode). In both cases the popup is dismissed when you release the key. So... You just need to set up the script to use your preferred key and also tell it what keys are bound ingame to your solo mode and stealth mode... and have the script running while running the game, of course. You can edit the script using notepad or whatever. I made notes next to the parts that need to be changed NOTES: 1) I made three notes within the script where you'll need to make changes to make this work for you (keybinds). 2) The script may need some customized tweaking because it taps a pixel at screen location X=53, Y=1000 in order to detect if the currently controlled character is in stealth mode or not. I'm running the game at 1920x1080, so if your resolution is different, this won't work "out of the box". 3) Let me know if it doesn't work and I'll work with you to fix it. 4) Also, I can only play the game in windowed mode and I don't think it'll work in fullscreen... so I won't be able to help if it doesn't work in fullscreen mode for you. You can download autohotkey here: http://www.autohotkey.com/ Submitter Daemonjax Submitted 06/19/2015 Category Mods  
  2. Version 1.0

    198 downloads

    An autohotkey script that makes stealth much less of a chore to use. I always hated having to manually dismiss the popup when entering stealth mode and AGAIN when disabling solo mode. This fixes that. How it works: You define a single key that when pressed will either: 1. put the currently controlled character into stealth mode; or 2. disables solo mode (which also takes you out of stealth mode). In both cases the popup is dismissed when you release the key. So... You just need to set up the script to use your preferred key and also tell it what keys are bound ingame to your solo mode and stealth mode... and have the script running while running the game, of course. You can edit the script using notepad or whatever. I made notes next to the parts that need to be changed NOTES: 1) I made three notes within the script where you'll need to make changes to make this work for you (keybinds). 2) The script may need some customized tweaking because it taps a pixel at screen location X=53, Y=1000 in order to detect if the currently controlled character is in stealth mode or not. I'm running the game at 1920x1080, so if your resolution is different, this won't work "out of the box". 3) Let me know if it doesn't work and I'll work with you to fix it. 4) Also, I can only play the game in windowed mode and I don't think it'll work in fullscreen... so I won't be able to help if it doesn't work in fullscreen mode for you. You can download autohotkey here: http://www.autohotkey.com/