- Pokémon Essentials Version
- v19 ➖
Custom Gen 4 Day & Night Tones
** This resource is compatible with v17.2, v18.1, and v19.
Custom Day & Night Tones are quite a hassle to make, I learned. Because of that, it makes sense why there aren't many resources for them! I think the default Essentials tones are perfectly fine, but they cause me some trouble in terms of visibility, and I wasn't fully happy with them on my own tileset.
My Tones were inspired by the Day & Night tones within DPPt. I chose a simpler take on them, opting for subtly and visibility over perfect accuracy. The nights may feel a bit brighter, and the sunrise & sunset aren't as brightly orange. My hopes for these tones is to create and obvious change that won't distract players.
This resource features 4 tones, which are then smoothly transitioned by Essentials to a total of 8 tones.
The 12PM tone is at 0, which means it will show the tiles and sprites as they are naturally.
(Tileset by Akizakura16 / Aki <3 // OW Shadows by Marin)
In your scripts, CTRL+SHIFT+F for HourlyTones.
Replace the array with the following script.
** This resource is compatible with v17.2, v18.1, and v19.
Custom Day & Night Tones are quite a hassle to make, I learned. Because of that, it makes sense why there aren't many resources for them! I think the default Essentials tones are perfectly fine, but they cause me some trouble in terms of visibility, and I wasn't fully happy with them on my own tileset.
My Tones were inspired by the Day & Night tones within DPPt. I chose a simpler take on them, opting for subtly and visibility over perfect accuracy. The nights may feel a bit brighter, and the sunrise & sunset aren't as brightly orange. My hopes for these tones is to create and obvious change that won't distract players.
This resource features 4 tones, which are then smoothly transitioned by Essentials to a total of 8 tones.
The 12PM tone is at 0, which means it will show the tiles and sprites as they are naturally.
(Tileset by Akizakura16 / Aki <3 // OW Shadows by Marin)
In your scripts, CTRL+SHIFT+F for HourlyTones.
Replace the array with the following script.
Ruby:
# Custom Gen 4 Day & Night Tones by VanillaSunshine
# Please credit VanillaSunshine when using these tones
HourlyTones = [
Tone.new(-70, -70, -25, 80), # Night # Midnight *
Tone.new(-70, -70, -25, 80), # Night # 1AM
Tone.new(-70, -70, -25, 80), # Night # 2AM
Tone.new(-70, -70, -25, 80), # Night # 3AM
Tone.new(-70, -70, -25, 80), # Night # 4AM
Tone.new(-15, -15, 5, 30), # Day/morning # 5AM
Tone.new(-15, -15, 5, 30), # Day/morning # 6AM *
Tone.new(-15, -15, 5, 30), # Day/morning # 7AM
Tone.new(-15, -15, 5, 30), # Day/morning # 8AM
Tone.new( 0, 0, 0, 0), # Day/morning # 9AM
Tone.new( 0, 0, 0, 0), # Day # 10AM
Tone.new( 0, 0, 0, 0), # Day # 11AM
Tone.new( 0, 0, 0, 0), # Day # Noon *
Tone.new( 0, 0, 0, 0), # Day # 1PM
Tone.new( 0, 0, 0, 0), # Day/afternoon # 2PM
Tone.new( 0, 0, 0, 0), # Day/afternoon # 3PM
Tone.new( 0, 0, 0, 0), # Day/afternoon # 4PM
Tone.new( 0, 0, 0, 0), # Day/afternoon # 5PM
Tone.new(-30, -30, 0, 60), # Day/evening # 6PM *
Tone.new(-30, -30, 0, 60), # Day/evening # 7PM
Tone.new(-30, -30, 0, 60), # Day/evening # 8PM
Tone.new(-70, -70, -25, 80), # Night # 9PM
Tone.new(-70, -70, -25, 80), # Night # 10PM
Tone.new(-70, -70, -25, 80) # Night # 11PM
]
- Credits
- Please credit VanillaSunshine or VanillaSunshine#7081 for this resource.
Please do not redistribute this resource anywhere.
If you'd like to share it, please link to its page from Relic Castle.