Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

GDCastleDB for Godot Engine 4

An asset by arlez80
The page banner background of a mountain and forest
GDCastleDB for Godot Engine 4 hero image

Quick Information

0 ratings
GDCastleDB for Godot Engine 4 icon image
arlez80
GDCastleDB for Godot Engine 4

A CastleDB loader for Godot Engine 4.1.1.0 update:* bug fixes.

Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL

GDCastleDB for Godot Engine 4.0 and later

A CastleDB loader for Godot Engine 4.0 and later.

README ko-fi

for Godot Engine 3.0

See this repository

Example

  1. Install this addon to your project
  2. Add *.cdb to autoload in the project setting
func f( ):
    var row: = TestDB.table_test_sheet.get("ID_TEST")
    print( row.text )
    print( row.integer )
    print( row.floating )
    print( row.color )

TODO

See repository issues

License

MIT License

Author

あるる / きのもと 結衣 @arlez80

A CastleDB loader for Godot Engine 4.

1.1.0 update:
* bug fixes.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
GDCastleDB for Godot Engine 4 icon image
arlez80
GDCastleDB for Godot Engine 4

A CastleDB loader for Godot Engine 4.1.1.0 update:* bug fixes.

Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers