Creating Cosmetics Data packs - 2dos/DK64-Randomizer GitHub Wiki
File Formats
Pack Formats
If you want to create your own cosmetic pack you need to adhere to the following format.
Within a zip file, eg: Pack.zip
pack.zip
β
ββββbgm
β β bgmsong1.bin
β β bgmsong2.candy
β β ...
β
ββββmajoritems
β β majsong1.bin
β β majsong2.candy
β β ...
β
ββββminoritems
β β minsong1.bin
β β minsong2.candy
β β ...
β
ββββevents
β β eventsong1.bin
β β eventsong2.candy
β β ...
β
ββββtextures
β β
β ββββtns_portal
β β β portal_image1.png
β β β portal_image2.png
β β β ...
β β
β ββββtransitions
β β β transition_image1.png
β β β transition_image2.png
β β β ...
β β
β ββββpaintings
β β β painting_image1.png
β β β painting_image2.png
β β β ...
You can name the files whatever you want they just need to have been converted with the n64 midi tool and saved as a .bin file. Currently we just randomly select from the whole list of files and will eventually allow specific song placement.