public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZMZ Actor Pedigree plugin (custom Scene)

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: MZ Actor Pedigree plugin (custom Scene)
  • Original author: autophagy
  • Original date: March 8, 2026
  • Source thread: https://forums.rpgmakerweb.com/threads/actor-pedigree-plugin-custom-scene.182778/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

ST_ActorPedigree.js (v1.0.0) Stahltier (aka autophagy)​ Introduction If you've ever wanted to have some sort of family tree or pet breeding system in your game, you may find it useful to have a scene displaying an actor's pedigree . This plugin lets you do that, given that you give it information about who each actor's parents are. You don't HAVE to assign parents to each actor of course -it will handle the lack of any known parent or grandparent by just filling in the blank spots in the pedigree with "???".

Archived First Post

ST_ActorPedigree.js (v1.0.0)
Stahltier (aka autophagy)

Introduction
If you've ever wanted to have some sort of family tree or pet breeding system in your game, you may find it useful to have a scene displaying an actor's pedigree . This plugin lets you do that, given that you give it information about who each actor's parents are. You don't HAVE to assign parents to each actor of course -it will handle the lack of any known parent or grandparent by just filling in the blank spots in the pedigree with "???".

I made this plugin as a coding practice to teach myself how to create custom scenes and windows, so please ignore the incredibly messy code, but feel free to use it in your projects and please remember to credit me if you do.

Features
  • Custom scene that displays the actor's parents and grandparents
  • Plugin Parameters to customize the look of the scene
  • Plugin Commands and script calls to open the scene, and to assign new parents to an actor
  • Compatible with VisuMZ's Elements and Status Core plugin and uses that plugin's status window instead of RMMZ's default one if it's installed in the project for maximum compatibility!
  • There's some rudimentary logic to use the menu actor for the scene if you call it from the main menu instead of from the plugin command, but I didn't test this enough yet to advertise it as a "proper" feature.

Screenshots
1772959905045.png

1772960335787.png

1772960034733.png

1772960044967.png


How to Use
  1. Download the javascript file, put it into your project's "plugins" folder
  2. Enable it via the plugin manager
  3. Set the desired default values in the plugin parameters
  4. Check out the plugin's Help section for how to use the notetags, script calls, and plugin commands
Plugin Commands / Script Calls
The plugin parameters and plugin command arguments were set up in a way that should be mostly foolproof, they shouldn't let you enter values that aren't valid. There are advanced versions of the plugin commands that let you enter JS to be more flexible, and the script calls have examples that you can copy-paste and run in your project to see how they work.

Please check out the Help section of the plugin for details on what is available and how to use it.

Demo
Plug and play for the most part, so no demo!

Download
Get it from my itch.io page

Terms and Credits
Coded by Stahltier. No genAI was used.

This plugin is free to use in your games both free or commercial, please give credit to Stahltier.

If you share this plugin outside of it being part of a game, please don't remove the credits. You can edit this plugin to suit your project's needs, but don't publicly share edited versions of my code.

I test my plugins, but I am not responsible for your project breaking if you use them, especially if you use them in non-intended ways or made any changes to them.
There are no art or font assets included in this plugin.

Features Mentioned

  • Custom scene that displays the actor's parents and grandparents
  • Plugin Parameters to customize the look of the scene
  • Plugin Commands and script calls to open the scene, and to assign new parents to an actor
  • Compatible with VisuMZ's Elements and Status Core plugin and uses that plugin's status window instead of RMMZ's default one if it's installed in the project for maximum compatibility!
  • There's some rudimentary logic to use the menu actor for the scene if you call it from the main menu instead of from the plugin command, but I didn't test this enough yet to advertise it as a "proper" feature.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

I made this plugin as a coding practice to teach myself how to create custom scenes and windows, so please ignore the incredibly messy code, but feel free to use it in your projects and please remember to credit me if you do. Features Custom scene that displays the actor's parents and grandparents Plugin Parameters to customize the look of the scene

Creator 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.

#039#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar