External Data

● ARCHIVED · READ-ONLY
Started by ロリ先輩 3 posts View original ↗
  1. Is there any external data can I have usable to RM and be encrypted into the compiled RM archive for release? i.e., is it possible to include non-standard files (json/yaml/xml), or images that don't clutter up standard folders (a custom UI folder, rather than being put in Pictures)

    I'm not concerned whether there's a parser for json/yaml/xml or not, just whether or not they'd be encrypted and still accessible to code.

    On that note, would it possible to access unencrypted data as well (i.e. xml list of strings)?
  2. Yes, anything that you put inside the Data or Graphics folder will be encrypted.
  3. Search for "SES External Text" on this forum, that's a script that uses external text files to store data, and includes handling their encryption in case of encrypted data (there are two different ways to load a file, and only one handles encryption)