Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IFileListItem

    a mod (requires/recommends) rule can provide a list of files to control how the referenced mod is to be installed if it gets installed as a dependency.

    At this time Vortex does not verify whether an already-installed mod contains these files, meaning the requires rule will not show red if these files get removed after installation of the dependency.

    interface IFileListItem {
        md5?: string;
        path: string;
        xxh64?: string;
    }
    Index

    Properties

    Properties

    md5?: string
    path: string
    xxh64?: string