As far as I know, the Launcher checks an online file/repo for updates on the official ModPacks/Maps/TexturePacks.
My idea is to add a config file where you could add the URL to a custom repo, so that people can add his custom MP/Maps/TP, and share it with other people.
The repo should obey to the official repo:
Also, the official repo wouldn't be in the config, it would be hardcoded.
Hope this idea is helpful,
Aritzh
My idea is to add a config file where you could add the URL to a custom repo, so that people can add his custom MP/Maps/TP, and share it with other people.
The repo should obey to the official repo:
Code:
<modpacks>
<modpack name="ModPack Name" author="Author" version="version" logo="url-to-logo.png" url="url-to-modpack.zip" image="splash-image.png" dir="Name-Of-The-Folder" mcVersion="Minecraft-Version" serverPack="url-to-server-modpack.zip(or empty if none)" description="Description of the pack" mods="List of mods, separated by semicolon" />[/INDENT]
</modpacks>
Also, the official repo wouldn't be in the config, it would be hardcoded.
Hope this idea is helpful,
Aritzh