Difegue / DoujinSoft

Web Shop/Archive for WarioWare DIY games.
https://diy.tvc-16.science/
GNU General Public License v3.0
51 stars 6 forks source link

Enhancement - As a user, I'd like to view an individual creator's content on one page. #24

Open jrobles1646 opened 2 years ago

jrobles1646 commented 2 years ago

In the search results, users can click on the creator's name to search for more of their content. However, this queries ALL creators of the same name. This also problematic for creators who have changed their in-game nickname over the years. Additionally, users can currently only view games, records, and comics separately on their respective pages. It would be convenient if a creator's content is displayed all on one page for easy viewing.

All .mio files have a unique player ID associated with the creator's save file, regardless if it's a game, record, or comic. Unlike serial numbers, this value is consistent no matter how many times the creator changes their nickname or brand name. The first 8 bytes of offset 0x00000E0 and all 16 bytes of offset 0x00000F0 will be the same for every .mio file generated from a save file. Since these values are constant in the save file, it cannot be changed unless the entire save file is deleted. These combined values would be useful as a key to query a single creator's content.