Coal LLC - v1.0.0
    Preparing search index...

    Function installContent

    • Installer implementation for Godot Mod Loader mods.

      Copies the mod zip file from the archive into the game's mods directory. The mod-hooks.zip cache is deleted post-deployment via a did-deploy event so that GML regenerates it on the next game launch.

      Parameters

      • files: string[]

        Files contained in the archive.

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

      Returns PromiseLike<IInstallResult>

      A promise resolving to installer instructions.