Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 900 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 900 Bytes

RPG Database

RPG database for Godot Engine inspired on RPG Maker's database editor made in C#

How to use

  • Copy the folder rpg_database from the project in "res://addons/".
  • Create a new folder in the root of your project called "databases" (without the quotes).
  • If you are using the C# version, build the project.
  • Go to your project's Settings and enable the plugin.
  • A button should show above the inspector. Press it to open the database

Feel free to open an issue if you find bugs or have a feature request

Version 1.1.1

  • Fixed bugs on Character's tab regarding adding Effect Types.
  • Fixed bugs on State's tab regarding saving and adding effects.
  • Fixed bugs on all tabs regarding change member button not clearing past data.
  • Added sample database.

You can also find the project at itch.io