@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias SaveReaderWriterContext

    Context for reading/writing save files.

    describes a list of mod names to their versions. Some mods have special needs.

    type SaveReaderWriterContext = {
        buildVersion: number;
        compressionInfo?: ChunkCompressionInfo;
        mapName?: string;
        mods: Record<string, string>;
        packageFileVersionUE5: HierarchyVersion;
        saveHeaderType: number;
        saveVersion: HierarchyVersion;
        throwErrors: boolean;
    }
    Index

    Properties

    buildVersion: number
    compressionInfo?: ChunkCompressionInfo
    mapName?: string
    mods: Record<string, string>
    packageFileVersionUE5: HierarchyVersion
    saveHeaderType: number
    saveVersion: HierarchyVersion
    throwErrors: boolean