Importing custom models is now possible. I plan to add a dedicated tool for this to Merino in the distant future, but until then, you can use Switch Toolbox and Tangle.
Important things to note:
- Some files won't open using the main branches of Switch Toolbox or Track Studio due to
TC_R8_G8_B8_A8_SNorm not being supported in their BFRES format libraries. Until it gets added,
adding that functionality and recompiling it yourself is required.
- The archives for level graphics must have their compression header offsets begin at a multiple of 0x2000, and the file alignment must be a multiple of 0x2000 as well. Using the latest version of Tangle (4.4 at the time of writing), you can use this command:
tangle archive folder file.gfa 3.1 bpe -o 0x2000 -a 0x2000
View attachment 577642View attachment 577644