ADOFAI Modding (x86_64)
Installation
- Install mono (cross-platform open source .NET framework) via homebrew.
- Download UMM
- Extract downloaded archive.
- Open terminal at UMM folder.
-
Run
mono Console.exe -
Go through installation process (put game directory as
"~/Library/Application Support/Steam/steamapps/common/A Dance of Fire and Ice").
Note
The installation process is the same for Linux. Just change the path of your game accordingly.
- Add mods under
Mods/in game directory (If downloaded mods are archives, unarchive them and put them insideMods/).
Note
On Apple Silicon, for Steam to always launch the x86_64 binairy for ADOFAI, you can do the following:
- Get Info
(CMD + I)ofADanceOfFireAndIce.appand check Open Using Rosetta 2 - Open Terminal and
cdto[Game Directory]/ADanceOfFireAndIce.app/Contents/MacOS/ -
Check for architecture using
lipo -info "ADanceOfFireAndIce" -
If arm64 is detected, run
lipo -remove arm64 "ADanceOfFireAndIce" -output "ADanceOfFireAndIce"
Warning
Removing the arm64 binary is irreversible. If you want to run the game natively again, you must redownload the game if you make this change.
Compatibility
For downloading mods, it is advised to join the ACS discord server.
Some mods do not work properly when installed. (Texture breaks, input bugs, etc.)