Module: RgssDb::Strings::StrAppInfo
- Defined in:
- lib/rgss_db/model/strings.rb
Overview
Application information strings
Constant Summary collapse
- VERSION_INVALID_LABEL =
Invalid RPG Maker version label
"Unknown"- VERSION_INVALID_TEXT =
Text as a warning when a RPG Maker version is not detected
"It was not possible to detect a valid RPG Maker version in the given directory!\n\nThe detected version of RPG Maker determines which type of database is imported\n\nIf the version is unknown, it means that the RPG Maker version could not be resolved, either because\nthere are no database files in the given path or because there are files from two versions of the engine\n(such as Items.rvdata2 and Items.rxdata), therefore the correct RPG Maker version cannot be determined\n\nThis is because the app cannot work with different versions of RPG Maker data files at the same time\n\nSome database classes have the same name but different definitions, which could result in data corruption\n\nYou should exit and fix the problems before interacting further with the database\n"- DATA_FOLDER =
Application information data folder text
String contains a “%s” flag to insert the data folder
"RPG Maker Data Folder: %s"- RPG_VERSION =
Application information RPG Maker version text String contains a “%s” flag to insert the version
"RPG Maker Version: %s"