mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
63a51ab720
Clarity got updated, plus a bunch of graphic packs that don't use shaders.
43 lines
764 B
Plaintext
43 lines
764 B
Plaintext
[Definition]
|
|
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
|
name = Weather
|
|
path = "The Legend of Zelda: Breath of the Wild/Mods/Weather"
|
|
description = Changes the weather
|
|
version = 4
|
|
|
|
[Preset]
|
|
name = Clear weather
|
|
$weatherByte:int = 0
|
|
|
|
[Preset]
|
|
name = Raining
|
|
$weatherByte:int = 2
|
|
|
|
[Preset]
|
|
name = Raining (dark clouds and winds blowing)
|
|
$weatherByte:int = 3
|
|
|
|
[Preset]
|
|
name = Gray weather (no rain and dark clouds)
|
|
$weatherByte:int = 6
|
|
|
|
[Preset]
|
|
name = Storm with thunder
|
|
$weatherByte:int = 7
|
|
|
|
[Preset]
|
|
name = Fog and rain
|
|
$weatherByte:int = 8
|
|
|
|
# If anyone finds accurate names for these, feel free to fill them in.
|
|
[Preset]
|
|
name = MISC 1
|
|
$weatherByte:int = 1
|
|
|
|
[Preset]
|
|
name = MISC 2
|
|
$weatherByte:int = 4
|
|
|
|
[Preset]
|
|
name = MISC 3
|
|
$weatherByte:int = 5 |