generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 13
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
1 parent
5595059
commit 7965b66
Showing
14 changed files
with
65 additions
and
11 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Binary Files | ||
layout: page | ||
nav_order: 10 | ||
nav_order: 11 | ||
has_children: true | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Code Mods | ||
layout: page | ||
nav_order: 11 | ||
nav_order: 12 | ||
has_children: true | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Contributing | ||
layout: page | ||
nav_order: 12 | ||
nav_order: 13 | ||
include_toc: true | ||
--- | ||
|
||
|
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Flowscript | ||
layout: page | ||
nav_order: 6 | ||
nav_order: 7 | ||
has_children: true | ||
--- | ||
|
||
|
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Models | ||
layout: page | ||
nav_order: 5 | ||
nav_order: 6 | ||
has_children: true | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Sprites | ||
layout: page | ||
nav_order: 9 | ||
nav_order: 10 | ||
has_children: true | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Text | ||
layout: page | ||
nav_order: 7 | ||
nav_order: 8 | ||
has_children: true | ||
--- | ||
|
||
|
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,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. |
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,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). |
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,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. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Videos | ||
layout: page | ||
nav_order: 4 | ||
nav_order: 5 | ||
has_children: true | ||
--- | ||
|
||
|