JSwine
Mengkonversi berkas JSON naskah novel visual berbasis Twine kembali ke proyek yang dapat diubah
Converts Twine based visual novel script JSON file back into an editable project
JSON Input
{ "passages": [ { "text": "This is a passage that goes to [[No Where->nowhere]].\n\nor is to [[somewhere]]?\n\nHere's a [[third link]]\n\nClick [[me->someNode]]", "links": [ { "name": "No Where", "link": "nowhere", "pid": "3" }, { "name": "somewhere", "link": "somewhere", "pid": "2" }, { "name": "third link", "link": "third link", "pid": "4" }, { "name": "me", "link": "someNode", "pid": "5" } ], "name": "First passage", "pid": "1", "position": { "x": "553.3333333333334", "y": "38.333333333333336" }, "tags": [ "tag", "second-tag" ] }, { "text": "You found me!", "name": "somewhere", "pid": "2", "position": { "x": "893.3333333333334", "y": "241.66666666666669" } } ], "name": "Test", "startnode": "1", "creator": "Twine", "creator-version": "2.0.9", "ifid": "1881C2BE-C764-4D33-ACC6-7BAEBB6D770A" }
Output
Github
· © 2020 William Surya Permana