My RPG Blog - Create your own RPG for computer or tabletop.

Search

RPG Maker Game Development Log #8: Adding Item Crafting

RPG Maker Game Development Log #8: Adding A Crafting System

Follow along as I add a crafting system to my dream RPG Maker game.  Players can create useful in-game items from raw materials that they gather as they play.

New Feature: Item Crafting System

Players expect to have the ability to craft in-game items, so I will be adding that feature to my game as well.

I want the players to be able to create armor, weapons, and items from combat drops or from exploration or quest rewards.

I'll be using two Visustella plugins to help me with this:

  • Items and Equips Core - This plugin upgrades the RPG Maker core Items and Equipment files, fixes bugs, and adds additional features for quality of life enhancements.  This plugin is required for the Item Crafting System plugin to work.
  • Item Crafting System - This plugin allows me to set up recipes for creating items from combinations of items, weapons, armor, and gold.

These two plugins will help me add a Crafting System to my game.

 

Adding Crafting Recipes

First I need to go to the Crafting System plugin and turn off Masking because I want the recipe names to be known in advance.

The next thing I need to do is go to the Item database and find the item I want to be able to craft.  In this case, I'm making a Micro Drone.

In the database entry for Micro Drone, I enter the ingredients list into the Note tag area.

<Crafting Ingredients>

Item TL A Micro Computer Core: 1

Item TL A Micro Motivator Unit: 1

</Crafting Ingredients>

That's ALL there is to it!

Crafting Item With Ingredients Listedname tag rpg maker mz

 

Crafting By Event

Now, I want to make a 3D printer/fabricator robot that the player can use as a crafting station.

This can be done through scripting by activating the Crafting scene using the Plugin Commands.

Crafting Station Trigger Eventname tag rpg maker mz

 

Now it's time to put it all together and see if my crafting system is working.

Crafting an Item from Componentsname tag rpg maker mz

 

Success!

I now have a working Crafting System in my game!

That's it for this episode of my game dev log.

 

Join My Game Dev Journey!

It's nice to have company on a  long trip.

If you want to follow my production progress, check my blog at MakeYourOwnRPG.com.

You can also join the CyborgPrime Discord server, where I post my progress and interact with the community.

Click here for more articles in this series about my RPG Maker game dev journey.

 

Your Turn.  What Do You Do?

Do you like to craft things in RPG games?

Please share with us in the Comments section below. I want to know how important crafting is to you.

 

If you found this article helpful, please give it a good rating, thanks!


 

E-mail Notification Opt-in

Do you want to follow my RPG Maker game dev journey?

Sign up on my private mailing list.

YES! Please notify me of new RPG Maker game dev posts!

You can also join me and my friends at the CyborgPrime Discord server.

 

Comments powered by CComment

Related Articles

Information

Make your own RPG in your spare time with minimal skills.

Join me on my journey to create my own RPGs to play online or share with my friends.

I'm an RPG maker and game designer who builds tabletop and electronic RPGs for fun in my spare time.

Contact me if you have questions or suggestions.