Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thespbgamer authored Jan 9, 2021
1 parent d614b60 commit 2b985a5
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
# ZoomLevel
You can increase zoom level with , (comma) and decrease it with . (period).
## ZoomLevel
You can increase zoom level with ``, (comma)`` and decrease it with ``. (period)``.

By holding Shift and using the controls above, you can change the UI Scale.
By holding ``Shift`` and using the controls above, you can change the UI Scale.

If you use a controller, you can also adjust it by pressing the ``left stick`` to decrease the zoom and ``right stick`` to increases the zoom.

If you use a controller, you can also adjust it by pressing the left stick to decrease the zoom and right stick to increases the zoom.
## Install:

# Install:

1. Install the latest version of SMAPI.
1. [Install the latest version of SMAPI](https://github.com/Pathoschild/SMAPI/releases).
2. Unzip the mod folder into your Stardew Valley/Mods.
3. Run the game using SMAPI.

# Configuration:

In the mod folder open the file config.json:
## Configuration:

"IncreaseZoomKey": the key that increases the zoom on keyboard
"DecreaseZoomKey": the key that decreases the zoom on keyboard
"IncreaseZoomButton": the key that increases the zoom on the controller
"DecreaseZoomButton": the key that increases the zoom on the controller
"SuppressControllerButton": when set to "true" it only changes the zoom level with the controller button and "false" to let the game also handle the button press
"ZoomLevelIncreaseValue": How much to increase the zoom level (needs to be a positive number)
"ZoomLevelDecreaseValue": How much to decrease the zoom level (needs to be a negative number)
"MaxZoomOutLevelValue": The zoom out value cap (default at 35%)
"MaxZoomInLevelValue": The zoom in value cap (default at 200%)
In the mod folder open the file ``config.json``:
```
- "IncreaseZoomKey": the key that increases the zoom on keyboard
- "DecreaseZoomKey": the key that decreases the zoom on keyboard
- "IncreaseZoomButton": the key that increases the zoom on the controller
- "DecreaseZoomButton": the key that increases the zoom on the controller
- "SuppressControllerButton": when set to "true" it only changes the zoom level with the controller button and "false" to let the game also handle the button press
- "ZoomLevelIncreaseValue": How much to increase the zoom level (needs to be a positive number)
- "ZoomLevelDecreaseValue": How much to decrease the zoom level (needs to be a negative number)
- "MaxZoomOutLevelValue": The zoom out value cap (default at 35%)
- "MaxZoomInLevelValue": The zoom in value cap (default at 200%)
- "DisableControllerButton": Option to disable all the controller inputs
```
## Based on:
[This Mod](https://github.com/GuiNoya/SVMods/).

# Based on:
https://github.com/GuiNoya/SVMods/
## Nexus Page:
[Click here](https://www.nexusmods.com/stardewvalley/mods/7363).


# Nexus Page:
https://www.nexusmods.com/stardewvalley/mods/7363

0 comments on commit 2b985a5

Please sign in to comment.