Skip to content

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

@jrobles1646

Description

@jrobles1646

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions