Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Simple Novel Game JSON Converter

An asset by eunahya
The page banner background of a mountain and forest
Simple Novel Game JSON Converter hero image

Quick Information

0 ratings
Simple Novel Game JSON Converter icon image
eunahya
Simple Novel Game JSON Converter

An asset that stores texture paths and text in a single dictionary within an array JSON.Use it when creating novel game-style UI.Example:[ { “text”: “Make a contract with me and become a magical girl⭐️”,“texture”: “res://3Dmodel/CharacterIconSabun/FairySmile.jpg” }, { “text”: “I'm not Q-something-or-other, okay?”, “texture”: “res://3Dmodel/CharacterIconSabun/FairyNormal.jpg” },]

Supported Engine Version
4.5
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
8 days ago
Git URL
Issue URL

概要

読み込んだテクスチャーとテキストの内容を一つの辞書型にまとめて配列に格納し、JSONに変換して保存するアドオンです。

このようなJSONファイルになります。

[
    {
        "texture": "res://path/to/texture.png",
        "text" : "どうも、Godotアドオンです。"
    },
    {
        "texture": "res://path/to/another_texture.png",
        "text" : "複数のテクスチャーとテキストをまとめて保存できます。"
    }
]

使い方

プラグインを有効化した後、左側のタブにNovelLikeSystemというものができていると思うのでそこから編集を開始できます。

README イメージその1

  1. テクスチャーと書かれたボタンを押すとファイル選択ダイアログが開くため、画像ファイルを選択します。
  2. テキストエリアにはテキストを入力してください。

README イメージその1

このようになったら「JSONファイルにテクスチャとテキストを追加」をクリックしてください。

テクスチャとテキストが消えますがそれで追加されたことになります。

保存するボタンでJSONファイルとして名前をつけて保存できます。

An asset that stores texture paths and text in a single dictionary within an array JSON.
Use it when creating novel game-style UI.
Example:
[
{
“text”: “Make a contract with me and become a magical girl⭐️”,
“texture”: “res://3Dmodel/CharacterIconSabun/FairySmile.jpg”
},
{
“text”: “I'm not Q-something-or-other, okay?”,
“texture”: “res://3Dmodel/CharacterIconSabun/FairyNormal.jpg”
},
]

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Simple Novel Game JSON Converter icon image
eunahya
Simple Novel Game JSON Converter

An asset that stores texture paths and text in a single dictionary within an array JSON.Use it when creating novel game-style UI.Example:[ { “text”: “Make a contract with me and become a magical girl⭐️”,“texture”: “res://3Dmodel/CharacterIconSabun/FairySmile.jpg” }, { “text”: “I'm not Q-something-or-other, okay?”, “texture”: “res://3Dmodel/CharacterIconSabun/FairyNormal.jpg” },]

Supported Engine Version
4.5
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
8 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers