About Store Forum Documentation Contact



Post Reply 
Table Project Element
Author Message
Lancer Offline
Member

Post: #1
Table Project Element
Hi,

would this be possible to create a "Table" Project Element?
Example like "Object Class".

With that we won't need to create txt(or other format) file and create a file loader/parser to get the tables.

Example of how a "Table" could look like:
ID - Name - UID
1 - Test - xxxxx,xxxxx,xxxx,xxxx

This would be really useful to store item data, world data, text data for multi-language.

Regards
07-08-2019 08:20 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #2
RE: Table Project Element
Why not use sqlite for that?
07-08-2019 09:09 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Lancer Offline
Member

Post: #3
RE: Table Project Element
(07-08-2019 09:09 PM)Houge Wrote:  Why not use sqlite for that?
Because that would be just the same, just that data is stored and fetched through sql.
Having a Table Project Element, would make it much easier to work (in case multiple people are working on tables), faster and much less of a hassle when updating.
(Working on a MMO)
07-08-2019 11:57 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #4
RE: Table Project Element
Definitely not faster, believe me.
If you are working on an MMO, that means you will need to have a lot of fields with different values, not just key-value pairs as you described.

And there is no need to recreate the same things over again if it will be the same, you said it.
(This post was last modified: 07-09-2019 02:09 AM by Houge.)
07-09-2019 02:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply