• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

v21.1 rainefallFogs 2.1

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
Also compatible with
  1. v21.1
  2. v21
  3. v20.1
  4. v20
rainefallFogs

Saw some people on Discord wanted to use fogs and map connections at the same time. I've always found fogs to be a bit of a hacky way to do lighting effects, so when I made pre;COGNITION I implemented a new kind of "fog" for its lighting effects.

Map Overlays are per map and do not repeat. They are intended for use in place of fogs for lighting effects, and work across map connections.
To use Map Overlays, add your lighting fog or whatever to Graphics/Fogs/Overlays (the folder will not exist, so create it). The filename should be the map ID number of the map you want the overlay to be displayed on.
IMPORTANT: Your image should be HALF the size of your map, as it will be scaled up 2x by the script.

Regular fogs have been moved to Spriteset_Global, ensuring there will only ever be one fog in existence.
They work exactly the same as fogs otherwise.

Global Overlays are static images displayed above everything else, useful for vignette, static sunbeams etc
This is controlled with PBS, a property has been added to map_metadata.txt, OverlayName, which is the name of the image in Graphics/Fogs/Overlays to be displayed as a global overlay on that map.

A few options are available inside 001_config.rb:
  • OVERLAY_ADDITIVE_MAPS is a list of map IDs on which the overlay should be displayed with additive blending
  • ADD_FOGS_TO_SETTINGS determines whether or not a toggle for lighting effects should be added to the game settings
  • SETTINGS_AFFECT_FOGS determines whether or not the lighting effetcts toggle will also disable fogs
  • SETTINGS_AFFECT_GLOBAL_OVERLAY determines whether or not the lighting effetcts toggle will also disable global overlays
  • SETTINGS_MAP_OVERLAY_OPACITY determines the opacity the map overlay will be displayed with if reduced lighting effects are enabled
These were originally added to pre;COGNITION due to some users complaining of low visibility in some areas, I figured I may as well include those options here.
Credits
Credit if used: rainefall
Author
rainefall
Downloads
538
Views
2,441
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from rainefall

Latest updates

  1. Global Fog Positions Fix

    Somewhat important update to this script, I have decoupled the fog position from the game map in...
Back
Top