All Projects → DeadlyLampshade → godot-rpgdb

DeadlyLampshade / godot-rpgdb

Licence: MIT license
An easy to use JSON database-manager for Godot.

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-rpgdb

GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-8%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-24%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-44%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (+12%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
Project-Map
No description or website provided.
Stars: ✭ 52 (+108%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (+12%)
Mutual labels:  godot, godot-engine, godot-addon, godot-plugin
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (+64%)
Mutual labels:  godot, godot-engine, godot-plugin
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (+0%)
Mutual labels:  godot, godot-engine, godot-plugin
Persistence
Plugin para almacenar datos de forma persistente en Godot Engine 3
Stars: ✭ 20 (-20%)
Mutual labels:  godot, godot-engine, godot-plugin
VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+212%)
Mutual labels:  godot, godot-engine, godot-addon
godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
Stars: ✭ 104 (+316%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+344%)
Mutual labels:  godot, godot-engine, godot-plugin
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+676%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-unirest
Unirest in GDScript: Simplified, lightweight HTTP client library.
Stars: ✭ 32 (+28%)
Mutual labels:  godot, godot-engine, godot-addon
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (+176%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-skills
A generic, compositional skill system for Godot Engine that uses scenes to design abilities and their effects.
Stars: ✭ 25 (+0%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-uuid
Unique identifier generation v4 for Godot Engine
Stars: ✭ 96 (+284%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-interpolated-camera3d
Provides an InterpolatedCamera3D node that replicates its 3.2.x functionality (and more)
Stars: ✭ 40 (+60%)
Mutual labels:  godot, godot-engine, godot-addon
Godot Gdscript Toolkit
Independent set of GDScript tools - parser, linter and formatter
Stars: ✭ 214 (+756%)
Mutual labels:  godot, godot-engine
Cartographer
A GPU powered Terrain editor and renderer for Godot Engine
Stars: ✭ 216 (+764%)
Mutual labels:  godot, godot-engine

Radical Plugin: Godot Database Manager (RPGDB)

An easy to use JSON database-manager for Godot. (PRE-ALPHA) (Compatible with Godot 2.1.3)

What is it's purpose?

When your programming an RPG, or a strategy game or whatever, you're going to require a lot of data. You can either create it in the script files, which is very hard to keep track of, or use the Godot means of creating resources with exported scripts, but there are limits to what you can export to Godots inspector.

The third option is to create a plugin yourself to handle the data and load it at runtime. But with this plugin, you won't even need to.

Radical Plugin is a database which is intended to be an easy-to-use, centralized method of creating the databases for whatever project you're working on, with plans to make it completely extensible further down the line.

This is so you don't have to worry about scripting data management systems and back to the fun part: making the game of your dreams.

How do you use it?

Simply drag the "godot-rpgdb" folder from this project to your projects "res://addons/" folder, and go to Scene>Project Settings and activate the plugin.

To start editing the databases: Click the "Start RPGDB", and then press the "Edit Database" button on the Popup.

For more information about the tabs, stay tuned to our wiki for more elaborate explanations of the tabs provided.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].