Original Source
- Original title: MV Extra Features added to SAN_ActorGraphicsReactor
- Original author: Saphie
- Original date: June 20, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/extra-features-added-to-san_actorgraphicsreactor.169654/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Requests
Summary
Hello! As stated in the title, I'm actually wanting to add something to a plugin. The SAN_ActorGraphicsReactor turns the actors images into layers and allows them to change according to class, equipment, skills and states using the SAN_ActorGraphicsReactor.json(data file). The order of priority is Actor {"type":"characters", "name":"Layer set name"}, {"type":"faces", "name":"Layer set name"}, {"type":"sv_actors", "name":"Layer set name"},
Archived First Post
<SAN_ActorGraphicsReactor:[
{"type":"characters", "name":"Layer set name"},
{"type":"faces", "name":"Layer set name"},
{"type":"sv_actors", "name":"Layer set name"},
{"type":"pictures", "name":"Layer set name"}
]>
The Layer set name is made using the data editing function that can be called using a plugin command.
Here are some demo video's the original creator made to give you a visual idea of what this plugin does.
Video 1
Video 2
Now on to the request! I was wondering if 2 more layers could be added into this. So instead of Actor<Class<Equipment<Skills<States there would be Actor<Eyes<Hair<Class<Equipment<Skills<States. The goal is to have it where hair and eyes can be equitable through plugin commands. (So the player can't go and just equip eyes and hair but by choices they select, it can be changed through a plugin command.) The plugin is under the MIT license and can be freely edited/distributed.
Edited: I am pretty sure I found a different solution to my problem (changing my meta data midgame and saving it with an already available plugin) so I will be asking the mods to close this request. Thank you for your time!
Thank you for your time!
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...