- Joined
- Jun 1, 2022
- Messages
- 22
- Reaction score
- 5
- First Language
- Portuguese
- Primarily Uses
- RMMV
There's any plugin that overlaps charset A and B and attributes it to an event , also I don't know how rmmv handles so any guidance is appreciated.
Two sprites $Char.png and $hair.png, the new created event will use hair over the char apriteThere are scripts to make an event use an actor's sprite, or plugins like this that will bind an event to another event, but it's not clear what you want to do
So you want a dress up/character creator plugin?Two sprites $Char.png and $hair.png, the new created event will use hair over the char aprite
Kinda, but for npcs and without note tagsSo you want a dress up/character creator plugin?
![]()
If it is for NPCs, then you don't need a plugin at all - just combine the pictures in an image program of your choice.
you only need to use a plugin and notetags for this if the player can affect the result - which is why such plugins only exist for the actors.
for event's, you as the developer decides how they look like, and you can make all those decisions during development and with either a character generator like the build-in one or with an image program.
is this even possible?You could either make the NPCs actors, or have their sprite image point to an actor's image, and use those character creator plugins or try to spawn the clothes/accessories as events and bind/overlap them with the CT_Bolt plugin. I don't know if that would work or what the performance impact would look like.
Why don't you try it?is this even possible?
becase it sounds like a quickfix that would circuvent the problem, not solve it; also no idea how it's to be madeWhy don't you try it?