![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Update clients automatically with ServerSync and HMCL.
HaibaraGT opened this issue Β· 9 comments
Serversync Version: 3.4.0
Minecraft Version: 1.12.2
Issue:
HMCL linkοΌhttps://hmcl.huangyuhui.net/download
I am unable to access the linked URL. Is it perhaps behind some kind of regional firewall?
I am unfamiliar with the program in question so I can provide no support for it, the steps should be the same for the most part as the MultiMC setup.
Hook into the 'before minecraft starts' event and run ServerSync with the silent
or progress-only
argument.
I am unable to access the linked URL. Is it perhaps behind some kind of regional firewall?
I am unfamiliar with the program in question so I can provide no support for it, the steps should be the same for the most part as the MultiMC setup.
Hook into the 'before minecraft starts' event and run ServerSync with the
silent
orprogress-only
argument.
Sorry,I did not consider the connection problem, this is the link of HMCL on Github.
https://github.com/huanghongxun/HMCL.
Take a look
It would be great to support HMCL. This is a game starter developed by Chinese developers
i hope the serversync can support HMCL too.
I follow the MultiMC setup but that not work.
https://cdn.discordapp.com/attachments/488019168986136586/697353522764841030/hmcl.PNG
https://cdn.discordapp.com/attachments/488019168986136586/697353558332538910/hmcl2.PNG
https://cdn.discordapp.com/attachments/488019168986136586/698754418753011742/modd.PNG
I don't know why HMCL can't find(i put the serversync in correct folder) and if change to .exe i can't open it.
@1636578433 The variable $INST_JAVA is probably only available in MultiMC. I am not sure if HMCL has an equivalent.
What that is trying to do is run this command:
java -jar serversync-3.5.1.jar progress-only
, the$INST_JAVA
is linking to the instance of the JVM that MultiMC is using for that specific Minecraft instance.If you are on windows you could also try the .exe package like so
ServerSyncClient.exe progress-only
I asked this question in the HMCL community, HMCL developers said that they will support the use of $ INST_JAVA in future versions. And deal with the "file not found" problem.
There is another problem. I use a new version of ServerSync on the server, so next time I update the client, do I need to update the client's ServerSync to the same version to update it correctly?
For example: the server uses version 3.5.1, the client uses version 3.5.0
Thanks to the efforts of the serversync developers, this issue can be closed.
@1636578433 The variable $INST_JAVA is probably only available in MultiMC. I am not sure if HMCL has an equivalent.
What that is trying to do is run this command: java -jar serversync-3.5.1.jar progress-only
, the $INST_JAVA
is linking to the instance of the JVM that MultiMC is using for that specific Minecraft instance.
If you are on windows you could also try the .exe package like so ServerSyncClient.exe progress-only
https://cdn.discordapp.com/attachments/488019168986136586/698754418753011742/modd.PNG
I don't know why HMCL can't find(i put the serversync in correct folder) and if change to .exe i can't open it.
Just change command is cmd /c "start /wait ServerSyncClient.exe -xxxxxxxx"