Skip to content

Commit bb1bd4c

Browse files
committed
Adding missing add-mods.md
1 parent 3cec537 commit bb1bd4c

5 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/.images/fliapi-mods.png

7.01 KB
Loading

docs/.images/nfl1-mod.png

9.79 KB
Loading

docs/api-documentation/index.md

Whitespace-only changes.

docs/api-documentation/main-mod-file.md

Whitespace-only changes.

docs/quick-setup/add-mods.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Addings mods
2+
::: tip
3+
If you're interested in creating your own mods for **Fantasy Life I** there's [check this](../api-documentation/creating-mod.md)
4+
:::
5+
6+
### Create the Mods folder
7+
Inside your game installation directory navigate to `Game/Contents/`.
8+
If there isn't already a folder named `Mods`, create one manually.
9+
10+
Your structure should look like this:
11+
![](../.images/nfl1-mod.png)
12+
13+
### Add your mods
14+
Place your `.fliarchive` mod file inside the `Mods` folder:
15+
![](../.images/fliapi-mods.png)
16+
17+
And that's it, the mod loader will automatically detect any valid `.fliarchive` files placed in this directory when you launch the game!

0 commit comments

Comments
 (0)