Video Example: https://youtu.be/8XwH0aqoTK8
1) Optimized performance of functions. Estimated 2.3x speed-up over v1 ! Fingers crossed 🤞 for no regressions.
2) DEBUG ephemera disabled by default. While cool looking, it's a performance drain that won't be in the Player's view the majority of the time.
3) New 'EMITTER_SELECT' option in CONFIG: 'all' (Default), 'scenery_only' or 'surfaces_only'. Best used to lay out the surface-only intensities and then to come back after adding light fixtures to brighten those zones using the 'brighter' blend mode.
4) Can now define the final emitter intensity values in the CONFIG. Off/No modification also allowed.
EasyShade contains functions for automating the lighting of Aleph One levels. It is intended to aid mapmakers in conjunction with their usual lighting techniques. EasyShade currently includes these functions (all parameters are optional):
sunlight(contrast, manual\_sun\_angle, cumulative) for simulating a directional light source that affects all surfaces and does not cast shadows
roomlight(brightness, floor\_threshold, ceiling\_threshold, radius) for assigning a brightness to an entire room at once
pointlight(brightness, max\_radius) for simulating a point light source where the player is standing (calculations done in 2D)
darken() and lighten() for nudging the brightness of the room you're in up or down. These functions are tied to the previous and next weapon keys, so you can make an adjustment by pressing one key instead of typing out a function call.
pavelight(brightness) for applying a single brightness to all surfaces in the entire level
resetlights() for restoring a level to its original lighting levels
Major update, now with wholly different types of automated lighting.