8,484
edits
Paradox-01 (talk | contribs) m (→Meshes)  | 
				Paradox-01 (talk | contribs)  mNo edit summary  | 
				||
| Line 706: | Line 706: | ||
[...]  | [...]  | ||
====Tables and structures====  | |||
* Data tables are created based on previously defined structures. So these two file types are best seen as a tandem to get things done.  | |||
* Structures can be made to provide default values so that new tables will have those after creation. This might be suitable for new ONCC.  | |||
* Structures can be nested.  | |||
** Wtih version 4.25, the editor and engine might need a few restarts before an new structure is usable by an older one.  | |||
** With version 4.26, this bug doesn't seem to appear anymore.  | |||
* '''Tables can be exported to csv and json''' whereby json would be the more human readable form for complex, nested structures.  | |||
** Exporting and examining tables help you understand how to programmatically create such structured tables.  | |||
* Tables can be imported by using the import button or drag and drop.  | |||
* Tables can be reimported by rightclicking then Reimport (remembers file location) or Reimport With New File.  | |||
** Reimports (converting raw data files to assets) can be done with python and probably other methods.  | |||
====Widgets====  | ====Widgets====  | ||
edits