A downloadable tool

This is a plugin for Godot Engine that enables a Database Manager inspired by RPG Maker's database.

It can be used with both gdscript and C#. With this you can edit: Characters, Classes, Skills, Items, Weapons, Armors, Enemies, States and Effects.

The project is open source and can be found at https://github.com/sdtv9507/RPG-Databases

I'll also do a gdscript version of the plugin

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.


If you find a bug or have a suggestion, please open an issue at github or comment below

Download

Download
rpg_databases.zip 985 kB

Install instructions

Extract the zip file and copy the addons folder to your project, then enable RPG Databases in your project's settings

Comments

Log in with itch.io to leave a comment.

(+1)

I did everything like the instructions said, but no matter what the version without gdscript doesn't work. It is correctly put in the assets folder at the root folder of my project and is also true for the database folder. I'm using Godot 3.4 Mono.

Whenever I get an error it just says "Unable to load addon script from path: 'res://addons/rpg_database/database.cs'. This might be due to a code error in that script.

Disabling the addon at 'res://addons/rpg_database/plugin.cfg' to prevent further errors." and it won't tell me what's wrong with the plugin, no stacktrace, no vague error code, just literally nothing.

Do you know what's the problem?

Nice but wish gdscript version is also available.

(1 edit)

I'm planning on doing a gdscript version. Since everything is done, porting shoud be easy.

Look Nice, i follow and realize all the instructions but when i press the button above the inspector (Play F5), i must choose a scene (Base.tscn) and the screen is empty and no message error.

(4 edits)

After enabling the addon in the project settings, there should be a button at the top-right of the screen labeled "Database". Press it. You don't need to play or press f5

Sorry but i don't see this "NES" Button for loading database

Weird, I can get it to work on my end. I see there are errors with the debugger. Can you take a screenshot with the debugger's error tab active?

Hello, can you do something for me? If you know how to use godot, can you go to the scripts folders for the addon (res://addons/rpg_databases_gd/Scripts) and open the character.gd script file? (this is inside the godot editor). Then, comment the lines 106 and 107. They should say:

else:

$ClassLabel/ClassText.set_item_text(i, class_data["name"])

(1 edit)

It seems ok ?


Please, comment or delete those lines (106 and 107). It's to test if you can enable the addon.