From 2b985a598ee9d7bcf6e78a9828bab4990c6e5e7e Mon Sep 17 00:00:00 2001 From: thespbgamer <30112696+thespbgamer@users.noreply.github.com> Date: Sat, 9 Jan 2021 13:59:39 +0000 Subject: [PATCH] Update README.md --- README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index b6227d6..865ef93 100644 --- a/README.md +++ b/README.md @@ -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