-
Notifications
You must be signed in to change notification settings - Fork 5
/
description_workshop.txt
53 lines (36 loc) · 2.48 KB
/
description_workshop.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[h1]Better Zoom[/h1]
[h3]This mod allows you to zoom in and out much further than what's possible in Vanilla.[/h3]
[h3]Very useful to people who play in lower resolutions or who want to have high resolution sprites.[/h3]
Comment on the forum post or join my discord if you have any problems: [url=https://discord.gg/NX4DVzz2v6]link[/url]
This mod is open source on [url=https://github.com/NotLe0n/BetterZoom]GitHub[/url]. If you have a GitHub account, please give it a star!
The Camera Control portion of this mod has been moved to its separate mod called
"[url=https://steamcommunity.com/sharedfiles/filedetails/?id=2831018225]Camera Control[/url]". If you are a content creator, go check it out!
[h1]How to use:[/h1]
[h2]In Settings:[/h2]
Clicking on the Zoom or UIScale text next to the sliders will reset the value to 100%.
You can toggle between slider and exact input using the toggle button next to the header text "Zoom".
The text box only takes numbers from 0 to 1000 and pressing the Enter key or clicking away will submit the change.
[h3]Zoom:[/h3]
Changing the Zoom slider or Pressing the plus or minus keys on your keyboard (not the ones on the numpad) will zoom your game in and out just like normal,
but instead of zooming from 100% to 200%, you can zoom from 30% to 1000%
When you zoom out the tiles don't load any further. This is not a bug, but a limitation Terraria has!
[h3]UI Scale: [/h3]
You can now change the UI Scale from 30% to 600%. You can also change this by holding shift while pressing plus or minus.
If you cannot for whatever reason change the Zoom or UI Scale in game, you can change the "Zoom" and "UIScale" values
inside the configuration file located at "Documents/My Games/Terraria/tModLoader/config.json" while the game is closed.
[h2]Mod Config:[/h2]
[h3]Background Scale (default: 'off'):[/h3]
This toggles if the background should zoom too.
[h3]Cursor Scale (default: 1x):[/h3]
This changes the size of your cursor.
[h3]Min Zoom (default: 0.3x):[/h3]
This changes the minimum amount of zoom you can set.
[h3]Max Zoom (default: 10x):[/h3]
This changes the maximal amount of zoom you can set.
[h3]Min UI Scale (default: 0.3x):[/h3]
This changes the minimum amount of UI Scale you can set.
[h3]Max UI Scale (default: 6x):[/h3]
This changes the maximal amount of UI Scale you can set.
[h1]License[/h1]
This mod is licensed under the GNU GPLv3 license.
If you use any code from this mod you have to open source it under the same license and give credit in your mod's description.