じ☆ve冰风 发表于 2026-7-14 14:05:09

DAE's Lighting System with Optimised Real-Time Shadows and Animated Lig


https://forums.rpgmakerweb.com/attachments/14nim46xms-gif.201533/

https://forums.rpgmakerweb.com/attachments/rag0ylphmu-gif.201534/

https://forums.rpgmakerweb.com/attachments/ejdou3akhe-gif.201532/

https://forums.rpgmakerweb.com/attachments/rqolczq6pk-gif.201531/

What's been added since the plugin was first released:
- Spritesheet animations for lighting
- Custom animation settings for lighting (animated lights without using images)
- Light culling and various optimisations
- PNG-based lights + settings-based lights
- Custom directional offsets (for flashlights and such)
- Light rotations and angle wideness

(The help file has more detailed instructions, make sure to check it out!)
Spoiler: GIFs





Spoiler: Screenshots
https://forums.rpgmakerweb.com/attachments/1631700969089-png.201323/


https://forums.rpgmakerweb.com/attachments/1631700985530-png.201324/


https://forums.rpgmakerweb.com/attachments/1631701000035-png.201325/


https://forums.rpgmakerweb.com/attachments/1631701020433-png.201326/


https://forums.rpgmakerweb.com/attachments/1631701036742-png.201327/

Spoiler: Setup demonstration
https://www.youtube.com/embed/anWhOZzfkD8

Download DEMO (non-commercial)project: https://daedrakyne.itch.io/daes-lighting-system
Buy PRO version (commercial-version):

[*]If you want to support me, send me £10 ($13.85) via PayPal and send me a PM with a screenshot to confirm your payment, and once the payment is confirmed, I'll send you the plugin and add your forums account to the list of paying users (to send you future updates of the plugin): https://paypal.me/SModley?locale.x=en_GB
[*]Otherwise, buy the £15 ($20.78) version on itch.io (you instantly get access to the plugin and future updates, but I only get 50~65% of your payment):https://daedrakyne.itch.io/daes-lighting-system

Hey there!
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
I've been working for a while now on a new lighting plugin for both MV and MZ.
My reason for starting down this road was due to this post from about a month ago:
MV - Khas UltraLighting Remake for Commercial Purposes

Hey everyone,So a little introduction. Khas has left the rpg maker scene entirely and has stopped making and supporting his javascripts. There is no response on any of his available contact links. This makes it so that nobody can get a commercial license for some of his scripts that require...

                                        forums.rpgmakerweb.com                               




I've researched the most efficient 2D-RTS lighting systems, and have decided to base mine on a pure-hardware (GPU) implementation.
In its current state, without culling (meaning that for now every light in the scene is being rendered/updated, regardless of whether it's even on the screen or not), the game can handle ~650 lights (with shadows) in one scene without its fps dropping.

If you could try it out, and leave your thoughts down in a reply below, I would really appreciate it! My goal is to make a plugin that is more diverse than khas' while still being as optimized as possible.

Plugin commands (MV) (no need for MZ plugin command instructions):

[*]dae_light setambientlight r g b

[*]Sets the current ambient light to the specified color.
[*]r, g and b are numbers from 0 to 255 that represent an rgb color.
[*]Example: dae_light setambientlight 0 20 0

[*]THE REST OF THE PLUGIN COMMANDS ARE THE SAME AS THE EVENT COMMENTS, BUT WITHOUT "[" AND "]"


Event comments (run whenever event page changes):

[*]

[*]Adds a new light and sets its position to that of the event. Light will follow the event wherever it goes
[*]uniqueID can be either "null" or any word (letters, numbers and underscore). If set to null, the light will not be stored as a unique light (meaning that it won't be designable by other commands / comments)
[*]type must be one of the light types from the plugin parameters. For example, "halogen". New light types can be created in the plugin parameters.
[*]Example:

[*]

[*]Sets a manual offset for the designed light, if it exists.
[*]offsetX and offsetY are numbers.
[*]Example:

[*]

[*]Sets the color of the light
[*]R, G and B are numbers between 0 and 255
[*]Example: (pink)

[*]

[*]Sets the rotation of the light
[*]Rotation is an angle between 0 and 360

[*]

[*]Sets the angle wideness of the light.
[*]Angle is between 0 (no light) and 360 (full light)
[*]Example: an angle of 180 will create a semi-circle light

[*]

[*]Sets the intensity of the light.
[*]Intensity is between 0 (no light) to 200 (bright light).
[*]For some reason, the MZ plugin can't handle a single intense light, but works fine with multiple lights added together. Until this is fixed, you can overlap multiple lights together to create a bright light.

[*]

[*]Sets how much the light rotates every frame.
[*]Rotation is any number, negative or positive, and with decimals allowed.

Map notes:

[*]<dae_light off>-- Disables lighting for that map
[*]<dae_light shadowpicture picture_name>-- Uses the given picture as a shadow map for that map. The picture must be in the "img/shadows/" folder.

[*]Example: <dae_light shadowpicture shopping_map_shadow>
[*]Shadow maps can be easily created by saving a picture of a map (right-click on map -> save), going to a picture editor (I used piskelapp.com), and drawing black in a new layer wherever you want shadows to be.


There is no current customization for RegionIDs (it is easily implementable, just wanted to get the demo out first), but you can currently use the regionID 17 to create a blue light, and regionIDs 4, 6 and 7 to create shadows. (4: full block shadow, 6: left wall shadow, 7: right wall shadow)


Changelog:


[*]v 1.5
[*]Added support for light spritesheet animations.
[*]Added support for light custom animations (settings-based)
[*]Implemented customisability for Region Shadows and Region Lights.
[*]Implemented various performance optimisations.
[*]Implemented basic light-culling.

[*]v1.3
[*]Added support for custom images for lights! (like khas' plugin)
[*]Added customisability support for custom-image lights (resizing, color tinting, + everything else)
[*]Added direction-based custom offset option for lights, useful when making flashlights
[*]Added plugin command for ambient light

[*]v1.2
[*]In-game light modifications (color, intensity, rotation, angle, rotation/f, offset)
[*]Automatic offset change depending on the rotation of the light
[*]Automatic light rotations (rotating lights!!), with customizable speeds
[*]Light angle/wideness customization: you can now create flashlights, and beams!


Current goals for the next version:
- light / shadow heights
- event shadows (you heard that right! events will be able to have shadows too)


本贴来自国际rpgmaker官方论坛作者:SebyDevDev处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/daes-lighting-system-with-optimised-real-time-shadows-and-animated-lights.140476/
页: [1]
查看完整版本: DAE&#039;s Lighting System with Optimised Real-Time Shadows and Animated Lig