In order to edit this wiki, you must register and verify your account.

Tutorial:How to install a DLC: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
No edit summary
(Replaced content with "This information should now be viewed here: https://cemu.cfw.guide/dumping-games Category:Installation Category: List_of_tutorials")
Tag: Replaced
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Automatically==
This information should now be viewed here: https://cemu.cfw.guide/dumping-games
"File->Install game update or DLC". Find the meta.xml file of the update or DLC in the meta folder of it.


==Manually on older versions==
[[Category:Installation]] [[Category: List_of_tutorials]]
We assume that you already know how to get the game dlc in decrypted/extracted format. However, should you need any assistance you can easily find some guides on Google.
 
For Cemu to correctly load patches all you have to do is to place the updated game files in:
 
<code>mlc01\usr\title\''<titleId_upper8Digits>''\''<titleId_lower8Digits>''\aoc\</code> '''or'''
 
<code>mlc01\usr\title\''<titleId_upper8Digits>\<titleId_lower8Digits>''\''<aoc_titleId>''\</code>
 
If this directory doesn't exist, make sure to be on the most current update of the game (link below,) and then follow the steps further below:
==Before DLC installation==
*[[Tutorial:How to update a game|Install the latest updates to the game]]
 
==How to create or find the mlc01\usr\title\..\..\aoc\ folder and install the DLC==
 
'''If you have correctly installed the ''' ''most recent'' ''' Updates to the specific game, you can effectively skip to Step 4.'''
 
#Start your game in the emulator and then close the emulator.
#Open <code>log.txt</code> in the Cemu folder and look for the line: <br> <code>Mounting local storage (updates): .\mlc01\usr\title\'''00050000\101XXXXX'''\</code>
#Return to your Cemu folder and navigate to <code>mlc01\usr\title</code> and if they don't exist, create the <code>00050000</code> folder and within it, create the <code>101XXXXX</code> folder.
#In the last newly created folder <code>..\101XXXXX\</code> you create a folder named <code>aoc</code> and copy your DLC data within, consisting of 3 folders. (Code, Content, Meta.)
 
== Example US version of MK8 ==
For example, patching the US version of MK8 you should end up with a folder structure that looks like this:
 
<pre><cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\code
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\content
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\aoc\meta</pre>
 
[[Category:List of tutorials|How to install a DLC]]

Latest revision as of 23:33, 26 April 2021

This information should now be viewed here: https://cemu.cfw.guide/dumping-games