From 0e414f28ad65563de218178ea39c921a31252887 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Thu, 22 May 2025 10:21:37 +0200 Subject: [PATCH] Add bootstrapper setup powershell script --- .gitignore | 4 +- guide.php | 2 +- supplementals/Bootstrapper Setup.ps1 | 12 +++++ supplementals/Download Latest DLL.ps1 | 65 +++++++++++++++++++++++++++ 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 supplementals/Bootstrapper Setup.ps1 create mode 100644 supplementals/Download Latest DLL.ps1 diff --git a/.gitignore b/.gitignore index 92e7543..73c58b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -supplementals/ +supplementals/client drop-in +supplementals/static data +supplementals/IRC.zip diff --git a/guide.php b/guide.php index c60695b..0db8248 100644 --- a/guide.php +++ b/guide.php @@ -13,7 +13,7 @@ $version = ""; //json_decode(file_get_contents("supplementals/static data/buildC

Client Patch

-

In order to connect to custom servers, the client needs to be patched. We will use the Boostrapper for this.

+

In order to connect to custom servers, the client needs to be patched, which the Boostrapper is for. To set it up, you can use this powershell script or follow these steps: