mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
more documentation
This commit is contained in:
parent
e7836f4bdd
commit
44ab817938
14
README.md
14
README.md
@ -9,6 +9,20 @@ rights of the game publisher and the mod authors.
|
|||||||
- [Discord](https://discord.gg/zgbrkmA)
|
- [Discord](https://discord.gg/zgbrkmA)
|
||||||
- [Patreon] (https://www.patreon.com/user?u=11907933) Check this page for updates and to vote on features
|
- [Patreon] (https://www.patreon.com/user?u=11907933) Check this page for updates and to vote on features
|
||||||
|
|
||||||
|
### Creating a ModList Installer
|
||||||
|
|
||||||
|
1) Download Wabbajack and install it somewhere outside of your normal Mod Organizer 2 folder
|
||||||
|
(otherwise Wabbajack will try to figure out how to install itself and that might cuase a collapse in the time-space
|
||||||
|
continuum).
|
||||||
|
2) Make sure every archive you used in your MO2 profile has some sort of download information attached.
|
||||||
|
* If the file was downloaded via MO2 you're good, no extra work is needed
|
||||||
|
* If the file was downloaded manually from the Nexus, copy it into the MO2 downloads folder, go back to MO2
|
||||||
|
* and go to the `downloads` tab. Find the file and click `Query Info` from the right-click menu. MO2 should find
|
||||||
|
the download info for you
|
||||||
|
* For other files (ENBSeries, SKSE, SRO, etc.) Look at the [`RECIPES.md`](https://github.com/halgari/wabbajack/blob/master/RECIPES.md) file
|
||||||
|
* for instructions specific to your file source.
|
||||||
|
3) Now load Wabbajack, and point it to the `\<MO2 Folder>\mods\<your profile>\modlist.txt` file.
|
||||||
|
4) Click "B
|
||||||
|
|
||||||
### How it works
|
### How it works
|
||||||
At a technical level the process is as follows.
|
At a technical level the process is as follows.
|
||||||
|
@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
LICENSE.txt = LICENSE.txt
|
LICENSE.txt = LICENSE.txt
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
|
RECIPES.md = RECIPES.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
|
Loading…
Reference in New Issue
Block a user