User Plugin
Bakin allows you to create games without programming, but you can also extend its functionality by using C# plugins. Here, we introduce a variety of plugins created and shared by users.
We’ll also introduce external programs, web tools, and add-ons created by fellow users to support game development with Bakin.
Plugins Created by Users
Please be sure to read the following notes and use them as a reference for your own game production or to add functionality.
*Please see here (Manual/Wiki) for how to install the plugins.
[Additional Notes]
- We do not check or verify the operation of plugins or other external tools created by Bakin users (hereinafter referred to as “user plugins”). Please use at your own risk.
- Please note that our company cannot provide compensation for any malfunctions, data corruption, or other issues that may occur as a result of using user plugins.
- Please contact the developer directly for information on how to use the user plugins or for questions, as we are unable to answer these questions.
- User plugins are introduced regardless of whether they are paid or free.
- Please note that user plugins may become unavailable as a result of Bakin updates.
User Plugin List
Last Updated: August 22, 2025
Genres/Tags | Plugin Title | Overview/Description | Price | Developer Name | Distribution Site (External Website) | Contact (External Website) | |
---|---|---|---|---|---|---|---|
Graphic, Layout | Item Popup | When there is a change in the inventory the plugin will automatically show a popup with the name, icon, background and quantity when an item is added or removed from the inventory. - Displays items in order from top to bottom. - Shows the icon of the obtained/removed item. - Sound function included. - Background feature included. - Editor included in the plugin to use in play test and customize, position, size, background, sound, number of items to display and more! | Free | Jagonz | itch.io: Jagonz | X: Jagonz25 | |
Utility, Sound | Talking Sounds | Talking Sounds plugin allows you to use sounds when messages are being displayed, and by automatically adjusting the pitch, you can create a speech sound effect to add a fancy and professional touch to what your characters are saying! The plugin comes with 10 talking sounds! Change the sound and settings using C# call event panels or by using Bakin variables! | Paid | Jagonz | itch.io: Jagonz | X: Jagonz25 | |
Game System | Day-Night and time cycle system | Day-Night plugin allows you to use a day and night system in Bakin with the following features: Customizable real-time lighting. (Dawn, Day, Dusk, Night). Automatic Fog and Vignette transitions. Automatic time system (Days, Hours, etc.). Set and get: Minute, Hour, Day. GUI where you can customize the start and end of the day transitions, add presets that can be assigned just by calling a function in Bakin and an Interior's system to keep the render settings in your interior maps. | Paid | Jagonz | itch.io: Jagonz | X: Jagonz25 | |
Action, Graphic | MainScriptForCast Ver.20240523 | This plugin is designed for use with the RPG creation tool RPG Developer Bakin to enhance cast event functionality. It enables easy implementation—via the "Call C# Program" command panel—of complex behaviors that would otherwise be difficult to achieve using only standard Bakin panels. These include knockback reactions when a cast event takes damage, a vision system that detects the player within a set field of view, and calculations involving distance, vectors, and angles. | Free | SANA | note: SANA_GAME_DVLP | Email the developer | |
Game System | Banking System | Deposit and withdraw items, equipment, gold/default currency or your own custom currency to a shared bank that any NPC can open! | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Game System | Weight System | Add meaningful weight to the items and equipment in your inventory. Specify how much weight each item in your database uses via tags or, alternatively, set how much weight an item can increase your player's weight capacity by (e.g. Bags)! If your player's weight becomes too heavy (a.k.a over-encumbered), you can choose what effects apply as a result: - Changing the player's movement speed - Disabling the dash ability - Enabling a switch - Setting a variable value | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | More Item Stock | Set the stock limit for items in your database to something greater than the default 99 value. This can be done either globally for all items or, on a per-item basis. | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Game System | Quest System | Create quests for your Bakin project! - Create any number of quests - Show configurable banners when quests start/complete - Set categories for quests such as "Main" or "Side". Or, create your own custom quest categories - In-depth condition system so you can set up a number of different conditions for when quests should auto-trigger to begin - Objectives for each quest have their own start conditions (if the quest has multiple objectives) - A variety of quest rewards can be provided too | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Game System | Skill Learn System | Provides an interface to purchase skills once requirements are met. Each skill can have any number of the below requirement types: - Cost (you simply need to buy the skill with money) - Level (you need to be a given level) - Require skill (you must have another specific skill) - Forget skill (you will forget a specific skill) - Require switch (a given switch must be turned on) - Require variable (a given variable must be in the configured state) | Paid | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Game System | Achievements System | Easily create and view achievements that can be unlocked in your game. | Paid | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | ThatDaleDude's Bakin Class Library | A class library that's intended to make your life easier when creating plugins and scripts for RPG Developer Bakin by providing you with some easy-to-use helper functions to take advantage of! | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Battle | Dynamic Enemy Levels | Scale enemies to your party's level based on configurable settings! | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | Custom Level Up Events | Run a specified common event when a cast member levels up! | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | Test Play Assistant | Easily setup any desired skills, consumables, weapons, armor and more that you might need during your test plays! | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | Message Audio | Play audio during dialogue or with messages | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility | Stop Movement | Enable or disable player movement while still allowing the player to rotate in place. | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Layout, Utility | Switch Layout Control | Show or hide certain aspects of a layout based on whether a switch is turned on or off. | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Battle, Utility | Repel/Lure System | Create items in your database that can either temporarily disable battle encounters or, increase the rate of encounters for a given number of steps. | Free | ThatDaleDude | itch.io: Dale Green | Google Form: ThatDaleDude | |
Utility, Debug | Plug-in to add a console window (Game) | This plugin displays a console window during a game. It is intended for debugging C# plugin code. System.Console.Write(object); System.Console.WriteLine(object); From the plugin you create, you can run the above to see its contents from the console window. | Free | Tomegome | GoogleDrive: tomegomego1 | X: @tomegome_g | |
Game System, Layout | Plugin to reset minimap automapping (Game) | This plugin resets the auto-mapping of the minimap during the game. - Show minimappreview in the text panel of the layout - Game Definition>Rules and Rendering>Current Location Map Display Settings>Use Auto Mapping ON This plugin is useful if you use the above settings for the game. | Free | Tomegome | GoogleDrive: tomegomego1 | X: @tomegome_g | |
Game System, Utility | Plugin to replace the decision button/cancel button | This plugin is designed to swap the decision cancellations of the gamepad A and B buttons during a game. The mechanism for swapping is implemented using the spin panel of the layout's config. Please read through the explanation at the top of the code before use. The explanation is for Japanese. | Free | Tomegome | GoogleDrive: tomegomego1 | X: @tomegome_g | |
Graphic, Camera | Plugin to add multiple game views | This plugin allows you to experiment with displaying multiple game views on the in-game screen, including alternate camera views and 3D model views. It is a plugin that is meant to be tried out. It may not be practical, but this plugin will allow you to learn more about the power of Bakin. | Free | Tomegome | GoogleDrive: tomegomego1 | X: @tomegome_g | |
Game System, AI | Plug-in to introduce conversation with AI | This is a demo project that is a plug-in for a system that allows users to talk with AI in Bakin games. This plugin is designed mainly for the purpose of personal daily conversation. Why not create your favorite NPC? The API for the AI can be OpenAI, Anthropic, Gemini, or Grok. APIKey is required for communication, so the preparation hurdle may be a bit high. | Free | Tomegome | SteamWorkshop: tomego | X: @tomegome_g | |
Game System, Battle | Active Time Battle | This plugin enhances the battle system in RPG Developer Bakin by introducing Active Time Battle (ATB) mechanics. In this ATB system, icons representing player characters and enemies move along a timeline. When an icon reaches the end of the bar, that character is ready to act, creating a dynamic and engaging flow of combat. The plugin also supports individual ATB bars for each character, offering even more flexibility in gameplay design. | Paid | Majestic Studio SC | itch.io: Majestic Studio SC | Email the developer | |
Graphic | Graphic Setting Menu | Graphic Setting Menu allows you to change rendering settings at runtime, giving you the flexibility to dynamically customize your game's visual output. | Free | Majestic Studio SC | itch.io: Majestic Studio SC | Email the developer | |
Camera | Camera control for 3rd person | This plugin enables smooth third-person camera control using the mouse, even when the cursor reaches the edge of the screen. Ideal for improving camera responsiveness in mouse-driven gameplay. | Free | Majestic Studio SC | itch.io: Majestic Studio SC | Email the developer | |
Camera, Utility, System | Hiding the mouse | This plugin allows you to hide the mouse cursor when using the script 'Camera control for 3rd person' to control the camera with the mouse. | Free | Majestic Studio SC | itch.io: Majestic Studio SC | Email the developer | |
Action | Click to Move | With this script, you can make your main character move to any accessible position on the map with a single click. | Paid | Knifish Games | itch.io: Knifish Games | Email the developer | |
Graphic, Utility, External Program | 3D Video Pane | External program to create playable videos in 3D space, turning the video into a sequence of sprites, a seperated audio file, and an auto-generated RPG Developer Bakin Event export. Great for creating short video clips on screens in your world! | Free | Meringue Rouge | GitHub: Meringue-Rouge | X: @MeringueRouge | |
Graphic, Utility, Blender Add-on | Bakin Blender Exporter | A Blender Add-on that allows you to quickly export (in a single-click) FBX models and generates their respective material definitions (.def files), letting you easily import some of your custom models into RPG Developer Bakin, without having to manually import every texture for every model! | Free | Meringue Rouge | itch.io: Meringue Rouge | X: @MeringueRouge | |
Sound | Lip Sync for Message Audio | This adds lip-sync functionality for Players and Events located on the map during conversation or message events easily. Great for creating fully immersive cutscenes! Designed for 3D Stamps, not 2D Stamps, as it uses Blend Shapes. This plugin is a modification of ThatDaleDude's Message Audio addon, distributed with permission from the author. | Free | Meringue Rouge | itch.io: Meringue Rouge | X: @MeringueRouge | |
Utility, Blender Add-on | VRoid for RPG Developer Bakin (Blender Add-on) | A Blender Addon that adds new features for VRoid VRM models meant to be used in RPG Developer Bakin, and supports both VRM 0.0 & 1.0. Features include eye look direction toggled through blend shapes, automatic item hook bones, alternative irises and blush textures toggled through blend shapes, head look direction toggle through blend shapes, an animation helper utility to get animations exported, export into both FBX and VRM formats, and more! A full guide can be found on the download page. | Free | Meringue Rouge | itch.io: Meringue Rouge | X: @MeringueRouge | |
Game System, Action | Enemy Spawn + Chase AI | Event sheets that help you create a simple enemy spawner and basic enemy AI, in order to make visible random encounters on the field. | Free | Meringue Rouge | itch.io: Meringue Rouge | X: @MeringueRouge | |
Battle, Utility, External Website Tool | Default Battle System Tweaker | External Website tool that allows you to easily select and add custom modifications to the default battle system, which will then export the required C# files to place in your battlescript folder. Modifications include adding speed priority attacks, more dynamic camera system during player decision, changing or disabling stat decay from status ailments, and more! | Free | Meringue Rouge | Website: The Meringue Rouge website | X: @MeringueRouge | |
Utility, External Website Tool | Template Event Maker | An external website tool that will allow you to turn your custom events into "template events", allowing you to place events with a "parameters screen", similarly to how RPG Developer Bakin's preset events allow you to edit the event before placing it! | Free | Meringue Rouge | Website: The Meringue Rouge website | X: @MeringueRouge |
Call for
User Plugins
If you have created and published your own plugin, we would greatly appreciate your cooperation in adding it to the list.
Information submitted via the dedicated form on the submission page below will be added to the list.
Quick Start Guide
After purchasing Bakin, here is some useful information from post-installation setup to the actual introduction of game production.
Products
See the full list of Bakin, downloadable content, and sample games here.
Support
A comprehensive overview of various support resources, including FAQs, purchase/start guides, manuals, social media and community links, and contact options for questions or bug reports.