Skip to content

Commit

Permalink
Small text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
biggestcookie committed Jun 25, 2020
1 parent 848391a commit 74fc568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Borderlands 2 and Borderlands: The Pre-Sequel allow you to change mouse sensitiv

### Releases

The built application can be found in the [releases](https://github.com/biggestcookie/borderlands-sens-changer/releases) of this repository. Simply download the application to any location and run it.
The built application can be found in the [releases](https://github.com/biggestcookie/borderlands-sensitivity-changer/releases) of this repository. Simply download the application to any location and run it. Make sure you have run the game and have changed some settings at least once before launching.

Currently there is only Windows support.

Expand Down Expand Up @@ -48,5 +48,6 @@ You can build the application into an executable with the command `pyinstaller m

This script is an improved version of a solution found on the [Borderlands 2 Steam Community](https://steamcommunity.com/app/49520/discussions/0/882960797527726404/) by user [Kaathan](https://steamcommunity.com/id/Kaathan).

---
---

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W71USFG)
3 changes: 2 additions & 1 deletion profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ def get_profile_path() -> str:
if not os.path.isfile(profile_path):
print(f"\nCould not find '{game_choice}\\WillowGame\\SaveData'.")
print(
f"Please enter the path to WillowGame, ex: C:\\Users\\CL4P-TP\\Documents\\My Games\\{game_choice}\\WillowGame"
f"Please enter the full path to WillowGame, this can usually be found in 'Documents\\My Games\\{game_choice}'."
)
print(f"Ex. C:\\Users\\CL4P-TP\\Documents\\My Games\\{game_choice}\\WillowGame")
profile_path = try_input(
input_to_game_path, error=f"Couldn't find WillowGame at that path."
)
Expand Down

0 comments on commit 74fc568

Please # to comment.