Skip to content

23-12-2018

Compare
Choose a tag to compare
@MrHuu MrHuu released this 23 Dec 20:55
· 2 commits to 3DS since this release

This release features the .3dsx builds of OpenTitus ( Titus + Moktar).
.cia / 3ds builds are not supported yet.

Copy 'OpenTitus' folder to 'SD:/3ds/OpenTitus'

For titus build, place gamefiles in 'titus' folder.
For moktar build, place gamefiles in 'moktar' folder.


Build instructions:

Build .3dsx:
make -f Makefile.3ds
make -f Makefile.3ds GAME=MOKTAR

Inside Makefile.3ds, if ROMFS, is NOT defined.
The compiled executable will look for the game config/data in: 'SD:/3ds/OpenTitus/'

To include ROMFS (.3dsx / .cia):

Copy gamefiles to the source 'titus' or 'moktar' folder.
Inside Makefile.3ds, make sure ROMFS is defined.
The compiled executable will have the gamefiles/romfs included and look for the game config/data in: 'romfs:/'

All required files will be compiled to '/output/OpenTitus/'.
*.elf file is not required.