question

usachovdailymagic avatar image
usachovdailymagic asked

Global data fields

Is there anything like global field to save game data? For example I create tournament everyday and there is unique win reward which generates everyday by cron script and saves in this global field.

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

·
1807605288 avatar image
1807605288 answered

You want Title Data

Global Static Data: Title Data can represent global static data for your game, which should rarely, if-ever, change. For example, you might change global static data if you release a new version of your game.

Global Variable Data: Title Data can also represent global variable data for your game. It is important to note: Title Data is cached locally on each our servers, and your changes may not be "live" for upto 15 minutes. Do not expect to be able to change Title Data and see immediate changes. However, "once per day" is a legitimate and safe usage.

Tangentially, you may also be interested in our Prize Tables feature, which works pretty much exactly like you describe: Run a contest every day, and run a Cloud Script for the top-ranking players.

1 comment
10 |1200

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

usachovdailymagic avatar image usachovdailymagic commented ·

Thanks a lot! Super!

0 Likes 0 ·

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.