An open API service indexing awesome lists of open source software.

https://github.com/eniehack/vnsl

Language for visual novel's script based on XML.
https://github.com/eniehack/vnsl

relaxng specification visualnovel vnsl

Last synced: 6 months ago
JSON representation

Language for visual novel's script based on XML.

Awesome Lists containing this project

README

          

= VNSL-spec

Visual Novel Script Language's specfication by RELAX-NG.
*VNSL is experimental mode*.

== What is VNSL?

VNSL is visual novel's script language written in XML.

== Namespace

== Details

=== meta
** title - Work title
** author - work author
** releaseDate - released work date

=== character

define a character

** displayName - character's display name
** familyName
** firstName
** birthday
** nickName
** actor - character's actor
** drawer - character's drawer

=== scene

define a scene

** bgm
** background
** place
** date

==== text

** character
** picture
** sound
** voice

== example

[source, xml]
----


example story
someone





please put text.

----

== Loadmap

* create `` tag
* ver1.0 release
* to renpy file(`.rpy`) converter