Skip to content

Commit

Permalink
Add mod load order pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Jan 8, 2024
1 parent 5595059 commit 7965b66
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 11 deletions.
2 changes: 1 addition & 1 deletion audio/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Audio
layout: page
nav_order: 3
nav_order: 4
has_children: true
games: ['P3F', 'P3P', 'P4G', 'P4G Vita', 'P5R']
---
Expand Down
2 changes: 1 addition & 1 deletion binary/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Binary Files
layout: page
nav_order: 10
nav_order: 11
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion code/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Code Mods
layout: page
nav_order: 11
nav_order: 12
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion contributing/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Contributing
layout: page
nav_order: 12
nav_order: 13
include_toc: true
---

Expand Down
2 changes: 1 addition & 1 deletion events/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Events
layout: page
nav_order: 8
nav_order: 9
has_children: true
games: ['P3F', 'P3P', 'P4G', 'P4G Vita', 'P5R']
---
Expand Down
2 changes: 1 addition & 1 deletion flowscript/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flowscript
layout: page
nav_order: 6
nav_order: 7
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Getting Started
layout: page
nav_order: 2
nav_order: 3
has_children: true
games: ['P3P', 'P4G', 'P5R']
---
Expand Down
2 changes: 1 addition & 1 deletion models/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Models
layout: page
nav_order: 5
nav_order: 6
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion sprites/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Sprites
layout: page
nav_order: 9
nav_order: 10
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion text/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Text
layout: page
nav_order: 7
nav_order: 8
has_children: true
---

Expand Down
21 changes: 21 additions & 0 deletions using-mods/aemulus-load-order.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Aemulus Load Order
layout: page
parent: Using Mods
nav_order: 2
games: ['P3F', 'P4G Vita']
---

In general your load order should not matter as most file types will be automatically merged by Aemulus, removing potential conflicts.

{: .info }
> In Aemulus a mod that is **higher** in the list has a **higher priority**. So, if your mod is first in the list it would take precendence over everything else.
## Is My Load Order Right?

The easiest way to tell if your load order is good is to **play the game**. If you find that a mod isn't working then try these steps in order:
1. Check the mod's Gamebanana page. There may be known incompatibilities that are listed in the description or a comment.
2. Move the mod that isn't working to the **top** of the list so it becomes high priority then rebuild. If this works then you'll likely notice that a different mod breaks, in that case reach out to one or both of the authors to see if they can help make the two compatible.
3. Disable all other mods then rebuild.
- If that fixes it, enable other mods a few at a time (building after each change) until you find which causes it to stop working. With that found, reach out to one or both of the authors to see if they can help make the two compatible.
- If it still doesn't work, ask for help in the [Persona Modding Discord server](https://discord.gg/naoto) or report the issue to the author directly.
9 changes: 9 additions & 0 deletions using-mods/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Using Mods
layout: page
nav_order: 2
has_children: true
games: ['Universal']
---

This section is dedicated to using mods. It's not done yet so for now you should checkout the guides on GameBanana: [P3P](https://gamebanana.com/tuts/15677), [P4G](https://gamebanana.com/tuts/15696), [P5R](https://gamebanana.com/tuts/15399).
24 changes: 24 additions & 0 deletions using-mods/reloaded-load-order.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Reloaded Load Order
layout: page
parent: Using Mods
nav_order: 1
games: ['P3P', 'P4G', 'P5R']
---

In general your load order should not matter as most file types will be automatically merged by Persona Essentials, removing potential conflicts.
The only major file types that are not automatically merged currently are BMDs which store messages and SPRs/SPDs which store sprites.

{: .info }
> In Reloaded a mod that is **lower** in the list has a **higher priority**. So, if your mod is last in the list it would take precendence over everything else.
>
> When mods use a file emulator to allow automatic merging, it will **always take priority** over any mods that are not formatted for merging. In this case those mods should be updated.
## Is My Load Order Right?

The easiest way to tell if your load order is good is to **play the game**. If you find that a mod isn't working then try these steps in order:
1. Check the mod's Gamebanana page. There may be known incompatibilities that are listed in the description or a comment.
2. Move the mod that isn't working to the **bottom** of the list so it becomes high priority. If this works then you'll likely notice that a different mod breaks, in that case reach out to one or both of the authors to see if they can help make the two compatible.
3. Disable all other mods.
- If that fixes it, enable other mods a few at a time until you find which causes it to stop working. With that found, reach out to one or both of the authors to see if they can help make the two compatible.
- If it still doesn't work, ask for help in the [Persona Modding Discord server](https://discord.gg/naoto) or report the issue to the author directly.
2 changes: 1 addition & 1 deletion videos/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Videos
layout: page
nav_order: 4
nav_order: 5
has_children: true
---

Expand Down

0 comments on commit 7965b66

Please sign in to comment.