Ryonancing Saga Creators' Guide - StartData/background.txt

Directory StartData
background.txt

General Function

The file 'background.txt' simply lists the names of the files of the background graphics to be used in the game. Thus, during game startup, the files defined here are set to be the graphics to be used for these backgrounds. Note that these files must be in the directory 'BackGround'.

Structure

Each line is either blank, or starts with a semicolon (';') thus becoming a comment that is not executed, or contains a single file name, possibly followed by TABs, SPACEs, or comments started with a semicolon (';').
File names must be given complete with the file type. The comments in the file itself state that "png seem to be possible as well".
The first file name listed is the one used for the battle arena.
The second file name listed in this file denotes the graphic for the town screen.
This distribution is a basic part of the file, it seems, so there is no way to change that. The comments have no effect on it.

Current Content

The current release version of the game includes the following executed data in this file (the comments are also included for reference. Note that these comments are not executed code):

Arena1.jpg		;アリーナ
Town1.jpg		;町


Return to the StartData directory overview
Return to the main index