Difference between revisions of "Disable Auto Shadow Extended (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=zYX2v-OmbEs</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=zYX2v-OmbEs</youtube>
|link1 = <html><iframe src="https://itch.io/embed/407516" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/407516" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_DisableAutoShadowExt.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_DisableAutoShadowExt.js Mirror]
  
 
}}
 
}}
Line 9: Line 9:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
RPG Maker MV automatically has shadows coming from certain wall tiles. There
 
RPG Maker MV automatically has shadows coming from certain wall tiles. There
 
is no way to turn them off by default. A plugin did come with the DLC pack
 
is no way to turn them off by default. A plugin did come with the DLC pack
Line 22: Line 18:
 
you control over whether or not you want to enable/disable shadows for very
 
you control over whether or not you want to enable/disable shadows for very
 
specific maps and/or tilesets.
 
specific maps and/or tilesets.
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
Insert the following notetags into a map or tileset's notebox to change how
 
Insert the following notetags into a map or tileset's notebox to change how
 
they affect shadows on their map.
 
they affect shadows on their map.
Line 39: Line 35:
 
   map nor the tileset has a shadow-related notetag, then the shadow state
 
   map nor the tileset has a shadow-related notetag, then the shadow state
 
   will depend on the setting in the plugin parameters.
 
   will depend on the setting in the plugin parameters.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.00:
 
Version 1.00:
 
- Finished Plugin!
 
- Finished Plugin!
  
============================================================================
 
End of Helpfile
 
============================================================================
 
 
</nowiki>
 
</nowiki>

Revision as of 02:07, 22 June 2019

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

RPG Maker MV automatically has shadows coming from certain wall tiles. There
is no way to turn them off by default. A plugin did come with the DLC pack
but it also turned off all shadows regardless. This plugin lets you decide
whether or not you want shadows to be on or off by default as well as give
you control over whether or not you want to enable/disable shadows for very
specific maps and/or tilesets.

Notetags

Insert the following notetags into a map or tileset's notebox to change how
they affect shadows on their map.

Tileset and Map Notetags:

  <Hide Shadows>
  <Show Shadows>
  - This will hide/show shadows for that specific map or tileset. If a map
  has a shadow-related notetag while using a tileset with a shadow-related
  notetag, priority will be given to the notetag on the map. If neither the
  map nor the tileset has a shadow-related notetag, then the shadow state
  will depend on the setting in the plugin parameters.

Changelog

Version 1.00:
- Finished Plugin!