0 of 0

File information

Last updated

Original upload

Created by

Kareos3441

Uploaded by

Kareos3441

Virus scan

Safe to use

Tags for this mod

About this mod

Autohotkey script to change vigors using the mouse-wheel. Customizable!

Requirements
Permissions and credits
Mirrors
Autohotkey script to change vigors using the mouse-wheel. Customizable!

Drive link: DRIVE

Script made by Grimshaw/Kareos3441/Soerakraven

IMPORTANT
    1.The .exe version of this script assumes you have all Vigors unlocked and therefore will only work if that is true.
        1.1. If you need to customize your vigors use the AHK version
    2. Make sure your vigor selecting controls are set to the default (Keys 1-8) and that no controls are using the mouse wheel

HOW TO INSTALL AND USE
    #EXE version (NOT CUSTOMIZABLE):

        1. Download and run ScrollableVigors.exe
        2. When in-game press F1 to activate/deactivate the script
        3. Enjoy!
    #AHK Version
        1. Download and install AutoHotkey V2.0 (https://www.autohotkey.com/)
        2. Download ScrollableVigors.ahk
        3. Open ScrollableVigors.ahk with a text editor of your choice (Right Click -> Open With... -> Notepad)
        4. Edit line 20 to include the vigors you'd like to cycle/the vigors you've unlocked
            4.1. Example: Assuming you only have/want Bronco and Devil's Kiss change the following line
                VigorArray := [1, 2, 3, 4, 5, 6, 7, 8]
            to this
                VigorArray := [1, 2]
            DON'T FORGET THE COMMAS!
        5. When in-game, press F1 to activate/deactivate the script
        6. Enjoy!

The script source is inside ScrollableVigors.ahk if you wish to customize it yourself, again just open it with any text-editor.
Enjoy!