question

Stanislaw Gromadowski avatar image
Stanislaw Gromadowski asked

Storing images

Hi, We are making a game with user generated content where users will send us their items for certification. We want each catalog item to store up to 4000 bytes to keep an image. What is the price for that extension ? ( free is 100 bytes * 5 fields ) and also do You think it's a good idea to store images like that ?

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

No, the custom data on the catalog isn't really designed for that - it's meant to store meta-data, like configuration info for the items and links to content (like images or other binary data needed). For the images, I'd recommend using the Content service. That's a CDN, so it'll ensure that players get the content files as quickly as possible (since it uses a distributed cache).

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.