/va11halla-dialogues

VA-11 HALL-A dialogues in JSON format

VA-11 HALL-A Dialogues in .json

Especially thanks to Charlotte and her Ruby Script

Languages available:

Structure

dialogue_scripts.json

[
    [
        [
            {
                "line": 0,
                "filename": "{Filename (script)}",
                "lines": "{Num of script lines (int)}",
                "type": "META"
            }
        ],
        [
            {
                "line": "{Num of line in script (int)}",
                "type": "dialogue",
                "character": "{Character}",
                "text": "{Text}"
            }
        ],
and e.t.c

dialogue_grouped.json

{
    "{Character}": [
        {
            "script": {
                "filename": "{Filename (script)}",
                "lines": "{Num of script lines (int)}",
                "type": "META"
            },
            "line": "{Num of line in script (int)}",
            "text": "{Text}"
        },
and e.t.c

names.json

{
    "{localized character's name}": "{english original name}"
}

All rights belongs to SUKEBAN GAMES