clearvilla.blogg.se

Multimc create modpack
Multimc create modpack













multimc create modpack
  1. #MULTIMC CREATE MODPACK ZIP FILE#
  2. #MULTIMC CREATE MODPACK MOD#

minecraft folder from the instance from multimc.Įdit intance > settings > custom commands > Pre-launch command: $INST_MC_DIR\modpack-updater64.exe You can put this as a pre-launch script in multimc. Now you need to make the downloadable zip, place the config folder and mods folder in the zip with the modpack.json from this project, do not forget to set the right urls etc.Īfter this, you can test launching it, it should download the zip and then extract it in the same folder where the executable is located. This is your version manager, so if you release a new version, change the line where it says $modpack->version = "0.0.1" to for example $modpack->version = "1.0.0" I would love to see people using it or even make it better.įirst you need to have a webserver, upload the php file in the web directory to your webserver. you do not need to ask permission only what I ask you to comply to GNU version 3.Īnd crediting me would be much appreciated. You're free to use this for your own modpack.

multimc create modpack

to compile it for different platforms refer to the golang doc. Please note this will only compile it for your system. JSON file for the modpack, for name version etc.Ĭompiling this is really simple, as everything is in main.go, you should have go installed on your system.basic version checking, it only downloads if the version is different.

#MULTIMC CREATE MODPACK ZIP FILE#

  • extracts the zip file in current directory.
  • Basic SHA-1 Verifying, making sure that the zip file downloaded is correct and not corrupted.
  • It can download the mods from Modrinth and curseforge instead you rehosting people's mods and making them angry.

    #MULTIMC CREATE MODPACK MOD#

    This may not make some mod developers happy that i'm rehosting their mods but downloading from curse is just a nightmare.Īlso a good option to use, if you want to play by the rules is using packwiz. 1 zip file and 1 json file is needed really. It keeps everything simple without configuration hell. This program can also run standalone or with any other minecraft launchers if they support pre-launch commands.Īnd you might even get this working for different games as well. If there is no update, then it will just exit and then multimc will proceed to start the instance. It will check if there is an update on a remote server, if there is it will quietly update the modpack automaticlly and then start the instance. It will then execute at starting the multimc instance (Example your modpack) And to be included in a multimc instance zip. This is meant as a pre-launch command for multimc, PolyMC, PrismLauncher or any other launcher.















    Multimc create modpack