Skip to content

qoeb/ZoomLevel

 
 

Repository files navigation

ZoomLevel

You can increase zoom level with , (comma) and decrease it with . (period).

By holding Left Shift or Right 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. By holding Left Trigger & Right Trigger and using the controls above, you can change the UI Scale.

Install:

  1. Install the latest version of SMAPI.
  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:

  - "IncreaseZoomOrUI": the keys that increases the Zoom or UI
  - "DecreaseZoomOrUI": the key that decreases the zoom or UI
  - "HoldToChangeUIKeys": the key that you need to hold to change the UI instead of the zoom
  - "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)
  - "MaxZoomOutLevelAndUIValue": The zoom out value cap (default at 35%)
  - "MaxZoomInLevelAndUIValue": The zoom in value cap (default at 200%)

Based on:

This Mod.

Nexus Page:

Click here.

About

Stardew Valley mod that changes the zoom level with a keybind

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%