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
52
docs/user/InstallingUpdates-DLC.md
Normal file
52
docs/user/InstallingUpdates-DLC.md
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Working with Updates/DLC in Eden
|
||||
|
||||
Use this guide when you want to install Updates or DLC for your games in Eden.
|
||||
|
||||
<aside>
|
||||
|
||||
***NOTE***: This applies to separate Update/DLC files, not “merged” NSP/XCI’s which include the base game and Updates/DLC applied on top of them in a single file. These files work in Eden, but would not require the following steps.
|
||||
|
||||
</aside>
|
||||
|
||||
**Click [Here](https://evilperson1337.notion.site/Working-with-Updates-DLC-in-Eden-2b057c2edaf681dfb65dfc4dd96980c0) for a version of this guide with images & visual elements.**
|
||||
|
||||
---
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
1. Eden already setup and configured for your platform.
|
||||
2. The Update/DLC file(s) you want to install
|
||||
|
||||
---
|
||||
|
||||
## Installing Updates/DLC
|
||||
|
||||
1. Open Eden to the Main Window.
|
||||
2. Select *File > Install Files to NAND...*.
|
||||
3. Navigate to the Update/DLC files you want to install.
|
||||
<aside>
|
||||
|
||||
***TIP***: You can install multiple files at once by selecting multiple files in this window.
|
||||
|
||||
</aside>
|
||||
|
||||
4. The file(s) will be scanned for validity and then a confirmation window will appear, select *Install* to begin installation.
|
||||
<aside>
|
||||
|
||||
***TIP***: You can deselect any that you do not want to install with the checkbox by each entry.
|
||||
|
||||
</aside>
|
||||
|
||||
5. Upon installation, you will get a prompt saying it was installed successfully.
|
||||
6. Look at the *Add-Ons* column in the main window, you should now see the additional installed content reflected.
|
||||
|
||||
---
|
||||
|
||||
## Disabling Updates/DLC
|
||||
|
||||
Upon occasion you may find that you want to disable a certain DLC or Update (incompatibility with a mod, causes significant regression, etc.). Luckily the process if very easy to do so.
|
||||
|
||||
1. *Right-Click* the game for which you want to disable the additional content.
|
||||
2. Select *Configure Game.*
|
||||
3. Uncheck the box next to the DLC or Update you want to disable and hit **OK**.
|
||||
4. The listing should now reflect that it has been disabled with a **[D]** before the entry. If you load the game, you will observe that the reported version is not updated (assuming the game reports this information).
|
||||
Loading…
Add table
Add a link
Reference in a new issue