Posted August 08, 2026 by AeroBiba
#RPG Maker #RPG Maker MZ #Plugin #Lighting #Shadows #Flashlight #Lantern #Vision Cone #Horror #Stealth
Version 4.2 is a major update compared to version 3.3. The lighting system has received significant performance improvements and a completely new lamp preset system that allows developers to create multiple player lights and connect them directly to RPG Maker MZ items.
The internal shadow and blocker detection system has been reworked to reduce unnecessary calculations, especially on maps with many objects, trees, crates or events.
These changes are especially useful on maps containing several trees, crates, pillars, animated events or other objects that interact with the player's light.
Version 4.1 introduced a completely new Lamp Preset system.
Instead of having only one permanently configured player light, developers can now create multiple different lamps directly inside the Plugin Manager.
Each lamp can have its own:
This makes it possible to create completely different player lights, for example:
Old Lantern
Mode: Circle
Radius: 140
Strength: 220
Flicker: ON
Flashlight
Mode: Cone
Length: 280
Angle: 55
Strength: 255
Lamp Presets can now be connected directly to items from the RPG Maker MZ database.
When the player uses the assigned item from the normal item menu, the corresponding lamp is automatically activated.
Example:
Item: Old Lantern
Assigned Lamp: lantern
Item: Flashlight
Assigned Lamp: flashlight
Using the Old Lantern activates the Circle light. Using the Flashlight immediately switches the player to the Cone light.
Lamp items can also work as dedicated light items without requiring an additional RPG Maker item effect.
Normal RPG Maker item consumption rules are still respected, so you can decide whether a lamp item should be consumable or reusable.
The following Plugin Commands have been added:
This allows lamp changes to be controlled through events, cutscenes, switches, equipment systems or other gameplay mechanics.
A new Initial Lamp ID parameter allows developers to choose which Lamp Preset should automatically be active when a new game starts.
If no Initial Lamp ID is entered, the plugin continues to use the normal default player light settings.
Version 4.2 improves the new item-based lamp system and fixes an issue where activating one lamp item and then using another lamp item could fail to switch the active light.
For best organization, unique Lamp IDs are still recommended.
The update from 3.3 to 4.2 focuses on two major areas:
RPGMT Lamp can now be used not only as a fixed flashlight or lantern system, but also as a gameplay mechanic where players can discover, obtain and switch between different light sources.