Huge New Update - GridlessDB 1.3 - Now on Steam!
GridlessDB » Devlog
GridlessDB v1.3 is finally here!
New features!
New UI!
New showcase video!
New Itch.io page!
And finally a steam release!
This update is free for existing owners of the software, and soon, there will be steam keys available if you've purchased Gridless on Itch.io and want a free copy from steam.
Leaving a positive review is HIGHLY appreaciated.
Thank you all for your support so far!
Get GridlessDB
Buy Now$19.99 USD or more
GridlessDB
Create databases for games. Without spreadsheets.
Status | Released |
Category | Tool |
Author | radmatt |
Genre | Role Playing |
Tags | database, Game Design, gamedev, Game engine, indiedev, item-editor, items, MMORPG, User Interface (UI) |
Languages | English |
More posts
- Update 1.37Jan 22, 2022
- Update 1.36 - Improved image preview + fixesNov 04, 2021
- Update 1.35 - Export directly to Godot, Unity + improvements & fixesOct 01, 2021
- Update 1.32 - Fixes and improvementsSep 01, 2021
- GridlessDB - Wishlist on Steam!Aug 10, 2021
- Update 1.22 - Improvements and fixesJun 29, 2021
- Update 1.2 - Editing custom properties, search feature.Jun 12, 2021
- Update 1.1 - DARK MODE, relative paths, 4k support and more!Jun 04, 2021
- Gridless Item Editor - Available now!May 28, 2021
Comments
Log in with itch.io to leave a comment.
Hi !! I just downloaded the last update for Mac but it won't open and says it's damaged and should be placed into trash.
Hi,
please make sure you're launching the app the right way, here are the instructions: https://disable-gatekeeper.github.io/
However, I will double check the files soon in case the problem comes from my end and upload a new version if necessary.
actually Gatekeeper is not involved here. When I try to open the app, a window's prompt says "GridlessDB.app is damaged and can't be opened. You should place it in the trash". Here's a screencap (in French)
Please try to run this command in the Terminal (see a Youtube tutorial):
(Change the file path if necessary).
Or you can also claim the steam key and run the app through the steam client (the steam version doesn't seem to have this issue).
Thank you ! It works now :)
In a previous message, I asked you if it was possible to allow json import and you asked me about what json structure I was using. The answer is Construct3 json. Here is a link to a sample of it https://www.dropbox.com/s/2gd33743vj8ytls/ActionsScreen3.json?dl=0
Actually it has this type of structure :
{
"c2array": true,
"size": [
5,
14,
7
],
"data": [
[
[
0,
3,
"",
"Choc électrique ! Vous avez oublié de débrancher.",
"",
"Niveau 3",
""
],
Thank for your good work !