Skip to content

[Brl.IO] Any chance to support mounting "zstd" files? #353

@GWRon

Description

@GWRon

PHYSFS_mount allows to mount zip-files.

@woollybah do you see any "simple to do" chance to wrap things in a way that you can mount zstd compressed files?

Asking as my savegame is for now an xml file which I compress with zstd for speed and size's sake. Now I thought about splitting things into pieces (to eg only load certain elements ... ). One option would be to ignore certain nodes in the XML file (TPersist...). Another one would be to store various files and only load some one them. This would also allow to store other file formats without having to "encode" them (base64) for xml-compatibility first.

If this is not something doable without too many efforts, then just mention it and I will try to find other ways to achieve the above described "separation".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions