Ver. 1.3.3 Modifiers (and more)
This is a highly encouraged(š) feature update.
Features:
-
Rules and (for Events) marker Plugin Commands can now control Character modifiers, which can transition opacity, transform (scale, skew, angle, offset), tint, fade and blend mode over a number of frames according to a CSS timing function.
This is automated to avoid discontinuities, so transitions can reverse partway through iff whether a modifier should be active changes. Additionally, Events can force modifiers to fully fade in or out once, skip current transitions one-way or completely and can wait for any set of modifiers to settle on any set of Characters.
(Associated classes, functions and other properties have been added to the JavaScript API.)
-
Rules and conditions now have a sub-parameter to enter region IDs.
-
Added Event Page attributes (Commands prefixed with !) to statically apply tags and/or margins and to follow an Actorās appearance (equipment, status, preset tags) automatically.
-
Added āPersist Event tags on Maps:ā parameter to control where Event tags are persisted. This now defaults to none! Use an empty list or remove the value to get the previous behaviour of always persisting Event tags. (Use the
areEventTagsPersistentOnMap
function added to the API for more fine-grained control.) -
Added parameters to optionally control (initial) Bitmap smoothing.
-
Added ātilesets:ā parameter to rules and conditions, which allows you to match on specific tilesets only, for example to reuse terrain tags.
-
Added new āTarget Groupsā¦ā plugin parameter. With this parameter, you can easily maintain shared target lists across multiple rules.
Revisions:
-
Slightly optimised layer Z-sort.
-
The āTargets:ā parameter now defaults to
["REQUIRED"]
as reminder to not forget it. (Only when creating a new rule in the plugin settings.) -
JSDoc formatting.
-
Help text clarifications.
-
Grouped ā- MV Plugin Commands -ā Parameters under that heading, to make them easy to minimise when you donāt need them.
-
If a target is specified multiple times for a rule, that rule will still be evaluated only once for that target.
Known issues:
-
While rotating a Character, the Balloon position can shift slightly due to asymmetrical margins (like the default ones for non-tile Characters).
As a workaround, you could add a transparent row of pixels below those charactersā feet and shift them down by one pixel unconditionally in-game (āY-Offset (vertical):ā = 1), which allows you to use symmetric margins. (Ensure that the top row is (still) also transparent if you do this!)
Most of this functionality has been available for some time in the release candidate. However, this stable release was delayed because I didnāt find time to complete the web demo for this plugin yet. Itās too versatile š
Iād like to give a shout out to ManaBrent here, whose use of the release candidate gave me confidence that I didnāt seriously break anything.
I havenāt updated the itch.io page description and previews with the new features yet. Iāll try to get around to that soon, but for now you can look at these two Reddit posts for examples of whatās possible with Character modifiers:
- potion bottles that bob and sway in water
- character transforms and tint depending on tile attributes
You may notice that the help text says to check the demo for help with dynamic modifiers (like those floating bottles in the first post, but not the zones in the second post as those are ānormalā modifiers with only constant effects at rest). Since the demo isnāt available yet (and in general, really), feel free to ask for implementation help for those. You can do so in the comments here or (perhaps more conveniently) in my Discord server.
Files
Get Dynamic Characters MV + MZ
Dynamic Characters MV + MZ
Dynamically and flicker-free change and layer Actor, Event and Vehicle images on the Map!
Status | Released |
Category | Assets |
Author | Tamschi |
Tags | Character Customization, Characters, declarative, plugin, rmmv, rmmz, RPG Maker, RPG Maker MV, RPG Maker MZ |
Languages | English |
Accessibility | Configurable controls |
More posts
- Ver. 1.3.4 Small clarifications15 hours ago
- Ver. 1.2.2: Fix for sporadic crash36 days ago
- Ver. 1.2.1: Save slot character imagesJan 26, 2025
- Ver. 1.1.0: Independent items compatibilityMay 19, 2024
- Dynamic Characters - Ver. 1.0.0Mar 07, 2024
Comments
Log in with itch.io to leave a comment.
Hereās the code I used for the swimming potion bottle modifier:
(You donāt need the typedef or comments.)
This goes in a separate plugin loaded after Dynamic Characters, but the new
bob-and-sway
modifier can still be used within Dynamic Characters itself. Note that this is an early sketch, so it wonāt look good on Characters that move around.