From b6df64516b3edbb98c2441ba289e860750a0920c Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:48:35 +0300 Subject: [PATCH] Update README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e79603..892113d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ``` git clone --recurse-submodules https://github.com/hedge-dev/UnleashedRecomp.git ``` -2. Decompress and decrypt `default.xex` and place the resulting file in `./UnleashedRecompLib/private/`. +2. Decompress and decrypt `default.xex`, apply the title update patch (`default.xexp`), and place the resulting file in `./UnleashedRecompLib/private/`. 3. Decompress `shader.ar` and place the resulting file in `./UnleashedRecompLib/private/`. -4. Open the repository directory in Visual Studio 2022 *(not Preview)* and wait for CMake generation to complete. +4. Open the repository directory in Visual Studio 2022 *(not Preview)* and wait for CMake generation to complete. If you don't plan to debug, switch to the `x64-Clang-Release` configuration. 5. Under Solution Explorer, right-click and choose "Switch to CMake Targets View". 6. Right-click the **UnleashedRecomp** project and choose "Set as Startup Item", then choose "Add Debug Configuration". 7. Add a `currentDir` property to the first element under `configurations` in the generated JSON and set its value to the path to your game directory (where root is the directory containing `dlc`, `game`, `save`, `update`, etc). -8. Start debugging **UnleashedRecomp**. The initial compilation might take a while to complete due to code and shader recompilation. \ No newline at end of file +8. Run or debug **UnleashedRecomp**. The initial compilation might take a while to complete due to code and shader recompilation. \ No newline at end of file