question

brendan avatar image
brendan asked

Games with mini-games (one Title ID or not?)

Question from a developer:

I'm designing a game with multiple mini-games in it. Is it okay to make that one Title ID, or should it be one per mini-game? It's one downloaded app, to be clear.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Definitely use only one Title ID. While you could, technically, use a different Title ID for each mini-game, a) it would be a hassle, code-wise, and b) more importantly, you'd be losing a lot in terms of the live operations capabilities, since the player actions would be spread across multiple distinct PlayStreams (the stream of all events for your title, which you can use for automatic actions, doing user segmentation, driving scheduled tasks, etc.).

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.