• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
CUSTOM Gen 4 Day & Night Tones

CUSTOM Gen 4 Day & Night Tones v1.0

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)
SvMSbZd.png


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.
Author
VanillaSunshine
Views
6,281
First release
Last update
Rating
4.00 star(s) 2 ratings

More resources from VanillaSunshine

Back
Top