Skip to content

NoPlagiarism/va11halla-dialogues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VA-11 HALL-A dialogues in JSON format

Topics

Resources

Stars

Watchers

Forks

Languages