i remade the guide !!! yipee!

This commit is contained in:
jane 2023-04-17 21:47:17 -04:00
parent a862f57d9b
commit ae53f78a87
8 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,40 @@
+++
title = "How to install my custom modpack"
date = 2023-04-17
+++
This is a port of an older guide, for a different pack. But they both use [packwiz](https://github.com/packwiz/packwiz), so the principle is the exact same. Packwiz allows for a modpack that automatically updates, both client-side and server-side, as soon as new mods are added;
The easiest way to use packwiz packs (at least, in my opinion) is through a MultiMC fork - namely, I recommend [Prism Launcher](https://prismlauncher.org/). If you'd prefer to use the vanilla launcher, you're on your own (cause I hate using it. it kinda sucks).
You'll want to go to that link and click the huge pink **Download Now** button as one of the first steps to installing the modpack. Install it wherever you want, but don't open it just yet. It'll kind-of-sort-of freak out if you don't have a Java installation for it to find.
![the download button](/blog-content/2023-04-17/firefox_Ug5OqiNOrk.png)
Prism Launcher takes a different approach to how it manages Java installations - namely, the default Minecraft client will automatically download a compatible version of Java for you. Most of the time. Prism Launcher does not do this, and expects you to understand how to install Java on your own.
This modpack in particular requires a version of Java newer than Java 17. I personally would recommend [Adoptium/Temurin](https://adoptium.net/), which is one of the largest forks of Java at this point in time. If you have a different version of Java you'd prefer, or you already have a version newer than 17 installed, you can feel free to skip this step. Otherwise, click that blue **Latest LTS Release** button and install it like you would any other program.
![the java download button](/blog-content/2023-04-17/firefox_YH8GE0kUIr.png)
Now that you've gotten Java installed, feel free to open up Prism Launcher. The first-time set-up should be pretty self-explanatory, so just run through that until you get to a screen somewhat like this:
![prism launcher](/blog-content/2023-04-17/prismlauncher_oRsBSR24pp.png)
(Ignore the cat, that's not important.)
Now, you'll need to add your user account to Prism. This isn't super hard, and the launcher itself should guide you through most of the process. You'll want to click "Add microsoft" since **EVERYONE WAS FORCED TO MIGRATE TO A MICROSOFT ACCOUNT (THANKS MOJANG)**. Here's some pictures:
![manage accounts](/blog-content/2023-04-17/firefox_TYTPMCcoiu.png)
![add microsoft account](/blog-content/2023-04-17/prismlauncher_T3gujTECIl.png)
Here's the point where I'll post the [link to the pack](https://j4.pm/THIS%20MODPACK.zip), which you can now download knowing that you are a mere **two** steps away from playing this amazing modpack. Wow!
Now, you may be wondering what the hell this expertly named zip file is for. I'll tell you: Prism Launcher has this really cool feature that lets you export and import modpacks, at the click of a button. Simply click "**Add Instance**" in the **top left** of Prism Launcher, and then navigate to the tab that says **Import from zip**.
![import from zip](/blog-content/2023-04-17/prismlauncher_ddVMjwX9zB.png)
Select the zip file you just downloaded, and then click "Ok". You can rename the instance if you want to, but it should have a name by default.
Great news! You're done. The final step is to simply double click the icon, or click the "Launch" button. Yipee!

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -6,5 +6,5 @@
</h1>
<br />
<p class="subtitle"><strong>{{ page.date }}</strong></p>
<div style="max-width: 400px; max-height: 75vh; overflow-y: scroll;">{{ page.content | safe }}</div>
<div style="max-width: 550px; max-height: 75vh; overflow-y: scroll;">{{ page.content | safe }}</div>
{% endblock content %}