rphsoftware/OneLoader

Allow files to be excluded from encryption in asset declarations.

rphsoftware opened this issue · 0 comments

This issue covers the development of a feature that will allow mods to declare a given set of files as not-to-be-encrypted, say to read a png directly from their mod scripts.

The proposed structure is as follows:

{
 "files": {
  "raw": [ "path/to/file.ext" ]
 }
}