File:Serialization formats.png: Revision history

From Vintage Story Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 November 2023

  • curprev 07:0207:02, 9 November 2023Bluelightning32 talk contribs 1,357 bytes +1,357 Shows which file formats can be converted to which in-memory representations. The diagram was generated with: dot -v serialization_formats.gv -Tpng -o Modding:serialization_formats.png Source: digraph { bgcolor="transparent" fontname="Helvetica,Arial,sans-serif" node [fontname="Helvetica,Arial,sans-serif", style="filled"] edge [fontname="Helvetica,Arial,sans-serif"] ratio = "auto"; rankdir="LR"; subgraph formats { rank = same; node [shape=box]; JSON; TreeAttribute...