_index

The index file is used to locate the correct file which contains a desired Scene. Index File entries contain only the prefix name of a file, without the language suffix or the file extension.

The index contains 2 keys:

  • _listOfConversations: This Key contains a JSON Object which holds the names of every Scene used by the Engine in this game as a key and the name of the file containing each Scene as a value.
  • _listOfFilenames: This Key contains a JSON List of every file name containing Scene data. The Engine never needs this list by default, but updates it when applicable. The list could prove useful in checking, for example, which DLC files have been added, or when a game is split across multiple scene files.

General Format:

{
	"_listOfConversations": {
		"sceneName": "fileName"
	},
	"_listOfFilenames": ["fileName"]
}
  • json/index.txt
  • Last modified: 2019/04/23 02:59
  • by journeyman