[BotW] Minor formatting updates

This commit is contained in:
Crementif 2023-08-03 15:58:25 +02:00
parent 4198c9f70d
commit 943347080b
No known key found for this signature in database
GPG Key ID: 43903308F77B6C3B
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[BotwMasterModeOptionsV208] [BotW_MasterModeOptions_V208]
moduleMatches = 0x6267BFD0 moduleMatches = 0x6267BFD0
# Constants # Constants

View File

@ -4,7 +4,7 @@ moduleMatches = 0xD91A406D,0x0F748D9C,0x9A61FF4C,0x8E3324A9,0xD71D859D,0x6FD41A6
.origin = codecave .origin = codecave
aspectRatio: aspectRatio:
.float $width/$height .float ($width/$height)
grassCulling: ; The grass is calculated in a weird way, but this fix seems to work. So for safety, only enable it for ultrawide resolutions. grassCulling: ; The grass is calculated in a weird way, but this fix seems to work. So for safety, only enable it for ultrawide resolutions.
.float (($ultrawideHUDMode != 0)*(($gameWidth/$gameHeight) / ($width/$height))) + (($ultrawideHUDMode == 0)*1.0) .float (($ultrawideHUDMode != 0)*(($gameWidth/$gameHeight) / ($width/$height))) + (($ultrawideHUDMode == 0)*1.0)