Skip to content

Maniac: Control String Variables - Exporting a file with a non-txt extension requires the EasyRPG flag, but reading a non-txt file does not need it #3663

Description

@Mimigris

When using the command Control String Variables from the Maniac patch to either read or export a file, the Maniac patch uses the string mentioned, and appends to it the file extension .txt, so that only txt files can be read or altered.

On the Player, this restriction is not present, and it is possible to read files from a different format if the extension is added, and files can be exported with a different extension if the extension + the character * is appended (e.g. exporting a file by specifying its filename to be example.json* will be write a file named example.json).
Thing is, the export is locked behind the EasyRPG extension as it is not a feature from the Maniac patch, but the read is not locked behind it, so this is not consistant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Event/InterpreterRPG_RT PatchesUXFor issues affecting the user experience, such annoyances, counter-intuitive or ugly design

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions