2 How To Install - miirkuz/DarkArmyResurrection GitHub Wiki
To use this mod, you need Cemu version 1.26.2f or 1.27.1, Python 3.8.10 and BCML version 3.10.4,to install the right version of BCML open a terminal and type: pip install bcml==3.10.4
To improve general compatibility with other mods I've decided to split the mods in 5 parts:
00 - OVERHAUL - this contains the overhaul optional gameplay (optional)
01 - CORE - this contain the core files for DAR. (essential)
02 - OPTIONS - this contains all the install options for DAR. (essential)
03 - COMBAT SYSTEM - this contains all the customization options for DAR COMBAT SYSTEM. (essential)
SW PATCH - this is the SW compatibility patch for DAR. (optional) Link
ROTP PATCH - this is the ROTP compatibility patch for DAR. (optional) Link
DAR Installation - Video Tutorial
Install each MODULE individually following this priority order (lowest to highest):
OVERHAUL (optional) (lowest)
CORE (essential)
OPTIONS (essential)
SW PATCH (optional)
ROTP PATCH (optional)
COMBAT SYSTEM (essential) (highest)
Take the image below as a reference of Priorities order when using other mods.
After installing all the DAR parts and set the right priorities, follow all these steps:
- Close BCML
- Go in your bcml folder (C:\Users\XXX\AppData\Local\bcml) and delete the folder called 'cef_cache'
- Here delete the content of the 'merged' folder (C:\Users\XXX\AppData\Local\bcml\merged)
- Open bcml and click on remerge, once merging is done, finally launch the game.
When installing each MODULE, once you double click on the bnp file, an options menu will be shown. For a depth description of those options read the Install Options page. This mod require the 'extended memory' graphic pack option in Cemu so make sure to enable it. It is also highly reccomended to install Ganon Sleeps mod, alternate version (filename: breathofthewild_ganonsleepsalt.zip) in order to prevent Panic Blood Moons.
Troubleshooting
After installing, if the game randomly crash after a couple of minutes of playing, you may try one of those methods which works great with me.
1st method
- Close BCML, go to your BCML folder (C:\Users\XXX\AppData\Local\bcml), here delete the folder called 'cef_cache', then open the 'merged' folder and delete its content
- Open BCML and click on the 'Remerge' button, once merging is done, launch the game
2nd method
- Uninstall BCML, open a teminal and type: pip uninstall bcml
- Uninstall Python from your pc
- Download and install Python 3.8.10 from here
- Make sure to select 'Add Python to Path' during Python installation
- Install BCML, open a terminal and type:
pip install bcml==3.10.4
- Follow 1st method instruction