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: Duplicate Actors
- Original author: Fomar0153
- Original date: August 28, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/duplicate-actors.126291/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Duplicate Actors Version 1.0 by Fomar0153 Description
Archived First Post
Duplicate Actors
Version 1.0
by Fomar0153
Version 1.0
by Fomar0153
Description
Allows you to have multiple copies of the database actors.
This could either allow for system like in FF1 where you build your party, or it could be the basis for a monster catching style rpg like Dragon Warrior/Quest Monsters, Jade Cocoon... Pokémon etc.
Please note if you are going the monster rpg route, I recommend you are an experienced user, or wait for more plugins.
This is because you'll need to understand the concept of pointers in order to achieve most things.
Features
You can protect a section of the actor database and refer to them with events and code exactly as you did before.
There are three plugin commands you can use:
Create Actor
Change Party
Change Name
Screenshots
The event code for how I evented that party builder:
Ok so I started with a simple Show Choices, then:
I use the Create Actor plugin command, 15 is Red Mage in the database. I store the new Red Mage's actor id in variable 1.
Then I use the Change Party plugin command to add them to the party. I use the Pointer method, meaning it looks in the variable with the id I submitted in Variable Id. Now because Create Actor put the id into variable 1 and I haven't changed it, this adds the new Red Mage.
Similarly I use the same approach to rename them.
How to Use
Place the plugin in your project's js/plugins/ folder.
Inside RPG Maker MZ's editor, open the Plugin Manager.
Create a new entry and select this plugin from the list.
Customise the options to your liking and then click ok.
Then you can use the plugin commands to make and manage the new Actors.
Download
Click here.
FAQ
Q: Nothing seems to happen when I use your plugin.
A: Make sure the plugin has its original name and that you haven't accidentally renamed it.
Credits
Fomar0153
Terms of Use
As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Features Mentioned
- You can protect a section of the actor database and refer to them with events and code exactly as you did before.
- There are three plugin commands you can use:
- Create Actor
- Change Party
- Change Name
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credits Fomar0153 Terms of Use As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
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.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...