mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-01 10:52:26 +00:00
858f9e5aea
Signed-off-by: lizzie <lizzie@eden-emu.dev> - [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions). - [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md) - [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability. ------------------- updates deps.md (freebsd had a package that didnt exist, oops) netbsd also had outdated packages moved windows caveats into the user guide (because well, those are user stuff, not build caveats) MANY redundant wording removals (especially on dynarmic) proper capitalization of Eden, Dynarmic, Amiibo, and CLion fixed discord link on metainfo as well also fixed file associations as well otherwise installed eden wont have icon over NSP/XCI/etc files "please" is filler fixes a HANDFUL of dead links as well Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4315 Reviewed-by: crueter <crueter@eden-emu.dev> Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
# User Handbook - Installing Atmosphere Mods
|
|
|
|
Use this guide for when you want to install an Atmosphere-based mod for use in Eden.
|
|
|
|
**[See here](https://evilperson1337.notion.site/Installing-Atmosphere-Mods-2b057c2edaf681fe8d39cbfc2d0cc799) for an illustrated guide.**
|
|
|
|
---
|
|
|
|
### Pre-Requisites
|
|
|
|
- Eden already set up and functioning with keys and firmware
|
|
- The mod you want to install
|
|
|
|
---
|
|
|
|
## Steps
|
|
|
|
1. Right-Click the game you want to apply the mod to and select **Open Mod Data Location.**
|
|
2. Create new folder inside the mod directory with the name of the mod.
|
|
3. Extract the downloaded mod (if applicable) to a temporary directory.
|
|
4. Locate the ***exefs*** and ***romfs*** folders inside the extracted mod - usually *atmosphere/contents/<TITLE_ID>*.
|
|
5. Copy the ***exefs*** and ***romfs*** folders into the mod folder you created earlier.
|
|
6. Restart Eden.
|
|
7. Right-Click the game you installed the mod to and hit *Configure Game*.
|
|
8. Look in the **Add-Ons** tab and observe that the Mod Name (or whatever you named the folder to earlier) now appears on the list and is selected.
|
|
9. Hit **OK** and launch the game. Your mod should now be active.
|
|
<aside>
|
|
|
|
***NOTE:*** Your mod may not show up on the home screen initially, if it does not. Hit the refresh button in the bottom-left of the window or go back into *Configure Game* and disable the mod by unchecking it, and clicking **OK**. It should now appear on the home screen in the Add-Ons column correctly. Just go back into the *Configure Game* and enable it again if you use this method.
|
|
|
|
</aside>
|
|
10. Your mod is now ready to play. |