This is mainly so you can bhop around legitimately AND still be able to use jetpack and normal jumping.
Prerequisites
* decent mouse (easier with a loose/free scroll wheel (i.e logitech g502))
* close the game during this
* Rebind "zoom in" and "zoom out" in game before starting
Instructions
1. Open your file explorer and navigate to the inputs config file. On windows this is found at:
"C:\Users\<username>\AppData\Local\Tower\Saved\Config\WindowsNoEditor\Input.ini"
2. Open the file in notepad or a similar program.
3. Locate this line (without quotes) (in notepad++ just ctrl+f and search "jump"):
"ActionMappings=(ActionName="Jump",Key=SpaceBar,bShift=False,bCtrl=False,bAlt=False,bCmd=False)"
4. Duplicate this line in the file by copying it, pressing enter to create an empty line, and pasting it
5. Now find and replace "SpaceBar" in ONLY ONE of the lines and replace it with either "MouseScrollDown" or "MouseScrollUp".
6. Save the file and boot up the game.
7. You should now be able to jump with both scroll wheel and spacebar.
Edit: formatting errors