mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
[docs] Adding Initial Documentation (#3139)
## Overview Adding Markdown, simplified versions of the docs hosted on [External Site](https://evilperson1337.notion.site/Eden-Guides-2b057c2edaf680149310edee3024565d). ### Guides Added - Adding Games into Steam with Steam ROM Manager and Eden - Adding Eden as an emulator into Steam ROM Manager - How to modify the Date/Time in Eden - How to configure controller profiles - How to set controller profiles per game - Eden fails to launch but does not leave a log (Windows) - How to configure motion/gyro controls on steam deck - How to access logs - How to import saves into Eden (windows) - How to install Atmosphere mods - How to install Updates/DLC - Quick Start Guide (Steam Deck) - Quick Start Guide (Windows) - Allowing Eden to Run on MacOS (MacOS) - Sync Game Saves with Syncthing (General) - Sync Game Saves with Syncthing (Windows) - Sync Game Saves with Syncthing (Linux) - Using Amiibo with Eden (Windows) - Using Cheats with Eden (Windows) - Using Cheats with Eden (Android) Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3139 Reviewed-by: Lizzie <lizzie@eden-emu.dev> Reviewed-by: MaranBr <maranbr@eden-emu.dev> Co-authored-by: Evilperson1337 <Evilperson1337@proton.me> Co-committed-by: Evilperson1337 <Evilperson1337@proton.me>
This commit is contained in:
parent
90877dfc85
commit
1f422a8f70
20 changed files with 1202 additions and 0 deletions
32
docs/user/InstallingAtmosphereMods.md
Normal file
32
docs/user/InstallingAtmosphereMods.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Installing Atmosphere Mods
|
||||
|
||||
Use this guide for when you want to install an Atmosphere-based mod for use in Eden.
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Installing-Atmosphere-Mods-2b057c2edaf681fe8d39cbfc2d0cc799) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue