https://github.com/zantier/borderlands1mousesensitivity
Change the mouse sensitivity to values not possible from the in-game menu.
https://github.com/zantier/borderlands1mousesensitivity
Last synced: about 2 months ago
JSON representation
Change the mouse sensitivity to values not possible from the in-game menu.
- Host: GitHub
- URL: https://github.com/zantier/borderlands1mousesensitivity
- Owner: Zantier
- Created: 2015-06-28T18:36:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T01:15:20.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T13:45:48.750Z (4 months ago)
- Language: Python
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Borderlands 1 Mouse Sensitivity
## Warning!
Do **not** use this for the time being.
The contents of the profile.bin file change drastically based on other settings, so this project needs a lot of work.
## Description
Change the mouse sensitivity to values not possible from the in-game menu.Place set_mouse_sensitivity.py in your Borderlands save location,
(e.g. D:\Users\somebody\Documents\my games\borderlands\savedata),
then open command prompt at this location, and run:`python set_mouse_sensitivity.py [sensitivity]`
profile.bin will be backed up at the start of the script to the same folder.
If sensitivity is given, it should be a hexadecimal value between
`0` and `ff`, giving the sensitivity that you want to set the mouse to.
If no sensitivity is given, the program will prompt you for one.## Requirements
`python 2.x`. To ease use, you may wish to select the option to add `python` to your `PATH` during installation.
You must open a new command prompt once python has been added to your path.