Skip to content

File Format

Nonki Takahashi edited this page Apr 28, 2017 · 1 revision

File Format

for Small Quest Version 1

Language Files

File name
en-US.dat
pt-BR.dat
ja-JP.dat

Encode
UTF-8

File Format Line break (CR+LF) separated Array Literal.
index=data;

Scenario Files

File name
N and M are numbers to represent a scene.
sN-M_en-US.dat
sN-M_pt-BR.dat
sN-M_ja-JP.dat

Encode
UTF-8

File Format Line break (CR+LF) separated Array Literal.
index=data;
Now there are 8 commands.

  • comment - remainder (index is "comment")
  • caption - to show caption (index is line number, data is "caption:")
  • Diggory - to show Diggory's talk (index is line number, data is "Diggory:")
  • Johnny - to show Johhny's talk (index is line number, data is "Johnny:")
  • Lya - to show Lya's talk (index is line number, data is "Lya:")
  • Hana - to show Hana's talk (index is line number, data is "Hana:")
  • next - to load next scenario file (index is line number, data is "next:")
  • end - to show ending and go back to Game Menu (index is line number, data is "end")

Progress File

File name
progress.dat

Encode
ASCII

File Format
This file is a text file which contains following two lines.
s1-1 (scene number)
1 (line number)


See Also