From 91da7927b399ca049f44e3134e7322095dd5d33f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 19:38:38 -0500 Subject: [PATCH] split up the installing a launcher pages --- .../{5.png => atlauncher/1.png} | Bin .../{6.png => atlauncher/2.png} | Bin .../{ => prism-launcher}/1.png | Bin .../{ => prism-launcher}/2.png | Bin .../{ => prism-launcher}/3.png | Bin .../{ => prism-launcher}/4.png | Bin docs/installing-a-launcher.md | 46 ------------------ docs/installing-a-launcher/atlauncher.md | 13 +++++ docs/installing-a-launcher/index.md | 19 ++++++++ docs/installing-a-launcher/prism-launcher.md | 16 ++++++ mkdocs.yml | 5 +- 11 files changed, 52 insertions(+), 47 deletions(-) rename docs/img/installing-a-launcher/{5.png => atlauncher/1.png} (100%) rename docs/img/installing-a-launcher/{6.png => atlauncher/2.png} (100%) rename docs/img/installing-a-launcher/{ => prism-launcher}/1.png (100%) rename docs/img/installing-a-launcher/{ => prism-launcher}/2.png (100%) rename docs/img/installing-a-launcher/{ => prism-launcher}/3.png (100%) rename docs/img/installing-a-launcher/{ => prism-launcher}/4.png (100%) delete mode 100644 docs/installing-a-launcher.md create mode 100644 docs/installing-a-launcher/atlauncher.md create mode 100644 docs/installing-a-launcher/index.md create mode 100644 docs/installing-a-launcher/prism-launcher.md diff --git a/docs/img/installing-a-launcher/5.png b/docs/img/installing-a-launcher/atlauncher/1.png similarity index 100% rename from docs/img/installing-a-launcher/5.png rename to docs/img/installing-a-launcher/atlauncher/1.png diff --git a/docs/img/installing-a-launcher/6.png b/docs/img/installing-a-launcher/atlauncher/2.png similarity index 100% rename from docs/img/installing-a-launcher/6.png rename to docs/img/installing-a-launcher/atlauncher/2.png diff --git a/docs/img/installing-a-launcher/1.png b/docs/img/installing-a-launcher/prism-launcher/1.png similarity index 100% rename from docs/img/installing-a-launcher/1.png rename to docs/img/installing-a-launcher/prism-launcher/1.png diff --git a/docs/img/installing-a-launcher/2.png b/docs/img/installing-a-launcher/prism-launcher/2.png similarity index 100% rename from docs/img/installing-a-launcher/2.png rename to docs/img/installing-a-launcher/prism-launcher/2.png diff --git a/docs/img/installing-a-launcher/3.png b/docs/img/installing-a-launcher/prism-launcher/3.png similarity index 100% rename from docs/img/installing-a-launcher/3.png rename to docs/img/installing-a-launcher/prism-launcher/3.png diff --git a/docs/img/installing-a-launcher/4.png b/docs/img/installing-a-launcher/prism-launcher/4.png similarity index 100% rename from docs/img/installing-a-launcher/4.png rename to docs/img/installing-a-launcher/prism-launcher/4.png diff --git a/docs/installing-a-launcher.md b/docs/installing-a-launcher.md deleted file mode 100644 index 787c586..0000000 --- a/docs/installing-a-launcher.md +++ /dev/null @@ -1,46 +0,0 @@ -# Installing a Launcher - -As you may or may not know, [GalacticFactory](https://invite.galacticfactory.cc) does not provide support for individuals using the vanilla launcher. - -Instead, we recommend people use a third party launcher, such as Prism Launcher or ATLauncher. - -This page will guide you through the process of installing these launchers. - -### Installing Java -Go to [this link](https://java.galacticfactory.cc) and run the installer it downloads. - -_If you are not on Windows you can find a compatible version [here](https://adoptium.net/temurin/releases/), just make sure you're using JDK 17._ - -## Launcher Choice -You can decide which of the following launchers you want to use based on personal preference. None of these launchers are necessarily objectively better than another launcher. - -### Installing Prism Launcher - -Go to the [Prism Launcher Website](https://prismlauncher.org/download/) and press the "Installer (.exe)" button. -![image](img/installing-a-launcher/1.png) - -Run the executable file you just downloaded, then make your way through the installer. Once the installer is done, run Prism Launcher. - -Log into your Microsoft account in the top right. - -![image](img/installing-a-launcher/2.png) - -![image](img/installing-a-launcher/3.png) - -![image](img/installing-a-launcher/4.png) - -You're done! - -### Installing ATLauncher - -Go to the [ATLauncher Website](https://atlauncher.com/downloads) and click "Setup" under the Windows category. -![image](img/installing-a-launcher/5.png) - -Run the executable file you just downloaded, then make your way through the installer. Once the installer is done, run ATLauncher. - -Once you're in ATLauncher, go to the Accounts tab. -![image](img/installing-a-launcher/6.png) - -Click the "Login with Microsoft" button and follow the instructions it gives you. - -You're done! diff --git a/docs/installing-a-launcher/atlauncher.md b/docs/installing-a-launcher/atlauncher.md new file mode 100644 index 0000000..68755b3 --- /dev/null +++ b/docs/installing-a-launcher/atlauncher.md @@ -0,0 +1,13 @@ +# Installing ATLauncher + +Go to the [ATLauncher Website](https://atlauncher.com/downloads) and click "Setup" under the Windows category. +![image](img/installing-a-launcher/atlauncher/1.png) + +Run the executable file you just downloaded, then make your way through the installer. Once the installer is done, run ATLauncher. + +Once you're in ATLauncher, go to the Accounts tab. +![image](img/installing-a-launcher/atlauncher/2.png) + +Click the "Login with Microsoft" button and follow the instructions it gives you. + +You're done! diff --git a/docs/installing-a-launcher/index.md b/docs/installing-a-launcher/index.md new file mode 100644 index 0000000..9bfc901 --- /dev/null +++ b/docs/installing-a-launcher/index.md @@ -0,0 +1,19 @@ +# Installing a Launcher + +As you may or may not know, [GalacticFactory](https://invite.galacticfactory.cc) does not provide support for individuals using the vanilla launcher. + +Instead, we recommend people use a third party launcher, such as Prism Launcher or ATLauncher. + +This page will guide you through the process of installing these launchers. + +### Installing Java +Go to [this link](https://java.galacticfactory.cc) and run the installer it downloads. + +_If you are not on Windows you can find a compatible version [here](https://adoptium.net/temurin/releases/), just make sure you're using JDK 17._ + +## Launcher Choice +You can decide which of the following launchers you want to use based on personal preference. None of these launchers are necessarily objectively better than another launcher. + +### [Installing Prism Launcher](prism-launcher.md) + +### [Installing ATLauncher](atlauncher.md) diff --git a/docs/installing-a-launcher/prism-launcher.md b/docs/installing-a-launcher/prism-launcher.md new file mode 100644 index 0000000..47c8dd7 --- /dev/null +++ b/docs/installing-a-launcher/prism-launcher.md @@ -0,0 +1,16 @@ +# Installing Prism Launcher + +Go to the [Prism Launcher Website](https://prismlauncher.org/download/) and press the "Installer (.exe)" button. +![image](img/installing-a-launcher/prism-launcher/1.png) + +Run the executable file you just downloaded, then make your way through the installer. Once the installer is done, run Prism Launcher. + +Log into your Microsoft account in the top right. + +![image](img/installing-a-launcher/prism-launcher/2.png) + +![image](img/installing-a-launcher/prism-launcher/3.png) + +![image](img/installing-a-launcher/prism-launcher/4.png) + +You're done! diff --git a/mkdocs.yml b/mkdocs.yml index d917213..af142dc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,10 @@ site_description: Documentation for the GalacticFactory modpack. nav: - Home: index.md - - Installing a Launcher: installing-a-launcher.md + - Installing a Launcher: + - installing-a-launcher/index.md + - Prism Launcher: installing-a-launcher/prism-launcher.md + - ATLauncher: installing-a-launcher/atlauncher.md - Installing the Modpack: - Prism Launcher: installing-the-modpack/prism-launcher.md - Modrinth App: installing-the-modpack/modrinth.md