Daemonjax

Members
  • Content Count

    24
  • Joined

  • Last visited

  • Days Won

    1

Files posted by Daemonjax

  1. 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/

    196 downloads

       (0 reviews)

    0 comments

    Updated