This plugin will be no longer supported since the MZ has implemented this feature on the editor!
Spoiler: Original post
Introduction
If you use a lot of pictures in your game, you certainly thought it would be easier to organize them into subfolders within the pictures folder.
This plugin allows you to use subfolders to display your pictures.
Features
• Adds the possibility to show pictures using subfolders inside the picture folder.
How to use
It is very simple, you have three plugin commands that you have to use anywhere on the event page, but it must be BEFORE the show pictures command.
Also, don't put any name in the show picture command.
● Folder → Choose an id, folder, and filename in separate arguments.
● Folder (quick) → Same as above, but everything is inserted in a single argument:
id, folder, fileName
● Folder (batch) → Same as quick, however, you can define multiple ids and filenames.
NOTE¹: Do not use spaces in the name of files and folders.
Update Log
SpoilerVersion 2.0.2 - 05/28/2021
- Removed "replaceAll" functions and changed them to replace using regex to remove blank spaces from folder and file names.
Version 2.0.1 - 05/27/2021
- Fixed an error that was duplicating the folder name in some cases, making the engine not find the proper path to load the pictures.
Version 2.0.0 - 12/18/2020
- Fixed the plugin commands error that was not finding the files in the subfolder.
Version 1.1.0 - 12/16/2020
- Compatibility with Eli Book 3.0.0
- Fixed a bug that did not found the subfolder on some occasions.
Version 1.0.0 - 18/11/2020
- Plugin release!