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

    Function installContent

    • Installer implementation for MelonLoader mods.

      When a special _keepstructure marker is present, the original archive folder structure is preserved. Otherwise, DLLs are placed into MelonLoader's mods directory and CFG files into its UserData directory.

      Parameters

      • files: string[]

        Files contained in the archive.

      • destinationPath: string
      • gameId: string
      • progressDelegate: ProgressDelegate
      • Optionalchoices: any
      • Optionalunattended: boolean
      • OptionalarchivePath: string
      • Optionaloptions: IInstallationDetails

      Returns Bluebird<IInstallResult>

      A promise resolving to installer instructions.