Documentation
Readme
View as plain text
Drive link: https://drive.google.com/drive/folders/14koq0pDa1H0OBI4FVUbW0jz1pwwshdmH?usp=sharing
Nexus link: https://www.nexusmods.com/bioshockinfinite/mods/130
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.
Enjoy!