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
No edit summary
Line 1: Line 1:
== Method 1 ==
We assume that you already know how to get the game updates 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:
Since Cemu 1.7.3 Cemu added proper support for AOC library. Addon content (DLC) is automatically loaded from <code>mlc01/usr/title/../../aoc/</code> or <code>mlc01/usr/title/../../<aoc_titleId>/</code>


===How I find the mlc01/usr/title/../../aoc/ folder and install the DLC===
<code>mlc01/usr/title/''<titleId_upper8Digits>''/''<titleId_lower8Digits>''/aoc/</code> '''or''' <code>mlc01/usr/title/''<titleId_upper8Digits>/<titleId_lower8Digits>''/''<aoc_titleId>''/</code>
 
==How I find the mlc01/usr/title/../../aoc/ folder and install the DLC==
#Start the Cemu emulator and enable Logging. <code>Debug -> Logging -> enable Logging</code>
#Start the Cemu emulator and enable Logging. <code>Debug -> Logging -> enable Logging</code>
#Start your game in the emulator and close the emulator
#Start your game in the emulator and close the emulator
Line 8: Line 9:
#Go to your Cemu installation folder and open the folder <code>mlc01/usr/title/</code> and create there the two folder when they doen't exists.
#Go to your Cemu installation folder and open the folder <code>mlc01/usr/title/</code> and create there the two folder when they doen't exists.
#In the last new created folder you create a folder with <code>aoc/</code> and copy there your DLC data.
#In the last new created folder you create a folder with <code>aoc/</code> and copy there your DLC data.
== 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\content\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\code\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\meta\</pre>


[[Category:List of tutorials]]
[[Category:List of tutorials]]

Revision as of 16:21, 18 March 2017

We assume that you already know how to get the game updates 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:

mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/aoc/ or mlc01/usr/title/<titleId_upper8Digits>/<titleId_lower8Digits>/<aoc_titleId>/

How I find the mlc01/usr/title/../../aoc/ folder and install the DLC

  1. Start the Cemu emulator and enable Logging. Debug -> Logging -> enable Logging
  2. Start your game in the emulator and close the emulator
  3. Search in the log.txt in the Cemu installation folder the line
    Mounting local storage (updates): .\mlc01\usr\title\00050000\101C9XXX\
  4. Go to your Cemu installation folder and open the folder mlc01/usr/title/ and create there the two folder when they doen't exists.
  5. In the last new created folder you create a folder with aoc/ and copy there your DLC data.

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:

<cemuFolder>\mlc01\usr\title\00050000\1010EC00\content\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\code\
<cemuFolder>\mlc01\usr\title\00050000\1010EC00\meta\