-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Captain Toad] Add Shadow Resolution pack (#614)
Thanks @Ryce-Fast!
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[Definition] | ||
titleIds = 0005000010180600,0005000010180700,0005000010180500 | ||
name = Shadow Resolution | ||
path = "Captain Toad: Treasure Tracker/Graphics/Shadow Resolution" | ||
description = Note: Increasing shadow resolution is known to increase VRAM usage directly. Lowering this might give you a good boost in performance if you're limited on VRAM but makes shadows blockier. Medium is the original resolution. Made by Ryce-Fast. | ||
version = 4 | ||
|
||
[Preset] | ||
name = Medium (100%, Default) | ||
$shadowRes = 1 | ||
|
||
[Preset] | ||
name = Low (50%) | ||
$shadowRes = 0.5 | ||
|
||
[Preset] | ||
name = High (200%) | ||
$shadowRes = 2 | ||
|
||
[Preset] | ||
name = Ultra (300%) | ||
$shadowRes = 3 | ||
|
||
[Preset] | ||
name = Extreme (400%, Unstable) | ||
$shadowRes = 4 | ||
|
||
[TextureRedefine] # Shadows | ||
width = 1024 | ||
height = 1024 | ||
formats = 0x005 | ||
overwriteWidth = $shadowRes * 1024 | ||
overwriteHeight = $shadowRes * 1024 |