Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@MrHuu MrHuu released this 06 Nov 23:24
· 348 commits to 3DS since this release

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