Notes:
- Fixed and updated.
Installation instructions:
Get full game, either CD or GOG release.
- Create a 'DevilutionX' folder to your SD, here: 'sdmc:/3ds/DevilutionX/'
- From the full game, copy
diabdat.mpq
to: 'sdmc:/3ds/DevilutionX/' - Additional *optional Hellfire files:
hellfire.mpq
hfmonk.mpq
hfmusic.mpq
hfvoice.mpq
- Run .3dsx or install and run .cia
Build instructions:
- From inside: 'devilutionX-3ds/build', run:
cmake .. -DNIGHTLY_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/3ds.cmake && make
or
cmake .. -DNIGHTLY_BUILD=ON -DHELLFIRE=ON -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/3ds.cmake && make