Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.ModfileLocator.binaryURL

Jackson Wood edited this page Jul 26, 2018 · 5 revisions

ModfileLocator.binaryURL

public string binaryURL;

Description

URL to download the file from the mod.io CDN.

If the game requires mod downloads to be initiated via the API, the binaryURL returned will contain a verification hash. This hash must be supplied to get the modfile, and will expire after a certain period of time. Saving and reusing the binaryURL won't work in this situation given its dynamic nature.

Clone this wiki locally