question

kevin-7 avatar image
kevin-7 asked

Should we use title internal data for our season pass data?

Hello!

We are working on a season pass feature and we wanted to be sure where would be the best place to store our data.

Right know, we have a .json file (generated from Excel) that describe multiple seasons.

Each season has multiple steps (10 of them) each with an amount of XP necessary, a reward, etc. This data would be change at each 1 to 3 mouths (because a season is about that much time) and our data (.json file) will contain the current season and the 2 following (so season 1, 2 and 3, then season 2, 3, 4, and so on).
At the moment, we got it working in the game by putting that data in the title internal data, but I saw in multiple post that it is not recommanded to frequently update the title internal data. I'm not sure if what we are doing would be too frequent or even if this is actually a good idea to put it there. Any advice?

Thank you

Title Datadata
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

·
Rick Chen avatar image
Rick Chen answered

In you scenario, using title internal data is fine. Updating this data once per month is OK. A "too frequent" situation is updating the title data dozen times in a few seconds, which may cause the title to get throttled.

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.