MZ - [MZ & MV v1.9.7] Shora Lighting & Shadow System

● ARCHIVED · READ-ONLY
Started by Shora 656 posts Page 14 of 33 View original ↗
  1. Hey guys, just got this plugin and I'm having trouble getting it to work..
    Screenshot 2022-06-17 164122.png
    I keep getting this screen, even though I've already made a folder in the img folder called lights, and put in a default lighting image.. How do I fix this?
  2. bikshoo said:
    Hey guys, just got this plugin and I'm having trouble getting it to work..
    View attachment 229668
    I keep getting this screen, even though I've already made a folder in the img folder called lights, and put in a default lighting image.. How do I fix this?
    You need to set it up to recognize that specific light in the plugin parameters.
  3. pennylessz said:
    You need to set it up to recognize that specific light in the plugin parameters.
    ah, I finally figured it out!! I know it said to set up the parameters in the startup but i didnt really know what that meant exactly... clicked some things and it worked. thank you!
  4. Okay the Plugin doesnt work ... What could i be doing wrong?
  5. Eddowhateveresst said:
    Okay the Plugin doesnt work ... What could i be doing wrong?
    I can't promise I can help, but you may want to give more details about the issue you're having. That was pretty vague. It works for me just fine. Are you getting any errors when you press F12?
  6. I have done everything necessary... (insert default, lights folder,specify in plugin manager...)

    1657191830759.png

    i found an erreor here...
  7. @Eddowhateveresst please Edit your post next time, as that screenshots
    arent helping, you need to show the "console" TAB, not the any other tabs,
    as that doesn't give us the info we needed.

    also a screenshot of your events what doesn't work is usefull and in case your
    plugin database as most plugins need to be in a specific order to work correctly,
    if not a compability issue or conflict.
  8. @Eddowhateveresst I merged your posts together. As Shadow stated above, please use the 'Edit' button if you want to add some extra info.
  9. Hi, how do you change the radius? I was trying to change fire, torch radius, but nothing happens, because I think I was changing the parameters in the wrong slot in the plugin. 1.png.jpg3.jpg

    2.jpg
  10. @KevinTheHunter

    Use this comment. You can also change the tint and x, y coordinates. This would be for each individual lighting event, but that way you have a bit more control of each light:

    [light -tint #ff0000 -radius 85 -x 48 -y -48]
  11. Hello and thanks for sharing this! Can this plugin just run on one single map instead of all the maps I have created? I have a dungeon which I would like to darken using your plugin but not the rest of the maps.
  12. Shora, I hope you still support this plugin. I have encountered a compatibility error with another plugin...
    The error occurs when trying to save.
    Is there any way to fix this?
  13. I also get breaking bug errors every time when I leave a game, go to the title screen and then choose to Start a New Game.

    Our players are mad about this. And I have no idea how to fix this.
  14. cool plugin
  15. I really like how warm the light looks compared to other plugins
  16. Question: where can I get alternative lights, in addition to the one available in the wiki? Nothing wrong with the default one, I'd just like to add one whose light is more "white" (the current one is reddish in color)
  17. I noticed that the plugin doesn't seem to be compatabile with Galvs MessageBusts (the busts simply don't appear as long as Shora Lighting is switched on). Does anyone have the same issue? (or does anyone know how to fix it? :) )
  18. @retrofiction did you try to switch them? shora above or below
    galv_MessageBust plugin?

    as the light dont target the message plugin, it would be weird not working.
  19. I love this plugin and am pondering about using it.
    I still have a couple of questions. If someone could answer, that would be great.

    1- Is there a way to simply turn the plugin on/off with a switch? I can't find this anywhere and some maps won't need shadows or lights.

    2- Is there a list of the different plugin commands or script calls we can use?

    Both these features are very common but I can find the information about this anywhere.
    Thanks in advance
  20. @Issac7 you can use that in 3 ways by scriptcalls:

    1) by using: $gameLighting.enable();
    2) by using: $gameLighting.disable();
    3) by using: $gameLighting.setPluginStatus(true/false);

    by 3, use either true, to "enable" it, use false to "disable" it