From 9a8abeac2821d38920e177831b5fb49cb63a3e76 Mon Sep 17 00:00:00 2001 From: palex00 <32203971+palex00@users.noreply.github.com> Date: Fri, 9 May 2025 16:27:43 +0200 Subject: [PATCH] Add blurb about patch files to the host page (#4974) --- WebHostLib/templates/hostGame.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebHostLib/templates/hostGame.html b/WebHostLib/templates/hostGame.html index d7d0a963..38406351 100644 --- a/WebHostLib/templates/hostGame.html +++ b/WebHostLib/templates/hostGame.html @@ -17,7 +17,9 @@ This page allows you to host a game which was not generated by the website. For example, if you have generated a game on your own computer, you may upload the zip file created by the generator to host the game here. This will also provide a tracker, and the ability for your players to download - their patch files. + their patch files if the game is core-verified. For Custom Games, you can find the patch files in + the output .zip file you are uploading here. You need to manually distribute those patch files to + your players.
In addition to the zip file created by the generator, you may upload a multidata file here as well.