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
<<~EOF It was not possible to detect a valid RPG Maker version in the given directory! The detected version of RPG Maker determines which type of database is imported If the version is unknown, it means that the RPG Maker version could not be resolved, either because there are no database files in the given path or because there are files from two versions of the engine (such as Items.rvdata2 and Items.rxdata), therefore the correct RPG Maker version cannot be determined This is because the app cannot work with different versions of RPG Maker data files at the same time Some database classes have the same name but different definitions, which could result in data corruption You should exit and fix the problems before interacting further with the database EOF
- 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"