forked from Reloaded-Project/Reloaded-II
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
139 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Creating Mod Packs | ||
|
||
!!! info | ||
|
||
Mod Packs are an upcoming Reloaded 1.21.0 feature. They are not yet available in the currently released version. | ||
|
||
For information on installing mod packs, please see [Installing Mod Packs](./InstallingModPacks.md). | ||
|
||
## 1. Open Editor | ||
|
||
!!! info | ||
|
||
You can find the mod pack editor in the (three gears) `Manage Mods` menu. | ||
|
||
![Mod Pack Mod Example](./Images/EditModPack_Locator.png) | ||
|
||
When opened, a blank pack editor would appear on the screen. | ||
|
||
![Mod Pack Mod Example](./Images/EditModPack_Blank.png) | ||
|
||
Click on the top left where it says (`Click to Edit`) to edit the mod pack's welcome screen. | ||
|
||
## 2. Add A Description | ||
|
||
!!! info "About Markdown" | ||
|
||
Reloaded uses Markdown [(tutorial)](https://commonmark.org/help/tutorial/index.html) for mod pack descriptions. | ||
|
||
If you ever use *italics* and **bolds** in your Discord/Reddit posts, you're probably familiar with a small bit of Markdown. Markdown files use the file extension `.md` and can be saved/opened with any text editor. | ||
|
||
!!! tip | ||
|
||
Markdown editors such as [Dilinger](https://dillinger.io) and [Typora](https://typora.io) allow you to preview your formatted text in real time. | ||
|
||
![Mod Pack Mod Example](./Images/EditModPack_1.png) | ||
|
||
To add a description to your mod, click `Set Description` and select a markdown file. | ||
To add an image, click `Add Image`. Clicking `Remove Image` will remove currently shown image. | ||
|
||
## 3. Adding Mods | ||
|
||
In order to add a mod to the pack, press the `Add Mod` button and select a mod from the list. | ||
If possible (i.e. mod author includes those), the pack creator will automatically add the description and images for you. | ||
|
||
!!! info | ||
|
||
The `.r2pack` files do not contain the mods themselves, only images and text. The mods are only downloaded once user selects their mods and begins the download process. | ||
|
||
Mods must have [working update support](./EnablingUpdateSupport.md). The `Add Mod` dialog will not show mods that don't have update support enabled. | ||
|
||
To select a mod for editing, click the mod title from the list below the title/main section of the pack. If you want to remove a mod, open that mod's page and click `Remove Mod`. | ||
|
||
## 4. Testing Packs | ||
|
||
When you are happy with the changes you made, you can click `Test Pack`. | ||
|
||
![Mod Pack Mod Example](./Images/InstallModPack_1.png) | ||
|
||
Selecting this option will display the pack install screen, as seen by the end user. | ||
|
||
When you are happy with your result, press `Save Pack`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Installing Mod Packs | ||
|
||
!!! info | ||
|
||
Mod Packs are an upcoming Reloaded 1.21.0 feature. They are not yet available in the currently released version. | ||
|
||
Mod packs are a functionality which allows for fast installation of multiple mods at the same time. It is particularly helpful in helping new users get setup fast. | ||
|
||
If you wish to know how to create mod packs, please see [Creating Mod Packs](./CreatingModPacks.md). | ||
|
||
## Installing From File | ||
|
||
Downloaded mod packs use the `.r2file` extension and can be opened by directly doubleclicking from explorer. | ||
|
||
![Mod Pack File Example](./Images/InstallModPack_File.png) | ||
|
||
Once opened, the mod pack will greet you with a welcome screen: | ||
|
||
![Mod Pack Mod Example](./Images/InstallModPack_1.png) | ||
|
||
## Installing From Web Browser | ||
|
||
Any download to an `.r2pack` file can be prefixed with `r2pack:`. | ||
|
||
For example, the link `https://website.com/Reloaded.r2pack` can be turned into `r2pack:https://website.com/Reloaded.r2pack`. | ||
|
||
When done inside a web browser, a prompt will appear to download and open the file with Reloaded. | ||
|
||
![Mod Pack Web Example](./Images/InstallModPack_Web.png) | ||
|
||
!!! note | ||
|
||
If you have a very slow internet connection, very large packs might take a bit for the window to pop up; as it has to download the whole `.r2pack` file first, which contains all images. | ||
|
||
## The Complete Experience | ||
|
||
!!! info | ||
|
||
Shows the step by step experience of a typical mod pack installation. | ||
|
||
First appears the welcome screen: | ||
|
||
![Mod Pack Confirmation](./Images/InstallModPack_1.png) | ||
|
||
Then you select whether to install (or skip) each individual mod: | ||
|
||
![Mod Pack Confirmation](./Images/InstallModPack_2.png) | ||
|
||
And confirm which mods you want to download: | ||
|
||
![Mod Pack Confirmation](./Images/InstallModPack_3.png) | ||
|
||
The mods download while a slideshow is being presented: | ||
|
||
![Mod Pack Installation](./Images/InstallModPack_4.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters